@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@100;300;700&family=Open+Sans:wght@400;800&display=swap");

/*----------------------------------------*/
/*-----------------FUENTES----------------*/
@font-face {
  font-family: "Open Sans Regular";
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans ExtraBold";
  src: url(../fonts/OpenSans-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans CondensedRegular";
  src: url(../fonts/OpenSans_Condensed-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans CondensedBold";
  src: url(../fonts/OpenSans_Condensed-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Geomanist-WZ-OT-Bold";
  font-style: normal;
  src: url("../fonts/Geomanist-Bold-WZ.otf") format("opentype");
}

@font-face {
  font-family: "Geomanist-WZ-OT-Book";
  font-style: normal;
  src: url("../fonts/Geomanist-Book-WZ.otf") format("opentype");
}

@font-face {
  font-family: "Geomanist-WZ-OT-Light";
  font-style: normal;
  src: url("../fonts/Geomanist-Light-WZ.otf") format("opentype");
}

@font-face {
  font-family: "Geomanist-WZ-OT-Medium";
  font-style: normal;
  src: url("../fonts/Geomanist-Medium-WZ.otf") format("opentype");
}

@font-face {
  font-family: "Geomanist-WZ-OT-Regular";
  font-style: normal;
  src: url("../fonts/Geomanist-Regular.otf") format("opentype");
}

html,
body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --blue: #152a69;
  --blue-secondary: #445587;
  --blue-third: #e9ebf5;
  --white: #ffffff;
  --lila: #e9ebf5;
  --lila-secondary: #d4d7eb;
  --green: #d9f5ec;
  --green-secondary: #00c6c5;
  --yellow: #f4ebd9;
  --yellow-secondary: #f9f5ec;
  --green-third: #b3ebd9;
}

.main-header-title {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 700;
  font-size: 34px;
  line-height: 110%;
  color: var(--blue);
  text-align: center;
  margin: 0;
}

.secondary-header-title {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 600;
  font-size: 27px;
  line-height: 125%;
  color: var(--blue);
  text-align: center;
  margin: 0;
}

.third-header-title {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 500;
  font-size: 21px;
  line-height: 130%;
  color: var(--blue);
}

.fourth-header-title {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: var(--blue);
}

.paragraph {
  font-family: "Geomanist-WZ-OT-Light";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--blue);
}

.paragraph-light-bold {
  font-family: "Geomanist-WZ-OT-Light";
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--blue);
  margin: 0;
}

.paragraph-bold {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--blue);
}

.paragraph-book-bold {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--blue);
  margin: 0;
}

.legal-text-bold {
  font-family: "Geomanist-WZ-OT-Light";
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue);
}

.legal-text-extra-bold {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue);
}

.legal-text {
  font-family: "Geomanist-WZ-OT-Light";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue);
  margin-top: 0;
}

.lila {
  background-color: var(--lila);
}

.lila-secondary {
  background-color: var(--lila-secondary);
}

.beige {
  background-color: #f4ebd9;
}

.yellow {
  background-color: var(--yellow);
}

.yellow-secondary {
  background-color: var(--yellow-secondary);
}

.light-green {
  background-color: #d9f5ec;
}

.green-secondary {
  background-color: var(--green);
}

/* Volver */
.seguros-productos__volver-container {
  width: 100%;
  background: var(--green);
  height: 60px;
  display: flex;
  align-items: center;

  a {
    border-radius: 99px;
    border: 1px solid var(--blue-secondary);
    text-decoration: none;
    color: var(--blue);
    height: 30px;
    padding: 0 15px;
    gap: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;

    img {}
  }
}

