@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;
  --white: #ffffff;
  --lila: #e9ebf5;
}

.main-header-title {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 600;
  font-size: 50px;
  line-height: 120%;
  color: var(--white);
  text-align: center;
  margin: 0;
}

.main-header-subtitle {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: var(--white);
  text-align: center;
  margin: 8px 0 0;
}

.secondary-header-title {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 600;
  font-size: 27px;
  line-height: 120%;
  color: var(--blue);
  text-align: center;
  margin: 0;
}

.third-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);
}

.legal-text {
  font-family: "Geomanist-WZ-OT-Light";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue);
}

/* Banner hero */
.seguros{
  width: 100%;
.seguros__hero-banner-container {
  position: relative;
  video {
    width: 100%;
  }
  .seguros__hero-banner-container-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .seguros__hero-banner-container-text {
    width: 61%;
    margin-top: -15px;
  }
}

/* Logos de marcas */
.seguros__logos-container {
  display: flex;
  justify-content: center;
  /* justify-content: space-between; */
  padding: 30px;
  gap: 15px;
  .seguros__logo-item {
    display: flex;
    justify-content: center;
    border-radius: 18%;
    border: 0.61px solid #152a6933;
    min-width: 31%;
    aspect-ratio: 7 / 5.5;
    img {
      width: 60px;
      height: 100%;
      object-fit: contain;
      display: flex;
      margin: auto;
    }
  }
}

/* Title y subtitle */
.seguros__title-subtitle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: 12px;
  .secondary-header-title {
    width: 68%;
  }
  .paragraph {
    width: 73%;
    text-align: center;
  }
}

/* Necesidades */
.seguros__necesidades-container {
  margin-top: 50px;
  .seguros__necesidades-title-container {
    width: 100%;
    display: flex;
    justify-content: center;
    .secondary-header-title {
      width: 65%;
    }
  }
  .seguros__necesidades-container-items {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    .seguros__necesidades-container-item {
      border-radius: 8px;
      display: flex;
      overflow: hidden;
      height: 90px;
      .seguros__necesidades-container-item-left {
        flex: 1;
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
      .seguros__necesidades-container-item-right {
        background-color: var(--lila);
        flex: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        .third-header-title {
          width: 70%;
          
        }
        a {
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: transparent;
          border: 1px solid #445587;
          width: 30px;
          height: 30px;
          text-decoration: none;
        }
        .seguros__necesidades-container-item-right-soon{
          font-size: 14px;
          color: #445587;
          font-family: "Geomanist-WZ-OT-Regular";
        }
      }
      .seguros__necesidades-container-item-right-cooming{
        display: flex;
        flex-direction: column;
        display: flex;
        justify-content: end;
        .third-header-title {
          width: 100%;
        }
        .seguros__necesidades-container-item-right-soon{
          width: 100%;
          margin: 0;
          position: relative;
          top: -13px;
        }
      }
    }
  }
}

/* No dudas */
.seguros__no-dudas-container {
  margin-top: 22px;
  .seguros__no-dudas-container-title-container {
    display: flex;
    justify-content: center;
    .secondary-header-title {
      width: 46%;
    }
  }
  .seguros__no-dudas-container-items {
    padding: 36px 30px 0;
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
    .seguros__no-dudas-item {
      border-radius: 16px;
      border: 1px solid #445587;
      /* padding: 25px 30px 26px 30px; */
      gap: 5px;
      display: flex;
      flex-direction: column;
      margin: 15px 0 0;
      .seguros__no-dudas-item-header {
        background: transparent;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        border: none;
        padding: 25px 30px 26px 30px;
        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 {
          padding: 25px 30px 26px 30px;
          margin: 4px 0 0;
          color: #445587;
          border-top: 1px solid #445587;
        }
      }
    }
  }
}

/* Legal text */
  .seguros__legal-text {
    padding: 20px 30px;
  }
}