/* 
https://www.svgrepo.com/collection/solar-linear-icons 
*/

#app .btn-outline-primary {
  background: var(--bg) !important;
}
#block_app {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  color: var(--font-primary);
  overflow: hidden;
  background: url('../img/pys-bg.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#block_app .row {
  position: relative;
  z-index: 1;
  flex-direction: column-reverse;
  min-height: calc(100dvh - 62px - 4rem);
}
#block_app #app {
  width: 100%;
  max-width: 400px;
  margin: auto;
  min-height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.925rem;
}
#block_app form {
  width: 100%;
  background: var(--tertiary);
  border: 1px solid var(--secondary);
  padding: 1rem;
  border-radius: 0.5rem;
}
#block_app #dangerousBreed {
  justify-content: space-between;
  margin-bottom: 1.5rem !important;
}
#block_app .form-field .title {
  display: flex;
  align-items: center;
  font-size: 0.952rem;
  gap: 0 0.25rem;
}
#block_app #navigation_buttons .btn-primary {
  width: 100%;
  padding: 1rem !important;
}
#block_app #app .h2 {
  border: none;
  margin: 0 0 1rem 0;
  padding: 0;
  text-align: center;
  font-size: 1.52rem;
  font-weight: 600;
  color: var(--font-secondary);
}

section {
  font-size: 1rem;
  padding: 1rem 0;
}
section p,
section ul {
  list-style: none;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
section strong {
  font-weight: 600;
}
section:nth-child(even) {
  background: var(--primary);
  color: var(--bg);
}
section.header {
  padding-top: 1rem;
  background: none;
  color: var(--font-primary);
}
section.header .h1 {
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

section .row .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  line-height: 1.5;
}
section .col-12 h2,
section .h2.title {
  font-size: 1.85rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  letter-spacing: -0.25px;
  font-weight: 600 !important;
  line-height: 1.2;
  border-bottom: 1px solid var(--secondary);
}
section .col-12 h2 {
  font-size: 2.15rem;
}
.app-content h2 strong,
section .title strong,
#block_faqs h2 strong,
#block_ratings h2 strong {
  font-weight: 700 !important;
  color: var(--primary);
}
section:nth-child(even) .title strong {
  color: var(--tertiary);
  opacity: 0.75;
}
section .pre-title {
  font-size: 0.825rem;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}
section:nth-child(even) .pre-title {
  color: var(--tertiary);
}
section .description ul,
section .description ol {
  font-size: 0.925rem;
  letter-spacing: 0;
}
section .description ul li {
  line-height: 1.25;
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
}
section .description ol li {
  margin-bottom: 0.75rem;
}
section .description ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  mask-image: url('../img/huella.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
  background-size: cover;
  background-color: var(--secondary);
}
section:nth-child(even) .description ul li::before {
  background-color: var(--tertiary);
}
section .description ul li ul li::before,
section .description ol li ul li::before {
  background-color: var(--secondary);
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
}
section .description ul li strong,
section .description ol li strong {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
}
section .description ul li ul {
  padding: 0;
  margin: 0;
}
section .description ul li ul li,
section .description ol li ul li {
  margin-bottom: 0.25rem;
  padding-left: 1.5rem;
  line-height: 1.25;
}
section .description ul li ul li strong,
section .description ol li ul li strong {
  font-size: 0.925rem;
}
section .description em {
  display: block;
  font-size: 0.9rem;
  line-height: 1rem;
}

/* LANDING seguro-responsabilidad-civil-perros */
.page-2 .app-content li {
  margin-left: 0.25rem;
  font-size: 0.952rem;
}
.page-2 .app-content li:before {
  display: inline-block;
  content: '\2713';
  margin-right: 0.25rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary);
}

.page-2 #block_1 ul {
  margin-top: 1rem;
}
.page-2 #block_1 ul li {
  min-height: 2.5rem;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-items: center;
  padding-left: 3rem;
  font-size: 1rem;
}
.page-2 #block_1 ul li strong {
  display: block;
  width: 100%;
}
.page-2 #block_1 ul li:before {
  width: 2.5rem;
  height: 2.5rem;
  mask-image: url('../img/page-2/shield.svg');
}

