/*!
Theme Name: LP ASISA general
Author: Agencia SIDN
Author URI: https://sidn.es
Version: 1.0.0
*/
/** FONTS **/
@font-face {
  font-family: "Accord-Regular";
  src: url("https://salesforce-app.sidnpre.com/asisa/Accord-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Accord-bold";
  src: url("https://salesforce-app.sidnpre.com/asisa/Accord-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Accord-BoldItalic";
  src: url("https://salesforce-app.sidnpre.com/asisa/Accord-BoldItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Accord-Italic";
  src: url("https://salesforce-app.sidnpre.com/asisa/Accord-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Accord-Light";
  src: url("https://salesforce-app.sidnpre.com/asisa/Accord-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Accord-LightItalic";
  src: url("https://salesforce-app.sidnpre.com/asisa/Accord-LightItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Accord-Medium";
  src: url("https://salesforce-app.sidnpre.com/asisa/Accord-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Accord-MediumItalic";
  src: url("https://salesforce-app.sidnpre.com/asisa/Accord-MediumItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FlechaL-Light";
  src: url("https://salesforce-app.sidnpre.com/asisa/FlechaL-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FlechaL-LightItalic";
  src: url("https://salesforce-app.sidnpre.com/asisa/FlechaL-LightItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FlechaL-Medium";
  src: url("https://salesforce-app.sidnpre.com/asisa/FlechaL-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FlechaL-MediumItalic";
  src: url("https://salesforce-app.sidnpre.com/asisa/FlechaL-MediumItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FlechaL-Regular";
  src: url("https://salesforce-app.sidnpre.com/asisa/FlechaL-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FlechaL-RegularItalic";
  src: url("https://salesforce-app.sidnpre.com/asisa/FlechaL-RegularItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FlechaM-Light";
  src: url("https://salesforce-app.sidnpre.com/asisa/FlechaM-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FlechaM-LightItalic";
  src: url("https://salesforce-app.sidnpre.com/asisa/FlechaM-LightItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FlechaM-Medium";
  src: url("https://salesforce-app.sidnpre.com/asisa/FlechaM-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FlechaM-Regular";
  src: url("https://salesforce-app.sidnpre.com/asisa/FlechaM-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FlechaM-RegularItalic";
  src: url("https://salesforce-app.sidnpre.com/asisa/FlechaM-RegularItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/** COLORES **/
/** RESOLUCIONES **/
* {
  font-family: "Accord-Regular";
  font-weight: 400;
}

.max-width {
  max-width: 1116px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1186px) {
  .max-width {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 768px) {
  .max-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 400px) {
  .max-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.grid-container {
  display: grid;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

body {
  margin: 0;
}

main {
  content-visibility: auto;
}

img {
  max-width: 100%;
}

p, h1, h2, h3 {
  margin: 0;
}

strong {
  font-family: "Accord-Bold";
  font-weight: 700;
}

h2 {
  font-family: "Accord-Medium";
  font-size: 40px;
  line-height: 41.4px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 33.12px;
  }
}

p {
  font-size: 16px;
  line-height: 22.4px;
  color: #242424;
}

html {
  scroll-behavior: smooth;
}

.cta {
  background: #267AC0;
  padding: 19px 24px;
  color: white;
  font-family: "Accord-Bold";
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2px;
}
.cta:hover {
  background: #C34004;
}
@media (max-width: 768px) {
  .cta {
    display: none;
  }
}

ul {
  padding-left: 25px;
  margin-bottom: 0;
}
ul li {
  color: #242424;
  font-family: "Accord-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 10px;
}
ul li:last-child {
  margin-bottom: 0;
}
ul li::marker {
  font-size: 10px;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  background: white;
  padding: 16px 0;
  width: 100%;
  z-index: 10;
}
header .header {
  justify-content: space-between;
  align-items: center;
}
header .header .phones {
  column-gap: 24px;
}
header .header .phones a {
  padding: 1px 8px;
  border-radius: 2px;
  border: 1px solid #E4E7ED;
}
header .header .phones a .text {
  font-size: 14px;
  font-family: "Accord-Light";
  line-height: 26px;
  width: 100%;
  color: #267AC0;
}
header .header .phones a .text.mobile {
  display: none;
}
header .header .phones a svg {
  width: 16px;
}
header .header .phones a .phone {
  width: 100%;
  font-family: "Accord-Bold";
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  align-items: center;
  gap: 4px;
  margin-top: -6px;
  color: #0E2B55;
}
header .header .phones a:hover {
  background: #E7ECF3;
}
header .header .phones a.first {
  background: #C34004;
}
header .header .phones a.first .text, header .header .phones a.first .phone {
  color: white;
}
header .header .phones a.first .text path, header .header .phones a.first .phone path {
  fill: white;
}
header .header .phones a.first:hover {
  background: #1C4A8D;
}
header .header .phones p {
  margin: 0;
  font-family: "Accord-Regular";
  color: #0E2B55;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: right;
  display: flex;
  align-items: center;
  padding: 12px;
}
@media (max-width: 768px) {
  header {
    padding: 12px 0;
  }
  header .header .phones {
    column-gap: 12px;
  }
  header .header .phones a .phone {
    font-size: 14px;
    margin-top: -10px;
  }
  header .header .phones p {
    display: none;
  }
  header .header .logo {
    max-width: 100px;
  }
}
@media (max-width: 480px) {
  header .header .phones {
    width: calc(100% - 100px);
    justify-content: flex-end;
  }
  header .header .phones a .text.mobile {
    display: block;
  }
  header .header .phones a .text.desktop {
    display: none;
  }
}

.hero {
  position: relative;
}
.hero > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.hero > img.mobile {
  display: none;
}
.hero > div {
  column-gap: 133px;
}
.hero > div .text {
  width: calc(100% - 554px);
  align-content: flex-end;
  padding-bottom: 60px;
  padding-top: 40px;
  color: white;
}
.hero > div .text h1 {
  margin-bottom: 12px;
  font-family: "FlechaL-Medium";
  font-size: 60px;
  font-weight: 500;
  line-height: 66px;
}
.hero > div .text .subtitle {
  max-width: 468px;
  background: #267AC0;
  padding: 12px;
  column-gap: 12px;
  align-items: center;
}
.hero > div .text .subtitle p {
  font-size: 24px;
  line-height: 28.8px;
  width: calc(100% - 55px);
  color: white;
}
.hero > div .text .error-link {
  color: white;
  background: #C34004;
  font-family: "Accord-Bold";
  font-size: 25px;
  font-weight: 700;
  line-height: 18px;
  padding: 21.5px;
  margin-top: 12px;
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  border-radius: 2px;
}
.hero > div .text .error-link:hover {
  background: #1C4A8D;
}
.hero > div .text:has(.error-link) h1 {
  font-size: 40px;
  line-height: 43px;
}
.hero > div .text .impuestos {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 0;
  color: white;
}
.hero > div .text .interested {
  margin-top: 20px;
  padding: 12px 16px;
  background: #337ECC;
  max-width: 451px;
}
.hero > div .text .interested p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  margin: 0;
}
.hero > div .text .interested p strong {
  font-weight: 700;
}
.hero > div .text .interested p.primary {
  font-family: "FlechaM-Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .hero > div .text .interested {
    margin-top: 16px;
  }
  .hero > div .text .interested p.primary {
    font-size: 20px;
    line-height: 26px;
  }
}
.hero > div .form {
  width: 373px;
  margin: 9.27px 0;
  background: white;
  padding: 24px;
  border-radius: 2px;
}
.hero > div .form .title {
  font-family: "Accord-Bold";
  font-size: 32px;
  font-weight: 500;
  line-height: 39.68px;
  margin-bottom: 12px;
  color: #0E2B55;
}
.hero > div .form .checks {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E7EBEB;
}
.hero > div .form .checks div {
  display: flex;
  align-items: center;
  padding: 8px 0;
  column-gap: 4px;
}
.hero > div .form .checks div p {
  margin: 0;
  font-family: "Accord-Regular";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #242424;
}
.hero > div .form .checks div p strong {
  font-family: "Accord-Bold";
  font-weight: 500;
}
.hero > div .form .phone {
  justify-content: center;
  align-items: center;
  font-family: "Accord-Regular";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.3000000119px;
  margin-bottom: 16px;
  color: #267AC0;
  column-gap: 4px;
}
.hero > div .form .phone a {
  column-gap: 4px;
  align-items: center;
  color: #1C4A8D;
  text-decoration: underline;
  font-family: "Accord-Bold";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.3000000119px;
}
.hero > div .form .info {
  background: #F4F8FF;
  color: #0E2B55;
  padding: 12px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 2px;
  margin-top: 12px;
  display: none;
}
.hero > div .form .sc-formfield-label {
  margin-bottom: 8px;
}
.hero > div .form label {
  font-size: 16px;
  line-height: 16px;
  color: #242424;
}
.hero > div .form input[type=text], .hero > div .form input[type=email] {
  padding: 18px 14px;
  font-size: 16px;
  line-height: 16px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  border: none;
  border-bottom: 1.5px solid #1C4A8D;
  background: #F0F0F0;
  width: calc(100% - 28px);
  margin-bottom: 12px;
  color: #686679;
}
.hero > div .form input {
  outline: none;
}
.hero > div .form .sc-formfield-input.phone {
  position: relative;
}
.hero > div .form .sc-formfield-input.phone::after {
  content: "";
  background: url("https://image.info.asisa.es/lib/fe3311737364047f701271/m/1/ea649952-7c05-424f-97be-ff2aebd8185d.png");
  width: 24px;
  height: 24px;
  top: 14px;
  left: 14px;
  position: absolute;
}
.hero > div .form .sc-formfield-input.phone input {
  padding-left: 46px;
  width: calc(100% - 60px);
}
.hero > div .form .sc-formfield-input-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 16px;
}
.hero > div .form .sc-formfield-input-wrapper.ramos {
  max-height: 20px;
  content-visibility: auto;
}
.hero > div .form .sc-formfield-input-wrapper.show {
  max-height: 100%;
}
.hero > div .form .sc-formfield-input-wrapper .sc-formfield-input {
  width: calc(33.33% - 16px);
}
.hero > div .form .sc-formfield-input-wrapper .sc-formfield-input label {
  color: #0E2B55;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.hero > div .form .sc-formfield-input-wrapper .sc-formfield-input label input {
  margin: 0;
  width: 20px;
  height: 20px;
  accent-color: #267AC0;
}
.hero > div .form .form-text-featured {
  padding: 12px 0 0px 0;
  border-top: 1px solid #E7EBEB;
  font-size: 12px;
  line-height: 18px;
  color: #0E2B55;
}
.hero > div .form .form-text-featured span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hero > div .form .form-text-featured a {
  color: #267AC0;
}
.hero > div .form .form-text-featured.open span {
  -webkit-line-clamp: initial;
}
.hero > div .form .form-text-featured.open a.open {
  display: none;
}
.hero > div .form .smartcapture-controls.checkbox .sc-formfield-label {
  margin: 0;
}
.hero > div .form .smartcapture-controls.checkbox .sc-formfield-input {
  width: 100%;
}
.hero > div .form .smartcapture-controls.checkbox .sc-formfield-input label {
  align-items: flex-start;
}
.hero > div .form .smartcapture-controls.checkbox .sc-formfield-input input {
  border-radius: 4px;
}
.hero > div .form .smartcapture-controls.checkbox .sc-formfield-input span {
  width: calc(100% - 24px);
  font-size: 12px;
  line-height: 18px;
  color: #0E2B55;
}
.hero > div .form .smartcapture-controls.checkbox .sc-formfield-input span a {
  color: #267AC0;
}
.hero > div .form .smartcapture-controls.checkbox .sc-formfield-input-wrapper {
  margin-bottom: 12px;
}
.hero > div .form button[type=submit] {
  margin-top: 12px;
  padding: 21.5px;
  width: 100%;
  background: #C34004;
  color: white;
  font-family: "Accord-Bold";
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.hero > div .form button[type=submit]:hover {
  background: #267AC0;
}
.hero > div .form .actions {
  position: relative;
  height: 20px;
  margin-bottom: 24px;
}
.hero > div .form .actions button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 7.5px;
  font-family: "Accord-Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #267AC0;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.hero > div .form .actions button.close svg {
  transform: rotate(180deg);
}
.hero > div .form .actions button.active {
  opacity: 1;
  visibility: visible;
}
.hero > div .form .border {
  border-bottom: 1px solid #E7EBEB;
  margin-bottom: 24px;
}
.hero > div .form .email-phone {
  display: flex;
  column-gap: 12px;
}
@media (max-width: 768px) {
  .hero > div .form .email-phone {
    display: block;
  }
}
.hero.thanks > div {
  justify-content: flex-end;
}
@media (max-width: 1000px) {
  .hero > div {
    column-gap: 40px;
  }
  .hero > div .text {
    width: calc(50% - 20px);
  }
  .hero > div .form {
    width: calc(50% - 68px);
  }
}
@media (max-width: 768px) {
  .hero {
    padding-top: 68px;
  }
  .hero > img {
    height: 637px;
  }
  .hero > img.desktop {
    display: none;
  }
  .hero > img.mobile {
    display: block;
  }
  .hero > div {
    row-gap: 48px;
  }
  .hero > div .text {
    width: 100%;
    padding-bottom: 0;
  }
  .hero > div .text h1 {
    font-size: 40px;
    line-height: 41.4px;
    margin-bottom: 16px;
  }
  .hero > div .text .subtitle {
    max-width: 100%;
  }
  .hero > div .text .subtitle p {
    font-size: 20px;
    line-height: 24px;
  }
  .hero > div .form {
    width: calc(100% - 50px);
    margin-top: 0;
    border: 1px solid #E7ECF3;
    margin-bottom: 0;
  }
  .hero > div .form .info {
    display: block;
  }
  .hero > div .form .title {
    font-size: 24px;
    line-height: 124%;
  }
  .hero > div .form .sc-formfield-input-wrapper.ramos {
    column-gap: 6px;
    row-gap: 12px;
  }
  .hero > div .form .sc-formfield-input-wrapper.ramos .sc-formfield-input {
    width: calc(33.33% - 4px);
  }
  .hero.thanks > div {
    padding-bottom: 45px;
  }
}

.choose {
  padding-top: 60px;
  padding-bottom: 60px;
}
.choose h2 {
  color: #1C4A8D;
  margin-bottom: 78px;
  text-align: center;
}
.choose .swiper-wrapper {
  justify-content: center;
}
.choose .swiper-pagination {
  display: none;
  margin-top: 24px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.choose .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #E2E2E2;
  margin: 0;
  opacity: 1;
}
.choose .swiper-pagination .swiper-pagination-bullet-active {
  width: 19px;
  background: #267AC0;
  border-radius: 6px;
}
.choose .swiper-slide {
  text-align: center;
}
.choose .swiper-slide svg {
  max-width: 84px;
  max-height: 84px;
}
.choose .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.choose .title {
  margin-top: 12px;
  margin-bottom: 16px;
  font-family: "Accord-Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 24.84px;
  color: #1C4A8D;
}
@media (max-width: 768px) {
  .choose .swiper-pagination {
    display: flex;
  }
  .choose h2 {
    margin-bottom: 24px;
  }
  .choose .swiper-wrapper {
    justify-content: normal;
  }
}

.swiper {
  content-visibility: auto;
  overflow: hidden;
}
.swiper .swiper-pagination {
  position: initial;
}

.insurance-types {
  background: #ECF5FF;
  padding-top: 60px;
  padding-bottom: 60px;
}
.insurance-types h2 {
  text-align: center;
  margin-bottom: 24px;
  color: #1C4A8D;
}
.insurance-types .description {
  margin-bottom: 24px;
  text-align: center;
  font-size: 18px;
}
.insurance-types .last-description {
  margin-top: 24px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.insurance-types .flex-container {
  gap: 24px;
  row-gap: 38px;
  justify-content: center;
}
.insurance-types .flex-container > div,
.insurance-types .flex-container .card {
  display: flex;
  flex-direction: column;
  width: 49%;
  padding: 24px 18px;
  background: white;
  text-align: left;
  border-radius: 8px;
  position: relative;
  justify-content: space-between;
  gap: 18px;
}
@media (max-width: 1200px) {
  .insurance-types .flex-container > div,
  .insurance-types .flex-container .card {
    width: calc(50% - 52px);
  }
}
@media (max-width: 768px) {
  .insurance-types .flex-container > div,
  .insurance-types .flex-container .card {
    width: 100%;
  }
}
.insurance-types .flex-container > div .small,
.insurance-types .flex-container .card .small {
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}
.insurance-types .flex-container > div .tag p,
.insurance-types .flex-container .card .tag p {
  padding: 4px 16px;
  color: white;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  border-radius: 8px;
  background: #C34004;
  position: absolute;
  top: -10px;
  left: 18px;
}
.insurance-types .flex-container > div h3,
.insurance-types .flex-container .card h3 {
  font-family: "FlechaM-Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 41.6px;
  margin-bottom: 18px;
  color: #1C4A8D;
}
.insurance-types .flex-container > div .description,
.insurance-types .flex-container .card .description {
  margin-bottom: 18px;
}
.insurance-types .flex-container > div .check,
.insurance-types .flex-container .card .check {
  display: flex;
  gap: 14px;
  padding: 8px 0;
}
.insurance-types .flex-container > div .check svg,
.insurance-types .flex-container .card .check svg {
  padding: 2.5px;
  border-radius: var(--spacing-xxs, 2px);
  background: var(--Color-Primary-color-primary-light-9, #ECF5FF);
  min-width: 15px;
  margin-top: 2px;
}
.insurance-types .flex-container > div .check p,
.insurance-types .flex-container .card .check p {
  color: var(--grey, #242424);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.insurance-types .flex-container .last-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}
.insurance-types .flex-container .last-row .price p {
  color: #0E2B55;
  font-family: Accord-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.16px;
  margin-bottom: 8px;
}
.insurance-types .flex-container .last-row .buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.insurance-types .flex-container .last-row .buttons .button-secondary {
  padding: 16px 24px;
  border-radius: 2px;
  border: 1px solid #267AC0;
  color: #267AC0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}
.insurance-types .flex-container .last-row .buttons .button-secondary:hover {
  background: #267AC0;
  color: white;
}
.insurance-types .flex-container .last-row .buttons .button-secondary:hover svg path {
  fill: white;
}
.insurance-types .flex-container .last-row .buttons .button-primary {
  padding: 16px 34px;
  border-radius: 2px;
  border: 1px solid #C34004;
  background: white;
  color: #C34004;
  text-align: center;
  font-family: Accord-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}
@media (max-width: 768px) {
  .insurance-types .flex-container .last-row .buttons .button-primary {
    padding: 16px 24px;
  }
}
.insurance-types .flex-container .last-row .buttons .button-primary:hover {
  background: #C34004;
  color: white;
}
.insurance-types .flex-container .last-row .buttons .button-primary:hover svg path {
  fill: white;
}
.insurance-types .cta {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .insurance-types .flex-container > div {
    width: calc(50% - 44px);
  }
}
@media (max-width: 550px) {
  .insurance-types .flex-container > div {
    width: calc(100% - 32px);
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}
@media (max-width: 992px) {
  .popup-overlay {
    padding: 0;
  }
}

.popup-overlay.active {
  display: flex;
}

.popup-content {
  background: white;
  border-radius: 16px;
  max-width: 810px;
  width: 100%;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-height: 90vh;
  overflow-y: auto;
}

.popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 32px;
  font-weight: 900;
  cursor: pointer;
  color: #000;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: color 0.3s;
}

.popup-close:hover {
  color: #303133;
}

.popup-header {
  padding: 52px 52px 30px 52px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .popup-header {
    flex-direction: column;
    gap: 24px;
    padding: 52px 15px 24px 15px;
  }
}

.popup-logo {
  color: #1C4A8D;
  /* Display/Mobile/D3 - Medium/Medium */
  font-family: "FlechaM-Medium";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
}

.popup-tabs {
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .popup-tabs {
    justify-content: space-between;
  }
}
.popup-tabs .price {
  display: flex;
  align-items: center;
  gap: 12px;
}
.popup-tabs .price p {
  color: #0E2B55;
  font-family: Accord-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.16px;
}

.tab-button {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  color: white;
  padding: 4px 16px;
  border: 0;
  border-radius: 8px;
  background: #C34004;
}

.popup-body {
  padding: 0 52px 30px 52px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .popup-body {
    padding: 0 15px 30px 15px;
  }
}
.popup-body > p {
  color: #242424;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-bottom: 30px;
}

.popup-check {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 10px 0;
  align-items: center;
}

.popup-check svg {
  border-radius: var(--spacing-xxs, 2px);
  background: #1C4A8D;
  padding: 2.5px;
}

.popup-check p {
  color: #242424;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  max-width: 558px;
}

.popup-footer {
  padding: 0 32px 32px;
}

.popup-calculate {
  padding: 16px 34px;
  border-radius: 2px;
  border: 1px solid #C34004;
  background: #C34004;
  color: white;
  text-align: center;
  font-family: Accord-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}

.benefits {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #E7ECF3;
}
.benefits h2 {
  color: #0E2B55;
  margin-bottom: 24px;
  width: calc(100% - 285px);
}
.benefits .subtitle {
  font-size: 18px;
  line-height: 25.2px;
  max-width: 736px;
  width: calc(100% - 285px);
}
.benefits .buttons {
  display: flex;
  column-gap: 24px;
  justify-content: flex-end;
  margin-bottom: 40px;
  margin-top: -29px;
}
.benefits .buttons button {
  position: initial;
  border: none;
  background: none;
  width: auto;
  height: auto;
  padding: 0;
}
.benefits .swiper {
  content-visibility: visible;
}
.benefits .swiper-slide {
  height: auto;
}
.benefits .swiper-slide > div {
  height: calc(100% - 32px);
  padding: 16px;
  border-radius: 2px;
  background: white;
}
.benefits .title {
  margin-top: 22px;
  margin-bottom: 24px;
  font-family: "Accord-Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 20.7px;
  color: #0E2B55;
}
@media (max-width: 768px) {
  .benefits h2, .benefits .subtitle {
    width: 100%;
  }
  .benefits .buttons {
    margin-top: 46px;
    margin-bottom: 24px;
  }
  .benefits .buttons svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 585px) {
  .benefits .swiper-slide {
    width: 260px;
  }
}

.reviews {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #1C4A8D;
}
.reviews h2 {
  color: white;
  margin-bottom: 16px;
  text-align: center;
}
.reviews .subtitle {
  color: white;
  font-size: 18px;
  line-height: 25.2px;
  margin-bottom: 40px;
  text-align: center;
}
.reviews .swiper {
  content-visibility: visible;
}
.reviews .swiper-pagination {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.reviews .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #E2E2E2;
  margin: 0;
  opacity: 1;
}
.reviews .swiper-pagination .swiper-pagination-bullet-active {
  width: 19px;
  background: #267AC0;
  border-radius: 6px;
}
.reviews .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.reviews .swiper-slide {
  height: auto;
}
.reviews .swiper-slide > div {
  height: calc(100% - 48px);
  padding: 24px;
  border-radius: 2px;
  background: white;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  row-gap: 24px;
}
.reviews .swiper-slide .flex-container {
  column-gap: 12px;
  row-gap: 4px;
  align-items: center;
}
.reviews .swiper-slide .flex-container .name {
  font-family: "Accord-Medium";
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.reviews .swiper-slide .flex-container .logo {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
  align-items: center;
}
.reviews .swiper-slide .flex-container .logo span {
  font-family: "Accord-Bold";
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  color: #86BBBD;
}
.reviews .title {
  font-family: "Accord-Medium";
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 8px;
}

.faqs {
  padding-top: 60px;
  padding-bottom: 60px;
}
.faqs h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #1C4A8D;
}
.faqs .faq {
  margin-bottom: 24px;
  transition: all 0.3s;
  background: #E7ECF3;
  border-radius: 2px;
}
.faqs .faq:last-child {
  margin-bottom: 0;
}
.faqs .faq .question {
  padding: 20px;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.faqs .faq .question span {
  font-family: "Accord-Medium";
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  width: calc(100% - 36px);
  color: #0E2B55;
}
.faqs .faq .response {
  height: 0;
  content-visibility: auto;
  opacity: 0;
  transition: all 0.5s;
  z-index: 0;
  position: relative;
}
.faqs .faq .response p {
  margin-bottom: 10px;
}
.faqs .faq .response p:last-child {
  margin-bottom: 0;
}
.faqs .faq.open .response {
  height: auto;
  padding: 4px 20px 20px 20px;
  opacity: 1;
}
.faqs .faq.open path.plus {
  display: none;
}

footer {
  background: #1C4A8D;
  padding-top: 27px;
  padding-bottom: 27px;
}
footer > .flex-container {
  justify-content: space-between;
  gap: 24px;
}
footer > .flex-container p, footer > .flex-container a {
  color: white;
}
footer > .flex-container svg {
  display: none;
}
footer > .flex-container .flex-container {
  gap: 24px;
}
@media (max-width: 768px) {
  footer > .flex-container {
    justify-content: center;
  }
  footer > .flex-container p {
    order: 3;
    width: 100%;
    text-align: center;
  }
  footer > .flex-container svg {
    display: block;
    order: 2;
  }
  footer > .flex-container .flex-container {
    order: 1;
    width: 100%;
  }
  footer > .flex-container .flex-container a {
    width: 100%;
    text-align: center;
  }
}

.cta-mobile {
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #C34004;
  text-align: center;
  z-index: 9;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cta-mobile {
    display: block;
    bottom: -65px;
  }
  .cta-mobile.show {
    display: block;
    bottom: 0;
  }
}

.salud {
  column-gap: 28px;
  margin-top: 60px;
  margin-bottom: 60px;
  align-items: center;
}
.salud .text {
  width: 100%;
  text-align: center;
  color: #1C4A8D;
  text-align: center;
  font-family: Accord-Regular;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 103.5%;
  /* 41.4px */
  margin-bottom: 40px;
}
.salud .container-custom {
  overflow: visible;
}
.salud .container-custom.swiper {
  width: 100%;
}
.salud .container-custom .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
@media (min-width: 768px) {
  .salud .container-custom:has(.card:hover) .card:not(:hover), .salud .container-custom:has(.card.active) .card:not(.active) {
    max-width: 216.56px;
  }
  .salud .container-custom:has(.card:hover) .card:not(:hover) .info, .salud .container-custom:has(.card.active) .card:not(.active) .info {
    width: 133px;
  }
}
.salud .container-custom .swiper-slide {
  max-width: 255px;
  width: 100%;
  position: relative;
  min-height: 307px;
  padding: 24px 18px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  transition: max-width 0.3s ease, min-height 0.3s ease;
}
@media (max-width: 768px) {
  .salud .container-custom .swiper-slide {
    max-width: 100%;
    align-items: flex-start;
    border-radius: 2px;
    border: 1px solid var(--border, #E7ECF3);
    background: linear-gradient(0deg, #E7ECF3 0%, #E7ECF3 100%), linear-gradient(0deg, rgba(28, 74, 141, 0.7) 0%, rgba(28, 74, 141, 0.7) 100%);
  }
}
@media (min-width: 769px) {
  .salud .container-custom .swiper-slide:hover, .salud .container-custom .swiper-slide.active {
    max-width: 390px;
  }
  .salud .container-custom .swiper-slide:hover .bg-blue, .salud .container-custom .swiper-slide.active .bg-blue {
    background: linear-gradient(0deg, #E7ECF3 0%, #E7ECF3 100%), linear-gradient(0deg, rgba(28, 74, 141, 0.7) 0%, rgba(28, 74, 141, 0.7) 100%);
    border-radius: 8px;
  }
  .salud .container-custom .swiper-slide:hover .info, .salud .container-custom .swiper-slide.active .info {
    width: 341px;
  }
  .salud .container-custom .swiper-slide:hover .info h3, .salud .container-custom .swiper-slide.active .info h3 {
    color: #0E2B55;
  }
  .salud .container-custom .swiper-slide:hover .info p, .salud .container-custom .swiper-slide.active .info p {
    opacity: 1;
    pointer-events: auto;
    max-height: 500px;
    margin-top: 24px;
  }
  .salud .container-custom .swiper-slide:hover .buttons, .salud .container-custom .swiper-slide.active .buttons {
    max-height: 100px;
    opacity: 1;
    pointer-events: auto;
    margin-top: 24px;
  }
}
.salud .container-custom .swiper-slide .bg-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 74, 141, 0.6980392157);
  border-radius: 8px;
  z-index: 2;
  transition: background 0.3s ease;
}
@media (max-width: 769px) {
  .salud .container-custom .swiper-slide .bg-blue {
    display: none;
  }
}
.salud .container-custom .swiper-slide .info {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 168px;
  transition: width 0s;
}
@media (max-width: 768px) {
  .salud .container-custom .swiper-slide .info {
    width: 100%;
  }
}
.salud .container-custom .swiper-slide .info h3 {
  color: white;
  font-family: Accord-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 768px) {
  .salud .container-custom .swiper-slide .info h3 {
    color: #1C4A8D;
    margin-top: 24px;
  }
}
.salud .container-custom .swiper-slide .info p {
  color: #242424;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .salud .container-custom .swiper-slide .info p {
    opacity: 1;
    pointer-events: auto;
    max-height: 500px;
    margin-top: 24px;
  }
}
.salud .container-custom .swiper-slide .buttons {
  align-items: center;
  gap: 8px;
  z-index: 3;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  margin-top: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease, margin-top 0.3s ease;
  display: flex;
}
@media (max-width: 768px) {
  .salud .container-custom .swiper-slide .buttons {
    max-height: 100px;
    opacity: 1;
    pointer-events: auto;
    margin-top: 24px;
    justify-content: space-between;
    width: 100%;
  }
}
.salud .container-custom .swiper-slide .buttons .button-secondary {
  padding: 16px 24px;
  border-radius: 2px;
  border: 1px solid #267AC0;
  color: #267AC0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 162.5% */
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  width: fit-content;
  min-width: fit-content;
}
.salud .container-custom .swiper-slide .buttons .button-secondary:hover {
  background: #267AC0;
  color: white;
}
.salud .container-custom .swiper-slide .buttons .button-secondary:hover svg path {
  fill: white;
}
.salud .container-custom .swiper-slide .buttons .button-primary {
  padding: 16px 30px;
  border-radius: 2px;
  border: 1px solid #C34004;
  background: #C34004;
  color: white;
  text-align: center;
  font-family: Accord-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 162.5% */
}
@media (max-width: 768px) {
  .salud .container-custom .swiper-slide .buttons .button-primary {
    padding: 16px 24px;
  }
}
.salud .container-custom .swiper-slide .buttons .button-primary:hover {
  background: #0E2B55;
  color: white;
  border: #0E2B55;
}
.salud .container-custom .swiper-slide .buttons .button-primary:hover svg path {
  fill: white;
}
.salud .container-custom .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .salud .container-custom .swiper-slide img {
    position: relative;
    width: 100%;
  }
}
.salud .container-custom .mobile {
  display: none;
}
@media (max-width: 768px) {
  .salud .container-custom .mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .salud .container-custom .desktop {
    display: none;
  }
}
.salud .container-custom .swiper-pagination {
  position: relative;
  margin-top: 32px;
  bottom: auto !important;
}
.salud .container-custom .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  opacity: 1;
  transition: all 0.3s ease;
}
.salud .container-custom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1C4A8D;
  width: 24px;
  border-radius: 5px;
}

.ampscript-error {
  display: none;
}

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