:root {
  --oro-goval: #ca9e67;
  --gold: #fed417;
  --gray-goval: #3c3c3b;
  --white: white;
  --black: black;
  --dim-grey: #6b6b6b;
  --steel-blue: #1d70b7;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-400: #b6b9ce;
  --flowui-component-library-gray-500: #6b7094;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.image {
  margin-top: 6px;
  margin-bottom: 6px;
}

.button {
  color: var(--gold);
  background-color: #000;
  border-radius: 5px;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-28 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 23px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.nav-menu {
  align-items: center;
  margin-top: 6px;
  margin-right: 50px;
  display: flex;
}

.link {
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.link-block {
  align-items: center;
  margin-left: 12px;
  display: flex;
}

.navbar {
  z-index: 1000;
  background-color: var(--gray-goval);
  position: sticky;
  top: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
  box-shadow: 3px 3px 9px #00000047;
}

.brand {
  background-color: #0000;
  margin-left: 100px;
}

.nav-link {
  color: var(--white);
  margin-right: 17px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.header {
  height: auto;
  padding-top: 30px;
  padding-bottom: 0;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-29 {
  background-image: url('../images/fondo-call.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
}

.heading {
  color: var(--gray-goval);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  color: var(--gray-goval);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  position: static;
}

.heading-3 {
  color: var(--gold);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 38px;
}

.heading-4 {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph {
  color: var(--black);
  text-align: center;
  margin-top: 43px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.columns {
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-30 {
  background-color: var(--oro-goval);
  margin-top: 0;
}

.heading-5 {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 55px;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 20px;
  display: flex;
}

.tu-agente {
  height: auto;
}

.column {
  background-color: var(--gray-goval);
  padding-left: 0;
}

.div-block-31 {
  width: 550px;
  margin-right: 60px;
}

.column-2 {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 48px;
  padding-bottom: 80px;
  display: flex;
}

.heading-6 {
  color: var(--gray-goval);
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.paragraph-2 {
  color: var(--dim-grey);
  text-align: right;
  margin-top: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-3 {
  text-align: right;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.button-2 {
  background-color: var(--black);
  color: var(--gold);
  text-align: center;
  border-radius: 8px;
  width: 300px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  display: block;
}

.columns-2 {
  height: 561px;
  display: flex;
}

.libre {
  background-color: var(--oro-goval);
  background-image: url('../images/alexas-insurance-health-care-advisor-stella.png');
  background-position: 100%;
  background-size: cover;
  height: 300px;
  padding-top: 52px;
}

.div-block-32 {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.div-block-33 {
  margin-left: 49px;
}

.heading-7 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.tipos-de-seguros {
  background-image: url('../images/medicare-alexandra-castillo.png');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  padding-top: 0;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  height: 350px;
}

.heading-8 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
}

.div-block-34 {
  background-color: #5e5e5e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  background-color: #525252;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  background-color: var(--gray-goval);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  background-color: #30302f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  background-color: #222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-3 {
  align-items: stretch;
  height: auto;
  display: flex;
}

.div-block-10 {
  text-align: left;
  width: 550px;
  margin-left: 60px;
  margin-right: 0;
}

.column-3 {
  background-image: url('../images/Alexandra-castillo-health-insurance-advisor-para-latinos.png');
  background-position: 100% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 76px;
  padding-bottom: 80px;
  display: flex;
}

.column-4 {
  background-color: #0000;
  padding-top: 73px;
  padding-bottom: 85px;
  padding-left: 0;
}

.heading-6-copy {
  color: var(--oro-goval);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.paragraph-2-copy {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-3-copy {
  text-align: left;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.button-3 {
  background-color: var(--oro-goval);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  width: 300px;
  margin-top: 27px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.image-2 {
  margin-top: auto;
  display: block;
}

.stella {
  background-color: var(--gray-goval);
  background-image: url('../images/fondo-libre-de-estres.png');
  background-position: 0 0;
  background-size: cover;
  height: 350px;
  padding-top: 52px;
}

.asesor-a {
  height: auto;
  padding-top: 68px;
  padding-bottom: 94px;
}

.videos {
  background-color: var(--gold);
  height: auto;
  padding-top: 54px;
  padding-bottom: 32px;
}

.contacto {
  height: 75vh;
}

.heading-9 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.columns-4 {
  align-items: center;
  margin-top: 11px;
  display: flex;
}

.paragraph-5 {
  color: var(--white);
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.container-2 {
  max-width: 1100px;
}

.heading-10 {
  color: var(--oro-goval);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.heading-11 {
  color: var(--white);
  text-align: left;
  background-image: url('../images/alexandra-castillo-medicare-health-insurance.png');
  background-position: 100% 0;
  background-size: auto;
  width: 430px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.paragraph-6 {
  color: var(--black);
  margin-top: 43px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.div-block-35, .div-block-36 {
  margin-top: 40px;
}

.heading-12 {
  color: var(--white);
  text-align: left;
  background-image: url('../images/alexandra-castillo-medicare.png');
  background-position: 100% 0;
  background-size: auto;
  width: 430px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.column-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-4 {
  background-color: var(--gold);
  color: var(--black);
  text-align: center;
  border-radius: 8px;
  width: 300px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.columns-5 {
  margin-top: 36px;
}

.div-block-3 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.columns-6 {
  margin-top: 43px;
}

.heading-13 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-14 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.div-block-37 {
  background-color: var(--oro-goval);
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-top: 15px;
  display: flex;
}

.heading-15 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
}

.textarea-2 {
  background-color: #e9e9e9;
  border: 1px solid #0000;
  border-radius: 8px;
}

.column-7 {
  flex-direction: column;
  align-items: center;
  display: block;
  position: static;
}

.div-block-26 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa0000;
  border-radius: 16px;
  font-weight: 700;
}

.columns-9 {
  background-color: #0000;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.container-5 {
  background-color: #fff;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-field-3 {
  background-color: #e9e9e9;
  border: 1px solid #0000;
  border-radius: 8px;
}

.image-23 {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-form {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 50px;
}

.submit-button {
  background-color: #17dc09;
  border-radius: 14px;
  width: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.checkbox-label-2 {
  color: #737373;
}

.heading-1 {
  color: #fff;
  text-align: center;
  width: 600px;
  margin: 21px auto 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.html-embed {
  border-radius: 10px;
  height: auto;
}

.html-embed.cel {
  opacity: 1;
  border: 1px #000;
  border-radius: 7px;
}

.success-message {
  color: #fff;
  background-color: #00f725;
  border-radius: 16px;
  padding: 15px 10px;
  font-weight: 700;
}

.column-8 {
  background-color: #0000;
  border-radius: 12px;
}

.form {
  margin-top: 23px;
}

.paragraph-form {
  color: var(--black);
  text-align: left;
  margin-top: 19px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text-field {
  border: 1px solid var(--steel-blue);
  background-color: var(--white);
  color: var(--steel-blue);
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.heading-16 {
  color: var(--steel-blue);
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-social {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-line {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-logo-xs {
  width: 48px;
  height: 48px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-divider {
  background-color: var(--flowui-component-library-gray-200);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: #0000;
}

.f-button-neutral {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-footer-button-wrapper {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-field-icon {
  color: var(--flowui-component-library-gray-400);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: auto auto auto 16px;
}

.f-field-input-icon {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  transition: all .25s;
}

.f-field-input-icon:hover, .f-field-input-icon:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-field-input-icon::placeholder {
  color: var(--flowui-component-library-gray-400);
}

.f-field-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-footer-form-block {
  margin-bottom: 0;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-sub-heading-large {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-footer-link {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-title {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-block {
  flex-direction: column;
}

.f-footer-primary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-regular {
  background-color: var(--steel-blue);
  padding: 64px 5%;
  position: relative;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
}

.footer-2 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.footer-2:hover {
  text-decoration: underline;
}

.container-6 {
  max-width: 1200px;
}

.text-block-2 {
  color: #fff;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.footer-link {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-heading {
  color: #ff1d25;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.footer-link-copy {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.footer-link-copy:hover {
  text-decoration: underline;
}

.div-block-27 {
  background-color: #f9faf97d;
  width: 1px;
}

.footer-3 {
  background-color: var(--gray-goval);
  text-align: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 45px;
}

.text-block-9 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image-24 {
  margin-top: 30px;
}

.div-block-38 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 300px;
  display: flex;
}

.div-block-39 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-8 {
  color: var(--white);
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.div-block-40 {
  margin-right: 20px;
}

.div-block-41 {
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 11px;
}

.paragraph-9 {
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-span {
  font-size: 24px;
}

.heading-5-copy {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 600px;
  min-width: 20px;
  height: 55px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 26px;
  display: flex;
}

.link-copy {
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.text-span-2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.heading-5-copy-copy {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 12px;
  height: 55px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  display: block;
}

.image-25 {
  max-height: 100%;
  display: block;
}

.text-span-3 {
  line-height: 0;
}

.section {
  background-color: var(--white);
  position: sticky;
  bottom: 0;
}

.section-2 {
  background-color: var(--white);
  position: sticky;
  inset: auto 0% 0%;
}

.image-26, .image-27 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-2 {
  text-decoration: none;
}

.link-3 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.link-4 {
  color: var(--gold);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.link-5 {
  color: var(--white);
  margin-left: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  text-decoration: none;
}

.link-6 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.link-7 {
  color: var(--gold);
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
}

.bold-text {
  color: var(--white);
  margin-left: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 40px;
  text-decoration: none;
}

.heading-17 {
  color: #181818;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.paragraph-10 {
  color: #1d70b7;
  text-align: center;
  margin-top: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.html-embed-2 {
  margin-top: 42px;
}

.container-7 {
  padding-top: 50px;
}

.body {
  padding-bottom: 20px;
}

.bold-text-2 {
  color: var(--dim-grey);
}

.div-block-42 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.proveedores {
  background-color: var(--white);
  height: 350px;
  padding-top: 52px;
}

.heading-9-copy {
  color: var(--dim-grey);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.column-9, .column-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .columns-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-primary {
    grid-template-columns: 1fr 1fr;
  }

  .footer-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .columns-9 {
    flex-direction: column;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .f-footer-primary {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-3 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    background-color: var(--oro-goval);
  }

  .menu-button.w--open {
    color: #0478bf;
    background-color: #0000;
  }

  .div-block-28 {
    align-items: center;
    margin-top: 19px;
  }

  .nav-menu {
    background-color: var(--gray-goval);
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 26px;
  }

  .link-block {
    flex-direction: column;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .brand {
    margin-left: 10px;
  }

  .brand.w--current {
    margin-left: 20px;
  }

  .nav-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header {
    padding-bottom: 0;
  }

  .div-block-29 {
    background-color: var(--black);
    background-image: none;
    padding-left: 0;
    line-height: 16px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 26px;
  }

  .heading-4 {
    font-size: 32px;
  }

  .columns {
    flex-direction: column;
  }

  .div-block-30 {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-5 {
    text-align: center;
    width: 300px;
    margin-top: 0;
    line-height: 26px;
  }

  .div-block-31 {
    width: auto;
    margin-right: 10px;
  }

  .column-2 {
    padding-top: 21px;
  }

  .heading-6 {
    line-height: 34px;
  }

  .columns-2 {
    flex-direction: column;
    height: auto;
  }

  .libre {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-32 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-33 {
    margin-left: 0;
  }

  .tipos-de-seguros {
    height: auto;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: flex;
  }

  .columns-3 {
    flex-direction: column;
  }

  .div-block-10 {
    width: auto;
    margin-left: 15px;
  }

  .column-3 {
    height: 250px;
  }

  .stella {
    height: auto;
    padding-top: 26px;
    padding-bottom: 11px;
  }

  .columns-4 {
    flex-direction: column;
  }

  .heading-11 {
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-12 {
    width: auto;
  }

  .div-block-37 {
    flex-flow: column;
    height: auto;
    padding-bottom: 13px;
  }

  .heading-15 {
    color: var(--white);
    font-size: 40px;
  }

  .column-7 {
    margin-bottom: 35px;
  }

  .columns-9 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-1 {
    width: auto;
    font-weight: 600;
  }

  .f-footer-primary {
    grid-template-columns: 1fr;
  }

  .footer-flex-container {
    flex-direction: column;
    align-items: center;
  }

  .container-6 {
    max-width: none;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-3 {
    text-align: left;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-38 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 20px;
  }

  .paragraph-8 {
    flex-direction: column;
  }

  .div-block-41 {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .icon {
    color: var(--white);
  }

  .heading-5-copy {
    color: var(--oro-goval);
    width: 300px;
    margin-top: 58px;
    line-height: 28px;
  }

  .heading-5-copy-copy {
    color: var(--oro-goval);
    width: 300px;
    margin-top: 43px;
    line-height: 28px;
  }

  .section-2 {
    position: sticky;
  }

  .text-span-4 {
    color: var(--oro-goval);
  }

  .link-2 {
    color: var(--white);
    text-align: center;
    margin-top: 14px;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    text-decoration: none;
    display: block;
  }

  .link-3 {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
  }

  .link-4 {
    color: var(--gold);
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
  }

  .link-5 {
    color: var(--white);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
    display: block;
  }

  .link-6 {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
  }

  .link-7 {
    color: var(--gold);
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
  }

  .proveedores {
    height: auto;
    padding-top: 26px;
    padding-bottom: 11px;
  }
}

#w-node-_8babcfdc-44db-4d1a-81a3-a3b9b5a15cfc-a51fd0dc, #w-node-_9b6550a9-191e-84c2-5cd2-71fd9f975de5-a51fd0dc, #w-node-_14062e54-e5ab-9d73-bc92-b2d773594796-a51fd0dc, #w-node-ef80bc83-88ff-d5ab-ef1c-cbef98772ba6-a51fd0dc, #w-node-_0fc9092b-f0c6-e1db-f292-1f0a237a2034-a51fd0dc, #w-node-_8babcfdc-44db-4d1a-81a3-a3b9b5a15cfc-9485387c, #w-node-_9b6550a9-191e-84c2-5cd2-71fd9f975de5-9485387c, #w-node-_14062e54-e5ab-9d73-bc92-b2d773594796-9485387c, #w-node-ef80bc83-88ff-d5ab-ef1c-cbef98772ba6-9485387c, #w-node-_0fc9092b-f0c6-e1db-f292-1f0a237a2034-9485387c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}


