/*Sobreescritura de estilos nativos*/

html,
body {
  height: 100% !important;
  font-family: "montserrat", sans-serif;
}

h1 {
  text-align: left;
  font-size: 4rem;
  margin: 1rem 0;
}

h2 {
  text-align: left;
  font-size: 1.8rem;
  margin: 1rem 0;
}

h3 {
  text-align: left;
  font-size: 1.75rem;
  font-weight: normal;
  margin: 1rem 0;
}

h4 {
  text-align: left;
  font-size: 1.7rem;
  line-height: 1.2;
  margin: 1.2rem 0;
  margin-right: 5rem;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 1rem 0;
  margin-right: 5rem;
  text-align: left;
}

.container-fluid {
  height: 100% !important;
}

.no-spaces {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/*Nuevos estilos*/

.text-main-color {
  color: var(--dynamic-color);
}


.logo-compania {
  display: initial;
  padding-top: 2rem;
  max-width: 8rem;
}

/** Pantalla grande **/
@media only screen and (min-width: 768px) {
  .header-formulario-title {
    padding-top: 1rem;
  }
  .main-row {
    margin-right: 1.3rem;
  }
}
/** Pantalla pequena**/
@media only screen and (max-width: 767px) {
  .first-message-box {
    color: white;
    margin: 0 1rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .logo-compania {
    max-width: 5rem;
    padding-top: 0.5rem;
    margin: 0.3rem;
  }

  h1 {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
    margin: 0.3rem;
  }

  h2 {
    font-size: 1.25rem;
    text-align: center;
    margin: 0.3rem;
  }

  h3 {
    font-size: 1.1rem;
    text-align: center;
    margin: 0.3rem;
  }

  h4 {
    font-size: 1rem;
    text-align: center;
    margin: 0.3rem;
  }

  p {
    font-size: 0.7rem;
    text-align: center;
    margin: 0.3rem;
  }

  .btn-premios {
    font-size: 0.7rem;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    color: white;
    background-color: var(--dynamic-color);
    border-radius: 0.5rem;
  }
  .btn-premios:hover {
    font-size: 0.7rem;
    text-decoration: none;
    font-weight: 500;
    color: var(--dynamic-color);
    border-radius: 0.5rem;
    border-color: var(--dynamic-color);
  }

  .btn-bases-legales {
    font-size: 0.7rem;
   /* color: var(--dynamic-color);*/
    background-color: #fff;
    transition: color 0.3s ease;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 500;
  }
  .btn-bases-legales:hover {
    font-size: 0.7rem;
    /*color: #fff !important;*/
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 500;
    border-color: #fff;
  }
}

.first-message-box {
  color: white;
  margin-left: 2.5rem;
}

.company-name {
  font-family: "opensansBold";
  font-size: 1rem;
  padding: 2rem 0;
}

.big-title-white {
  color: #fff;
  font-size: clamp(3.6rem, 9vw, 7rem);
  line-height: 0.9;
  margin: 0 auto;
  font-family: "gothamPro-Bold";
}
.big-title-black {
  color: transparent;
  -webkit-text-stroke: 0.1rem #fff;
  font-size: clamp(4.5rem, 12vw, 8rem);
  line-height: 0.9;
  margin: 0 auto;
  font-family: "gothamPro-Bold";
}

.btn-premios {
  text-decoration: none;
  font-weight: 500;
  color: white;
  background-color: var(--dynamic-color);
  border-radius: 8px;
}
.btn-premios:hover {
  text-decoration: none;
  font-weight: 500;
  color: var(--dynamic-color);
  border-radius: 8px;
  border-color: var(--dynamic-color);
}

.btn-bases-legales {
 /* color: var(--dynamic-color);*/
  background-color: #fff;
  transition: color 0.3s ease; /* Suaviza la transición del color */
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
}
.btn-bases-legales:hover {
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  border-color: #fff;
}
.subtitle-head-white {
  color: #fff;
  font-size: clamp(1.2rem, 3.6vw, 2.9rem);
  line-height: 3rem;
  margin: 0 auto;
  font-family: "gothamPro";
  letter-spacing: 0.2rem;
  padding: 1.1rem 0;
}
.p-subtitle-head-cuerpo {
  color: #fff;
  font-size: clamp(0.7rem, 1vw, 1.2rem);
  line-height: 1.3rem;
  font-family: "gothamPro";
  letter-spacing: 2.7px;
  padding: 0 2.6rem;
  margin-bottom: 1rem;
}
.p-subtitle-head-cuerpo-comunas {
  color: #fff;
  font-size: clamp(0.7rem, 1vw, 1.2rem);
  line-height: 1.3rem;
  font-family: "gothamPro";
  letter-spacing: 1.5px;
  padding: 0 2.6rem;
  margin-bottom: 1rem;
}

#formulario {
  background-color: white;
  border-radius: 1rem;
  height: fit-content;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.header-formulario {
  margin: 0 13px;
  margin-top: 1.5rem;
  width: 100%;
}

.header-formulario-title {
  color: #000;
  font-family: "gothamPro-Bold";
  font-size: 28px;
  font-weight: 600;
}
.header-formulario-span {
  color: transparent;
  font-family: "gothamPro-Bold";
  font-size: 28px;
  font-weight: 600;
  -webkit-text-stroke: 2px #000;
}

.header-formulario-body {
  text-align: center;
  padding: 0.5rem 0.5rem;
}
