@charset "UTF-8";

html {
  height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
  min-height: 10vh;
  margin-top: 56px;
  margin-bottom: 56px;
}

header {
  padding: 10px 0px;
  background-color: #253c82;
}

#idioma {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

#idioma a {
  margin-left: 10px;
  color: #FFF;
}

footer {
  min-height: 10vh;
  padding: 20px 0px;
  background-color: #212327;
  color: #FFF;
}

footer .contactdiv {
  font-size: 0.9em;
}

footer .contactdiv h3 {
  font-size: 1.2em;
}

footer .contactdiv {
  margin: 20px 0;
}

footer .contactdiv .mail {
  display: block;
  text-decoration: underline;
  color: #FFF;
}

footer .contactdiv .boto {
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #727272;
  color: #727272;
  cursor: pointer;
  padding: 10px 20px;
}

a {
  color: inherit;
  text-decoration: underline;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  border: 1px solid #127cac;
  background: #169bd6;
}

.btn-primary:hover {
  opacity: 0.9;
  border: 1px solid #127cac;
  background: #169bd6;
}

.d-inline {
  display: inline !important;
  width: inherit !important;
}

#copyright {
  font-size: 0.9em;
}

#copyright a {
  text-decoration: underline;
  color: #FFF;
  transition: 100ms linear;
}

#copyright a:hover {
  opacity: 0.8;
}

.titol {
  color: #253c82;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.5em;
}

@media only screen and (min-width: 768px) {
  .titol {
    font-size: 2em;
  }
}

.titol-pas {
  color: #169bd6;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .titol-pas {
    font-size: 2em;
  }
}

.titol-descripcio {
  color: #253c82;
  font-size: 1.1em;
  line-height: 1.5em;
  margin-top: -1em;
  margin-bottom: 1.5em;
}

.titol-text {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 2em;
  margin-bottom: 1em;
}

.color-section-2 {
  background-color: #F9F9F9;
}

.cols-info {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cols-info .titol {
  min-width: 100px;
  margin-right: 20px;
}

.cols-info .valor {
  padding: 5px 10px;
  width: 100%;
  background-color: #cce4e6;
  max-width: 600px;
  font-weight: 600;
}

.col-titol-seccio {
  margin-top: 40px;
  text-decoration: underline;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 21px;
}

.container .errors {
  background-color: #FFD1D1;
  margin: 20px 0px;
  padding: 20px;
}

.cols-info2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.form-control.required + label {
  position: relative;
  right: 15px;
  top: 8px;
}

.form-control.required + label:after {
  content: "*";
  position: absolute;
  color: red;
}

.cols-info.required-block .text + label {
  position: relative;
  right: 0px;
  top: 0px;
}

.cols-info.required-block .text + label:after {
  content: "*";
  position: absolute;
  color: red;
}

.cols-info2.required-block .row + label {
  position: relative;
  right: 0px;
  top: 0px;
}

.cols-info2.required-block .row + label:after {
  content: "*";
  position: absolute;
  color: red;
}

.required-field {
  position: relative;
  right: 0px;
  top: 0px;
}

.required-field:after {
  content: "*";
  position: absolute;
  color: red;
}

.required {
  color: red;
}

input.valid-icon {
  background-image: url(/images/icons/check-circle.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position-y: center;
  background-position-x: right;
  background-origin: content-box;
}

span.option-label {
  display: inline-block;
  margin-top: -4px;
  font-size: 1.2em;
  font-weight: bold;
}

.fixed-button {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 9999;
  /* Asegura que el botón esté por encima de otros elementos */
  opacity: 0;
  /* Inicialmente oculto */
  transition: opacity 0.3s;
  /* Transición suave */
}

.text-one-container {
  max-width: 100ch;
  text-wrap: balance;
}

.text-one-title {
  font-size: 2em;
  width: 100%;
  text-wrap: balance;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.question-input {
  border: none;
  background-color: #fafafa;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0.375rem 0.375rem;
  margin: 0.375rem 0.375rem;
  margin-top: 0;
  outline: none !important;
  transition: all 0.15s;
}

.question-input.error {
  background-color: rgb(212, 143, 143);
}

.question-input:focus {
  outline: none;
  background-color: #f1f0f0;
}

.iti {
  width: 100%;
}

.form-control.error {
  background-color: rgb(212, 143, 143);
}

.form-control:focus {
  outline: none;
}

.text-descripcio {
  color: #253c82;
  font-size: 1.2em;
}

.text-descripcio ul {
  margin-top: 10px;
}

.text-descripcio li {
  margin-bottom: 10px;
}