/* Banner hero */
.seguros-productos {
  width: 100%;

  .seguros-productos__banner-hero__container {
    display: flex;
    flex-direction: column;
    align-items: center;

    img {
      width: 100%;
    }

    .main-header-title {
      margin: 31px 0 40px 0;
      width: 53%;
    }

    .seguros-productos__banner-hero-container-items {
      padding: 0 15px;
      display: flex;
      flex-direction: column;
      gap: 15px;

      .seguros-productos__banner-hero-item {
        border-radius: 16px;
        border: 1px solid #445587;

        .seguros-productos__banner-hero-item__header {
          border-bottom: 1px solid #445587;
          padding: 17px 0px;
          display: flex;
          justify-content: center;

          .third-header-title {
            width: 95%;
            text-align: center;
            margin: 0;
          }
        }

        .seguros-productos__banner-hero-item__body {
          display: flex;
          justify-content: center;

          .paragraph {
            text-align: center;
            width: 95%;
          }
        }
      }
    }
  }

  /* Coberturas */
  .seguros-productos-coberturas__container {
    margin-top: 56px;
    overflow: hidden;
    padding: 0 15px;

    img {
      margin-right: initial;
      right: -30px;
      position: relative;
    }

    .seguros-productos-coberturas__items {
      margin-top: 25px;
      display: flex;
      flex-direction: column;
      align-items: center;

      .secondary-header-title {
        width: 94%;
        line-height: 120%;
      }

      .paragraph {
        text-align: center;
        width: 85%;
      }

      h2+p.paragraph {
        padding: 24px 0;
      }

      .seguros-productos-coberturas__item {
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 30px;
        width: 100%;

        .seguros-productos-coberturas__item__header {
          display: flex;
          justify-content: center;
          position: relative;
          height: 60px;
          width: 100%;
          border: none;

          .fourth-header-title {
            margin: auto;
          }

          .seguros-productos-coberturas__item__header-arrow {
            position: absolute;
            right: 15px;
            top: 15px;
            border: 1px solid #445587;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;

            img {
              transform: rotate(270deg);
              transition: all 0.5s;
              right: 0;
            }
          }
        }

        .seguros-productos-coberturas__item__body {
          display: none;

          .seguros-productos-coberturas__item__body-item {
            display: flex;
            align-items: center;
            padding: 15px;
            gap: 15px;
            border-bottom: 1px solid rgba(21, 42, 105, 0.2);
            border-left: 1px solid rgba(21, 42, 105, 0.2);
            border-right: 1px solid rgba(21, 42, 105, 0.2);

            .seguros-productos-coberturas__item__body-item-check {
              border: 1px solid #445587;
              width: 28px;
              height: 28px;
              min-width: 28px;
              min-height: 28px;
              max-width: 28px;
              max-height: 28px;
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;

              img {
                right: 0;
              }
            }

            .legal-text-bold {
              margin: 0;
            }
          }

          .seguros-productos-coberturas__item__body-item:last-child {
            border-bottom: 1px solid rgba(21, 42, 105, 0.2);
            border-radius: 0 0 16px 16px;
          }
        }
      }
    }

    .seguros-productos-coberturas__image {
      position: relative;
      height: 300px;

      .left {
        top: 0;
        left: -120px;
      }
    }
  }

  /* Costos */
  .seguros-productos-costos__container {
    margin-top: 27px;
    padding: 0 15px;

    >.paragraph {
      text-align: center;
      margin-bottom: 25px;
    }

    .seguros-productos-costos__items-wrapper {
      display: flex;
      flex-direction: column;
      gap: 15px;

      .seguros-productos-costos__item {
        padding: 0 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 75px;
        border-radius: 16px;

        .seguros-productos-costos__item__title {}

        .seguros-productos-costos__item__costo {
          .paragraph-light-bold {
            text-align: end;
          }
        }
      }
    }
  }

  /* No dudas */
  .seguros__no-dudas-container {
    margin-top: 15px;

    .seguros__no-dudas-container-title-container {
      display: flex;
      justify-content: center;

      .secondary-header-title {
        width: 46%;
      }
    }

    .seguros__no-dudas-container-items {
      padding: 0px 15px 0;
      display: flex;
      flex-direction: column;
      gap: 15px;

      .seguros__no-dudas-item {
        border-radius: 16px;
        border: 1px solid #445587;
        padding: 25px 30px 26px 30px;

        .seguros__no-dudas-item-header {
          background: transparent;
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          border: none;
          padding: 0;
          width: 100%;
          cursor: pointer;

          .third-header-title {
            text-align: start;
            margin: 0;
          }

          .seguros__no-dudas-img-container {
            width: 30px;
            height: 30px;
            min-width: 30px;
            min-height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            border: 1px solid #445587;

            img {
              transition: all 0.5s;
            }
          }
        }

        .seguros__no-dudas-item-body {
          display: none;

          .paragraph {
            width: 86%;
            margin: 4px 0 0;
          }
        }
      }
    }
  }

  /* Buscando información */
  .seguros-buscando-informacion__container {
    margin-top: 30px;
    background: linear-gradient(#b3ebd9, #e1f7f0);
    padding: 0 15px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;

    .seguros-buscando-informacion__container-images {
      padding-top: 46px;
      position: relative;
      margin-bottom: 43px;

      .hand {
        position: absolute;
        top: 189px;
        left: 21px;
        display: none;
      }

      .pildora {
        width: 100%;
      }
    }

    .secondary-header-title {
      margin-bottom: 15px;
      text-align: center;
      width: 85%;
    }

    .seguros-buscando-informacion__items-wrapper {
      display: flex;
      flex-direction: column;
      gap: 15px;

      .seguros-buscando-informacion__item {
        position: relative;
        border-radius: 16px;
        background: white;
        min-height: 90px;
        display: flex;
        align-items: center;
        padding: 0px 21px 0px 30px;

        img {}

        .third-header-title {
          margin-left: 30px;
          width: 67%;
        }

        .seguros-buscando-informacion__item__img-third-component {
          position: absolute;
          right: 21px;

          /* bottom: 15px; */
          .seguros-buscando-informacion__item__img-container {
            width: 30px;
            height: 30px;
            min-width: 30px;
            min-height: 30px;
            border-radius: 50%;
            border: 1px solid #445587;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: transparent;

            img {}
          }
        }
      }
    }
  }

  /* Poliza */
  .seguros-poliza__container {
    padding: 94px 30px;

    .secondary-header-title {
      margin-bottom: 26px;
    }

    .seguros-poliza__container-items {
      display: flex;
      flex-direction: column;
      gap: 15px;

      .seguros-poliza__container-item {
        background-color: #D9F5EC;
        border-radius: 16px;
        height: 60px;
        padding: 0 26px 0 23px;
        display: flex;
        align-items: center;
        justify-content: space-between;

        .seguros-poliza__container-item__pdf-container {
          margin-right: 5%;

          img {}
        }

        .paragraph-light-bold {
          line-height: 120%;
          width: 100%;
        }

        .seguros-poliza__container-item__arrow {
          width: 30px;
          height: 30px;
          min-width: 30px;
          min-height: 30px;
          border-radius: 50%;
          border: 1px solid var(--blue);
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          gap: 2px;
          margin-left: 20px;

          .dot {}

          .arrow-down {}
        }
      }

      .seguros-poliza__container-item:hover {
        background-color: var(--green-third);
      }
    }
  }

  /* Documentos */
  .seguros-documentos {
    margin: 82px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;

    .secondary-header-title {
      margin-bottom: 2px;
    }

    .paragraph {
      text-align: center;
      width: 81%;
      padding: 24px 0;

      a {
        color: var(--green-secondary);
      }
    }

    >p.paragraph-documentos:nth-of-type(1) {
      margin-bottom: -1px;
    }

    >p.paragraph-documentos:nth-of-type(2) {
      margin-top: -1px;
    }
  }

  /* Informativos */
  .seguros-informativo {
    margin: 55px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;

    .third-header-title {
      text-align: center;
      margin-bottom: -6px;
      width: 56%;
    }

    .paragraph {
      text-align: center;
      width: 95%;
      padding: 24px 0;
    }
  }

  /* Legal text */
  .seguros__legal-text {
    padding: 30px;
    margin-top: 75px;
  }

  /* CTA */

  .seguros__logo-item {
    border-radius: 18%;
    border: 0.61px solid #152a6933;
    max-width: 15%;
    aspect-ratio: 7 / 5;
    margin-top: 40px;
    padding: 12px;
    display: flex;

    img {
      width: 100%;
      height: 100%;
      object-fit: scale-down;
    }
  }
}

.seguros-cta__container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background-color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;

  .seguros-cta__text {
    position: absolute;
    left: 10px;

    .paragraph {
      color: white;
    }
  }

  .seguros-cta {
    text-decoration: none;
    font-family: "Geomanist-WZ-OT-Book";
    background-color: #eb0000;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    border: none;
    height: 44px;
    padding: 0 30px;
  }
}

