/*!
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 > div {
  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: calc(100% - 48px);
  object-fit: cover;
  z-index: -1;
}
.hero > img.mobile {
  display: none;
}
.hero > div {
  column-gap: 58px;
}
.hero > div .text {
  width: calc(100% - 479px);
  align-content: flex-end;
  padding-bottom: 109px;
  padding-top: 83px;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.hero > div .text .hasta {
  font-size: 20px;
  color: white;
}
.hero > div .text h1 {
  margin-bottom: 0;
  font-family: "FlechaL-Medium";
  font-size: 60px;
  font-weight: 500;
  line-height: 66px;
  max-width: 492px;
}
.hero > div .text .subtitle {
  max-width: 626px;
  margin-top: 13px;
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  color: white;
  margin-bottom: 0;
}
.hero > div .text .blue {
  background: #267AC0;
  padding: 12px;
  column-gap: 12px;
  align-items: center;
  margin-top: 13px;
}
.hero > div .text .blue p {
  font-size: 16px;
  line-height: 20px;
  color: white;
}
.hero > div .text .price {
  margin-top: 43px;
}
.hero > div .text .price p {
  color: white;
  font-family: "FlechaM-Medium";
  font-weight: 500;
  font-size: 60px;
  line-height: 110%;
  display: flex;
  flex-wrap: wrap;
}
.hero > div .text .price p .from {
  font-family: "Accord-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  width: 100%;
}
.hero > div .text .price p .money {
  font-family: "Accord-Regular";
  display: flex;
  flex-direction: column;
}
.hero > div .text .price p .money .simbol {
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
}
.hero > div .text .price p .money .time {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.hero > div .text .price p .number {
  font-family: "FlechaM-Medium";
}
.hero > div .text .bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1C4A8D;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hero > div .text .bottom-text p {
  color: white;
  font-family: "Accord-Regular";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}
.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 .form {
  width: 373px;
  margin-top: 23px;
  margin-bottom: -31px;
  box-shadow: 0px 4px 36.1px 0px rgba(58, 61, 64, 0.2588235294);
  border-radius: 2px;
  background: white;
  padding: 24px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.hero > div .form .title {
  text-align: center;
  font-family: "Accord-Bold";
  font-size: 32px;
  font-weight: 700;
  line-height: 39.68px;
  margin-bottom: 12px;
  color: #0E2B55;
}
.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] {
  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: 700;
  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.thanks > img {
  height: 100%;
}
.hero.thanks > div {
  justify-content: flex-end;
}
.hero.thanks > div .text {
  flex-direction: column;
}
.hero.thanks > div .text .subtitle {
  background: #267AC0;
  padding: 12px;
  column-gap: 12px;
  align-items: center;
}
.hero.thanks > div .text .subtitle * {
  color: white;
}
@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: 148px;
  }
  .hero > img {
    height: 522px;
  }
  .hero > img.desktop {
    display: none;
  }
  .hero > img.mobile {
    display: block;
  }
  .hero > div {
    row-gap: 16px;
  }
  .hero > div .text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero > div .text h1 {
    font-size: 44px;
    line-height: 103%;
    text-align: center;
  }
  .hero > div .text .subtitle {
    font-size: 24px;
    line-height: 140%;
    text-align: center;
  }
  .hero > div .text .price {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 125px;
  }
  .hero > div .text .price p .from {
    font-size: 14.13px;
    line-height: 140%;
  }
  .hero > div .text .price p .number {
    font-size: 47.09px;
    line-height: 110%;
  }
  .hero > div .text .price p .money .simbol {
    font-size: 23.54px;
    line-height: 110%;
  }
  .hero > div .text .price p .money .time {
    font-size: 14.13px;
    line-height: 140%;
  }
  .hero > div .text .bottom-text {
    bottom: auto;
    top: 0;
  }
  .hero > div .text .bottom-text p {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
  }
  .hero > div .text .bottom-text p span {
    display: none;
  }
  .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: 80px;
  padding-bottom: 60px;
}
.choose h2 {
  color: #1C4A8D;
  margin: 0;
  text-align: center;
}
.choose .description {
  margin-top: 30px;
  margin-bottom: 0;
  font-family: "Accord-Regular";
  font-weight: 400;
  font-size: 24px;
  line-height: 103%;
  text-align: center;
  color: #1C4A8D;
  max-width: 692px;
  margin-left: auto;
  margin-right: auto;
}
.choose .items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 121px;
  row-gap: 72px;
  margin-top: 80px;
}
.choose .items .item {
  width: calc(33.33% - 80.66px);
  display: flex;
  column-gap: 32px;
  align-items: center;
}
.choose .items .item svg {
  width: 42px;
}
.choose .items .item p {
  width: calc(100% - 74px);
  font-family: "Accord-Regular";
  font-weight: 400;
  font-size: 24px;
  line-height: 103%;
  color: #1C4A8D;
  margin: 0;
}
.choose .items .item p strong {
  font-family: "Accord-Bold";
  font-weight: 700;
}
@media (max-width: 1000px) {
  .choose .items .item {
    width: calc(50% - 60.5px);
  }
}
@media (max-width: 768px) {
  .choose .description {
    font-size: 16px;
    line-height: 140%;
  }
  .choose .items {
    margin-top: 30px;
    gap: 24px;
  }
  .choose .items .item {
    width: calc(50% - 12px);
    flex-wrap: wrap;
    row-gap: 13px;
    justify-content: center;
    margin-bottom: 13px;
  }
  .choose .items .item p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 103%;
  }
}

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

.insurance-types {
  background: #1C4A8D;
  padding-top: 60px;
  padding-bottom: 60px;
}
.insurance-types h2 {
  text-align: center;
  margin-bottom: 40px;
  color: white;
}
.insurance-types .flex-container {
  gap: 24px;
}
.insurance-types .flex-container > div {
  width: calc(33.33% - 84px);
  padding: 38px 34px;
  background: white;
  position: relative;
  display: flex;
  flex-direction: column;
}
.insurance-types .flex-container > div.featured {
  border: 3px solid #C34004;
  width: calc(33.33% - 90px);
}
.insurance-types .flex-container > div.featured .subtitle {
  color: #C34004;
}
.insurance-types .flex-container > div .top {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #C34004;
  color: white;
  padding: 0 26px;
  display: flex;
  align-items: center;
  height: 28px;
  width: max-content;
  border-radius: 1000px;
  font-family: "Accord-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.insurance-types .flex-container > div h3 {
  font-family: "FlechaM-Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 41.6px;
  margin-bottom: 19px;
  color: #1C4A8D;
}
.insurance-types .flex-container > div .checks {
  margin-top: 19px;
  margin-bottom: 19px;
}
.insurance-types .flex-container > div .checks div {
  display: flex;
  column-gap: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
}
.insurance-types .flex-container > div .checks div svg {
  width: 18px;
  height: 18px;
  margin-left: -4px;
}
.insurance-types .flex-container > div .checks div p {
  width: calc(100% - 32px);
}
.insurance-types .flex-container > div .discount {
  margin-bottom: 20px;
}
.insurance-types .flex-container > div .subtitle {
  font-family: "Accord-Regular";
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -1%;
  color: #1C4A8D;
  margin-top: auto;
}
.insurance-types .flex-container > div button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: "Accord-Regular";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #C34004;
  border: 1px solid #C34004;
  border-radius: 2px;
  background: white;
  transition: all 0.3s;
  margin-top: 20px;
  column-gap: 12px;
  cursor: pointer;
}
.insurance-types .flex-container > div button path {
  transition: all 0.3s;
}
.insurance-types .flex-container > div button:hover {
  background: #C34004;
  color: white;
}
.insurance-types .flex-container > div button:hover path {
  fill: white;
}
.insurance-types .cta {
  margin-top: 16px;
  background: #C34004;
}
.insurance-types .cta:hover {
  background: #267AC0;
}
@media (max-width: 768px) {
  .insurance-types .flex-container > div {
    width: calc(50% - 44px);
  }
  .insurance-types .flex-container > div.featured {
    width: calc(50% - 44px);
  }
}
@media (max-width: 550px) {
  .insurance-types .flex-container > div {
    width: calc(100% - 32px);
  }
  .insurance-types .flex-container > div.featured {
    width: calc(100% - 32px);
  }
}

.services {
  padding-top: 120px;
  padding-bottom: 60px;
}
.services h2 {
  color: #1C4A8D;
  margin-bottom: 12px;
}
.services .subtitle {
  font-size: 18px;
  line-height: 25.2px;
  margin-bottom: 40px;
  max-width: 736px;
}
.services .items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  margin-bottom: 40px;
}
.services .item {
  width: calc(50% - 12px);
  height: auto;
}
.services .item > div {
  height: calc(100% - 34px);
  border: 1px solid #E7ECF3;
  padding: 16px;
  border-radius: 2px;
}
.services .title {
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: "Accord-Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 20.7px;
  color: #0E2B55;
}
.services .first {
  font-family: "Accord-Bold";
  color: #0E2B55;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}
.services .secondary {
  font-family: "Accord-Regular";
  color: #0E2B55;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .services .items {
    row-gap: 40px;
  }
  .services .item {
    width: 100%;
  }
}

.benefits {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #E7ECF3;
  overflow: hidden;
}
.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);
  color: #0E2B55;
}
.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;
  overflow: visible;
}
.benefits .swiper-slide {
  height: auto;
}
.benefits .swiper-slide > div {
  height: calc(100% - 32px);
  padding: 16px;
  border-radius: 2px;
  background: white;
}
.benefits .swiper-slide > div .subtitle {
  width: 100%;
  font-family: "Accord-Regular";
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}
.benefits .title {
  margin-top: 22px;
  margin-bottom: 0;
  font-family: "Accord-Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 20.7px;
  color: #0E2B55;
}
.benefits .description {
  margin-top: 20px;
}
@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;
  }
}

.about-me {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-me .flex-container {
  gap: 24px;
}
.about-me .flex-container > div {
  width: calc(50% - 62px);
  border-radius: 2px;
  padding: 24px;
  border: 1px solid #E7ECF3;
}
.about-me .flex-container > div .title {
  font-family: "Accord-Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 20.7px;
  margin: 24px 0;
  color: #1C4A8D;
}
.about-me .cta {
  margin-top: 40px;
  background: #C34004;
}
.about-me .cta:hover {
  background: #267AC0;
}
@media (max-width: 768px) {
  .about-me .flex-container > div {
    width: calc(100% - 50px);
  }
}
.reviews {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #1C4A8D;
  overflow: hidden;
}
.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 {
  overflow: visible;
  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;
  }
}

.popup {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  transition: opacity 0.5s;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.popup .inner {
  max-height: calc(100% - 115px);
  max-width: 831px;
  width: 100%;
  height: auto;
  padding: 65px 64px 50px 64px;
  background: white;
  border-radius: 20px;
  position: relative;
  overflow: auto;
}
.popup .inner button.close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
}
.popup .header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
.popup .header .title {
  font-family: "FlechaM-Medium";
  font-weight: 500;
  font-size: 40px;
  line-height: 103%;
  color: #1C4A8D;
}
.popup .header .price {
  font-family: "Accord-Regular";
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -1%;
  color: #C34004;
}
.popup .checks {
  margin-bottom: 30px;
}
.popup .checks div {
  display: flex;
  column-gap: 14px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.popup .checks div svg {
  width: 18px;
  height: 18px;
}
.popup .checks div p {
  width: calc(100% - 32px);
  font-family: "Accord-Regular";
  font-size: 16px;
  line-height: 140%;
}
.popup .subtitle {
  font-family: "Accord-Bold";
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #0E2B55;
}
.popup .ticks {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;
  row-gap: 14px;
  margin-bottom: 30px;
}
.popup .ticks > div {
  display: flex;
  align-items: center;
  column-gap: 14px;
  width: max-content;
  background: #ECF5FF;
  padding: 7px 12px;
}
.popup .ticks > div svg {
  width: 17px;
  height: 14px;
}
.popup .ticks > div p {
  width: calc(100% - 31px);
  color: #0E2B55;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.popup .description {
  margin-top: 28px;
  margin-bottom: 30px;
  line-height: 140%;
}
.popup .form-container {
  margin-top: 24px;
}
.popup .form-container form {
  position: relative;
}
.popup .form-container form > div {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.popup .form-container form > div > div {
  width: calc(50% - 7.5px);
}
.popup .form-container .title {
  text-align: center;
  font-family: "Accord-Bold";
  font-size: 32px;
  font-weight: 700;
  line-height: 39.68px;
  margin-bottom: 12px;
  color: #0E2B55;
}
.popup .form-container .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;
}
.popup .form-container .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;
}
.popup .form-container .info {
  background: #F4F8FF;
  color: #0E2B55;
  padding: 12px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 2px;
  margin-top: 12px;
  display: none;
}
.popup .form-container .sc-formfield-label {
  margin-bottom: 8px;
}
.popup .form-container label {
  font-size: 16px;
  line-height: 16px;
  color: #242424;
}
.popup .form-container input[type=text] {
  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;
}
.popup .form-container input {
  outline: none;
}
.popup .form-container .sc-formfield-input.phone {
  position: relative;
}
.popup .form-container .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;
}
.popup .form-container .sc-formfield-input.phone input {
  padding-left: 46px;
  width: calc(100% - 60px);
}
.popup .form-container .sc-formfield-input-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 16px;
}
.popup .form-container .sc-formfield-input-wrapper.ramos {
  max-height: 20px;
  content-visibility: auto;
}
.popup .form-container .sc-formfield-input-wrapper.show {
  max-height: 100%;
}
.popup .form-container .sc-formfield-input-wrapper .sc-formfield-input {
  width: calc(33.33% - 16px);
}
.popup .form-container .sc-formfield-input-wrapper .sc-formfield-input label {
  color: #0E2B55;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.popup .form-container .sc-formfield-input-wrapper .sc-formfield-input label input {
  margin: 0;
  width: 20px;
  height: 20px;
  accent-color: #267AC0;
}
.popup .form-container .form-text-featured {
  padding: 0;
  border-top: none;
  font-size: 12px;
  line-height: 18px;
  color: #0E2B55;
}
.popup .form-container .form-text-featured span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.popup .form-container .form-text-featured a {
  color: #267AC0;
}
.popup .form-container .form-text-featured.open span {
  -webkit-line-clamp: initial;
}
.popup .form-container .form-text-featured.open a.open {
  display: none;
}
.popup .form-container .smartcapture-controls.checkbox .sc-formfield-label {
  margin: 0;
}
.popup .form-container .smartcapture-controls.checkbox .sc-formfield-input {
  width: 100%;
}
.popup .form-container .smartcapture-controls.checkbox .sc-formfield-input label {
  align-items: flex-start;
}
.popup .form-container .smartcapture-controls.checkbox .sc-formfield-input input {
  border-radius: 4px;
}
.popup .form-container .smartcapture-controls.checkbox .sc-formfield-input span {
  width: calc(100% - 24px);
  font-size: 12px;
  line-height: 18px;
  color: #0E2B55;
}
.popup .form-container .smartcapture-controls.checkbox .sc-formfield-input span a {
  color: #267AC0;
}
.popup .form-container .smartcapture-controls.checkbox .sc-formfield-input-wrapper {
  margin-bottom: 12px;
}
.popup .form-container button[type=submit] {
  margin-top: 12px;
  padding: 21.5px;
  width: 100%;
  background: #C34004;
  color: white;
  font-family: "Accord-Bold";
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.popup .form-container button[type=submit]:hover {
  background: #267AC0;
}
.popup .form-container .actions {
  position: relative;
  height: 20px;
  margin-bottom: 24px;
}
.popup .form-container .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;
}
.popup .form-container .actions button.close svg {
  transform: rotate(180deg);
}
.popup .form-container .actions button.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .popup {
    padding-top: 26px;
    top: 100%;
    transition: all 0.5s;
  }
  .popup.active {
    top: 0;
  }
  .popup .inner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 59px 27px 40px 27px;
    max-height: calc(100% - 99px);
  }
  .popup .form-container form > div > div {
    width: 100%;
  }
  .popup .form-container form .smartcapture-submit-button-wrapper {
    position: initial;
    width: 100%;
  }
}

.ampscript-error {
  display: none;
}

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