.page-2 #block_2 .description p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.page-2 #block_3 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.page-2 #block_3 ul li {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  margin: 0;
  aspect-ratio: 16/9;
  border-radius: 0.5rem;
  border: 2px solid var(--secondary);
  background: var(--tertiary);
  color: var(--primary);
}
.page-2 #block_3 ul li strong {
  font-size: 2.25rem;
  line-height: 1.1;
}
.page-2 #block_3 ul li::before {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--secondary);
  margin-bottom: 0.5rem;
}

.page-2 #block_4 ul ul {
  padding: 0 0 0.5rem 0;
}
.page-2 #block_4 ul li {
  min-height: 2.5rem;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-items: center;
  padding-left: 3rem;
}
.page-2 #block_4 ul li:before {
  width: 2.5rem;
  height: 2.5rem;
  mask-image: url('../img/page-2/shield-check.svg');
}
.page-2 #block_4 ul li ul li {
  padding-left: 0;
}
.page-2 #block_4 ul li ul li::before {
  display: none;
}

.page-2 #block_5 ul li {
  min-height: 2.5rem;
  line-height: 1.25;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-items: center;
  padding-left: 3rem;
}
.page-2 #block_5 ul li:before {
  width: 2.5rem;
  height: 2.5rem;
  mask-image: url('../img/page-2/prima-fija.svg');
}
.page-2 #block_5 ul li ul li {
  padding-left: 0;
}
.page-2 #block_5 ul li ul li::before {
  display: none;
}

/* LANDING seguro-perro-ppp */
.page-120 #block_1 ul li {
  min-height: 2.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  padding-left: 3rem;
}
.page-120 #block_1 ul li strong {
  display: block;
  width: 100%;
}
.page-120 #block_1 ul li:before {
  width: 2.5rem;
  height: 2.5rem;
  mask-image: url('../img/page-2/shield.svg');
}

.page-120 #block_2 ul {
  padding: 0.75rem 0.5rem;
  margin: 0;
}
.page-120 #block_2 ul li {
  line-height: 1.25;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.page-120 #block_2 ul li:before {
  width: 1rem;
  height: 1rem;
}

.page-120 #block_3 ul li:nth-child(2) strong {
  font-size: 1rem;
}
.page-120 #block_3 ul li ul {
  padding: 1rem 0;
}
.page-120 #block_3 ul li ul li {
  padding-left: 2rem;
  min-height: 1.5rem;
}
.page-120 #block_3 ul li ul li:before {
  mask-image: url('../img/page-2/shield-check.svg');
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
}

.page-120 #block_5 ol li ul li {
  padding-left: 0;
}
.page-120 #block_5 ul li strong {
  display: block;
  width: 100%;
}
.page-120 #block_5 ol li ul li::before {
  display: none;
}

.page-120 #block_6 ul li {
  padding-left: 3rem;
}
.page-120 #block_6 ul li strong {
  display: block;
  width: 100%;
}
.page-120 #block_6 ul li:before {
  mask-image: url('../img/page-2/shield.svg');
  width: 2.5rem;
  height: 2.5rem;
}

/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 300px) {
}

/* SMARTPHONES LANDSCAPE */
@media only screen and (min-width: 480px) {
}

/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) {
  section.landing-block {
    padding: 4rem 0;
    margin: 4rem 0;
  }
  section.header {
    padding-top: 2rem;
  }
  section#block_app .row .col-md-6:first-child {
    padding: 1.5rem 5%;
  }
  section .col-12 h2 {
    font-size: 2.75rem;
  }
  section .h2.title {
    font-size: 2.2rem;
  }
  section .row .col-md-6:first-child {
    padding: 1.5rem 7.5%;
  }

  #block_app .row {
    flex-direction: row;
  }
  #block_app #app form {
    padding: 2rem;
    background: var(--tertiary);
  }
  #block_app #app form .h2 {
    font-size: 1.5rem;
  }

  .page-2 #block_3 ul li {
    max-width: calc(50% - 0.75rem);
  }
  .page-2 #block_3 ul li:nth-child(odd) {
    transform: translateY(3rem);
  }
}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1024px) {
  #block_app {
    background-size: contain;
  }
}
