:root {
  /* Variables de color */
  --color-principal: #00ebeb;
  --color-secundario: #961b61;
  --color-acento: #ff006a;
}

.title, .subtitle {
  font-family: "Red Hat Display", sans-serif!important;
}

.header {
  background: var(--img) center no-repeat;
  background-size: cover;

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header::before {
  content: "";
  position: absolute;
  inset: 0; 
  background: rgba(0, 134, 240, 0.55); 
  z-index: 0; 
}

.navbar {
  z-index: 10;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.hero-content {
  color: white;
  text-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
  margin: auto;
  z-index: 1;
}

.header h1 {
  font-size: 3rem;
  font-weight: bold;
}

.header h1 > span {
  background: var(--color-acento);
  padding-inline: 4px;
}

.hero-content.d-block ul {
  background: #2aafe8;
  color: white;
  border-radius: 4px;
  padding: 1rem;
  padding-inline: 2rem;
}

.header h2 {
  color: var(--color-secundario);
  background-color: white;
  text-shadow: none;
  
  display: inline;
  padding: 0.15rem;
  line-height: 1.5;

  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.header ul {
  margin-top: 1.2rem;
  font-size: 1.2rem;
}

.seguro-salud{
  display: none;
}

section.ventajas {
  text-align: center;
}

section h2 {
  color: var(--color-acento);
  font-size: 36px;
  font-weight: bolder;
}

.bullet-title{
  color: var(--color-secundario);
}

.ventajas {
  background-color: #e5fafa;
}

section.ventajas h3 {
  color: var(--color-acento);
  font-size: 24px;
  font-weight: bold;
}

.ventajas-img {
  width: 100%;
  aspect-ratio: 1;
  background: var(--img) center no-repeat;
  background-size: 100%;
}

.card-form .card-header {
  text-align: center;
  color: var(--color-secundario);
  background: white;
  font-weight: bold;
}

.input-group-text {
  height: 100%;
  border-radius: 4px 0px 0 4px;
}

.form-control-lg {
  font-size: 1rem;
  padding: 12px 16px;
  border-radius: 3px;
}

label.error {
  color: red;
  font-size: 12px;
}

.form-btn {
  background-color: var(--color-principal) !important;
  color: #000000;
  border: 0;
}

/* Cookie Consent Banner */

.freeprivacypolicy-com---palette-light .cc-nb-okagree {
  color: #fff;
  background-color: var(--color-principal) !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-reject {
  color: #fff;
  background-color: var(--color-principal) !important;
}

.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
  background: var(--color-principal) !important;
  color: #fff;
}

@media screen and (max-width: 578px) {
  .header {
    background: none;
    background-color: #98f0f0;
    /* background-size: cover; */
    min-height: 90vh;
  }

  .header::before {
    content: "";
    position: absolute;
    inset: 0; 
    background: none; 
    z-index: 0; 
  }

  .header .hero-content {
    text-shadow: none;
    /* color: var(--color-secundario); */
    text-align: center;
  }
}