/* Buscando información modal */
.seguros-buscando-informacion___modal {
  display: none;
  position: fixed;
  top: -5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

  .seguros-buscando-informacion__modal__header {
    height: 60px;
    width: 100%;
    background: var(--green);
    display: flex;
    align-items: center;
    padding: 0 17px;
    margin-top: 55px;
    border: 1px solid #445587;

    .seguros-buscando-informacion__modal__header__img-container {
      width: 45px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #445587;
      border-radius: 99px;
      background-color: transparent;

      img {}
    }
  }

  .seguros-buscando-informacion___modal__body {
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    height: 100%;

    .third-header-title {
      text-align: center;
      width: 65%;
    }

    .seguros-buscando-informacion___modal__body-content {
      display: flex;
      /* justify-content: center; */
      flex-direction: column;
      align-items: center;

      .paragraph {
        text-align: center;
        width: 81%;

        a {
          color: var(--green-secondary);
        }
      }

      ul {
        li {
          color: var(--blue);
          font-family: "Geomanist-WZ-OT-Light";
          font-weight: 400;
          font-size: 16px;
          line-height: 140%;
        }
      }
    }
  }
}

.seguros-cta___modal {
  display: none;
  position: fixed;
  inset: 0;
  margin: auto;
}

.seguros-cta__continuar {
  display: inline-block;
  margin-top: 25px;
  padding: 10px 40px;
  background: var(--blue);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-family: "Geomanist-WZ-OT-Book";
}

.seguros-cta__continuar-button {
  width: 50% !important;
  cursor: pointer;
}