@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;
  --green: #d9f5ec;
  --green-secondary: #00c6c5;
}

.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: 21px;
  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: 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-bold {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--blue);
}

.legal-text-bold {
  font-family: "Geomanist-WZ-OT-Light";
  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);
}

/* Volver */
.seguros-distributiva-vidaysalud__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 {
      width: 8px;
      height: 9px;
    }
  }
}

/* Banner hero */
.seguros-distributiva-vidaysalud {
  width: 100%;
  .seguros-distributiva-vidaysalud__banner-hero__container {
    padding: 39px 17px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    .main-header-title {
      width: 73%;
    }
    .seguros-distributiva-vidaysalud__banner-hero__container-items {
      margin-top: 22px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      .seguros-distributiva-vidaysalud__banner-hero__item {
        border-radius: 16px;
        overflow: hidden;
        width: 100%;
        background-color: var(--blue-third);
        min-height: auto;
        .seguros-distributiva-vidaysalud__banner-hero__item-header {
          position: relative;
          height: 150px;
          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
          .seguros-distributiva-vidaysalud__banner-hero__item-header__logo {
            position: absolute;
            width: 22%;
            aspect-ratio: 1 / 1;
            top: 15px;
            left: 9px;
            background: #fdfeff;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 99px;
            img {
              width: 80%;
              object-fit: scale-down;
            }
          }
        }
        .seguros-distributiva-vidaysalud__banner-hero__item-header.second {
          /* height: 265px; */
        }
        .seguros-distributiva-vidaysalud__banner-hero__item-body {
          padding: 30px 0 18px;
          display: flex;
          flex-direction: column;
          align-items: center;
          .secondary-header-title {
            margin-bottom: 20px;
            width: 70%;
          }
          .legal-text-bold {
            margin-bottom: 20px;
            margin-top: -10px;
            text-align: center;
            width: 88%;
          }
          .paragraph-bold {
            background: var(--green-secondary);
            border-radius: 99px;
            text-align: center;
            height: 50px;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 250px;
            padding: 0 20px;
            span {
              padding: 18px;
              p {
                margin: -2px 0;
              }
            }
          }
          p:nth-of-type(2) {
            display: none;
          }
        }
        .seguros-distributiva-vidaysalud__banner-hero__item-body.second {
          padding: 32px 0 43px;
          .legal-text-bold {
            margin-bottom: 5px;
            font-size: 12px;
            font-weight: 700;
          }
          h2 {
            margin-bottom: 0;
          }
        }
      }
    }
  }

  /* Legal text */
  .seguros__legal-text {
    padding: 30px;
  }
}
.main-header-subtitle {
  font-family: "Geomanist-WZ-OT-Book";
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--blue);
  text-align: center;
  margin: 16px 0 0;
}
