:root{
  --lime:#F7F7EB;
  --blue: #254ca1;
  --white: #ffffff;

}
body {
  font-family: 'Lato' !important;
  color: var(--blue) !important;
  font-weight: 300 !important;
  margin: 0 auto;
  background-color: var(--white);
  /* background-image: url('../images/backgroundIntro2.jpg'); */
  background-attachment: fixed;
  background-size: cover;
  repeat: no-repeat;
}
select {
  margin: 10px 0;
}
input {
  margin: 10px 0;
}
a {
  text-decoration: none;
  color: var(--blue);
}
a:hover {
  color: var(--blue);
}

/* ------------------------------------------------------ SCROLL */
body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: #d4edfc;
}

body::-webkit-scrollbar-thumb {
  background-color: #373b3d;
  border-radius: 20px;
}

/* ------------------------------------------------------ HEADER */
.header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: var(--white);
  background-image: url('../images/infarma2025/cabecera-calculadora.png');
  background-position: center;
  background-size: cover;
  height: 25vh;
  padding: 20px 0px;
  min-height: 180px;
}
.logo {
  /* display: none; */
  /* padding: 20px 0px; */
  max-height: 480px;
  height: 100%;
  margin: 0 auto;
  align-self: center;
}
.logos {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
svg {
  color : "red";
}

/* ------------------------------------------------------ BTN */
.btn,
.btn-secondary,
.btn-primary {
  background-color: initial;
  color: var(--blue);
  border: solid 1px var(--blue);
  font-size: 18px;
  font-weight: 300;
}
.btn:hover {
  border: solid 1px var(--white);
  color: var(--white);
  background-color: var(--blue);
  font-size: 18px;
  font-weight: 300;
}
.btn-new {
  color: var(--blue);
  border: solid 1px var(--blue);
  font-size: 18px;
  font-weight: 300;
}
.btn-top {
  margin-top: 40px;
}

.btn-newhotel1 {
  width: 150px;
}
.btn-newhotel2 {
  width: 150px;
}
.gracias-btn {
  background-color: transparent;
  color: #003040;
}
.btn-enviar {
  border: solid 1px var(--blue);
  font-size: 18px;
  font-weight: 300;
}
.btn-enviar:hover {
  background-color: var(--white);
  border: solid 1px var(--white);
  font-size: 18px;
  font-weight: 300;
}
.btn-new {
  border: solid 1px var(--blue);
  font-size: 18px;
  font-weight: 300;
  border-radius: 2%;
}
.btn-new:hover {
  background-color: var(--blue);
  color: var(--white);
  border: solid 1px var(--white);
  font-size: 18px;
  font-weight: 300;
}

.btn-start {
  width: 300px;
  align-self: center;
  margin: 30px auto 0 auto;
  border-radius: 2%;
}
.btn-add {
  height: 73px;
  padding-top: 22px;
}
.btn-cuest {
  height: 50px;
  padding-top: 12px;
}
.btn-xs {
  border: none;
}
.emeca-star{
    position: absolute;
    bottom: 5vh;
    left: 5vw;
    width: 30%;
    max-width: 300px;
    height: fit-content;
}
/* ------------------------------------------------------ FORM */
input[type='radio'].form-control,
input[type='checkbox'].form-control {
  padding: 0;
  margin: 1px;
  clear: none;
  width: 18px;
  height: 18px;
  outline: none;
  line-height: 0;
  min-width: 18px;
  cursor: pointer;
  border-radius: 0;
  border-width: 1px;
  text-align: center;
  position: relative;
  border-style: solid;
  display: inline-block;
  vertical-align: bottom;

  -webkit-box-shadow: none;
  box-shadow: none;

  -webkit-appearance: none;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
input[type='radio'].form-control {
  border-radius: 50%;
}

input[type='checkbox'].form-control::before,
input[type='checkbox'].form-control::after {
  top: -1px;
  margin: 0;
  left: -1px;
  opacity: 0;
  padding: 0;
  content: '';
  z-index: 10;
  content: '';
  width: 18px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  text-align: center;
}
input[type='checkbox'].form-control::after {
  top: 1px;
  left: 5px;
  width: 6px;
  z-index: 11;
  height: 10px;
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;

  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type='checkbox'].form-control:checked::before,
input[type='checkbox'].form-control:checked::after {
  opacity: 1;
}
input[type='radio'].form-control:checked {
  border-width: 5px;
}

input[type='checkbox'].form-control-2x-border {
  border-width: 2px;
}
input[type='checkbox'].form-control-2x-border::after {
  left: 4px;
}
/* ------------------------------------------------------ RESULTS */
.resultsScreen {
  margin-right: 100px;
  font-family: 'Lato' !important;
}
.resultsScreen__h4 {
  font-size: 90px;
}

.resultsScreen__number {
  width: 100%;
  margin-top: 90px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* ------------------------------------------------------ REST */

.main-container {
  height: 100vh;
}

.open-text {
  /* color: #fcfcfc; */
  text-decoration: none;
  font-weight: 400;
  line-height: 17px;
  margin-top: 10px;
}
.open-text:hover {
  /* color: var(--white); */
}

.input-form {
  margin-bottom: 10px;
}

.idavuel {
  margin: 3px !important;
  width: 10px;
  height: 10px;
}
.bg-darko {
  background-color: #003040;
  display: none;
}
.margin-top {
  margin-top: 10px !important;
}
.finalizar {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
.row-item {
  height: 150px;
  align-self: center;
  text-align: center;
}
.row-item img {
  align-self: center;
}
.a-container p {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
.flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.alert-success {
  background-color: var(--blue) !important;
  color: var(--white);
  border: none;
}

.transport-icon {
  width: 90px;
}
.wrapp {
  width: 400px;
}
.icon-extra {
  margin-bottom: 30px;
}
.desktop-device .header-section-fixed .header-menu-section-container.stuck {
  position: initial;
}

.extra-width {
  max-width: 600px;
}

.margin {
  padding-top: 50px;
}

.volver {
  margin-top: 5px;
  display: flex;
  align-items: flex-start;
  opacity: 0.7;
}
.email-new {
  display: initial;
  align-items: center;
  margin: 0 auto;
  width: 500px;
}
.email-new input {
  display: initial;
  align-items: center;
  margin: 0 auto;
  width: 400px;
}

.gracias {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-family: 'Lato';
       font-weight: 400;
}
.huella {
  margin-top: 5px;
  margin-bottom: 25px;
  font-family: 'Lato';
       font-weight: 400;
}

.transport-icon {
  margin-bottom: 20px;
}
.lead {
}

.table {
  color: var(--blue);
}
/* ------------------------------------------------------ PROJECT */

.project_body {
  font-family: 'Lato';
  font-weight: 300;
  padding: 10px;

  /* background-image: url('../images/backgroundIntro2.jpg');
  background-attachment: fixed;
  background-size: cover;
  repeat: no-repeat;


  margin: 0 auto;
  background-attachment: fixed;
  background-size: cover;
  repeat: no-repeat; */
}
.project_left--h1 {
  padding-top: 50px;
  /* padding-bottom: 50px; */
}
.project_left--logo {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.project_left--p {
  font-size: 20px;
}
.project_left--p1 {
  font-family: 'oso-serif-variable', sans-serif;
  font-variation-settings: 'wdth' 109, 'wght' 300;
  font-size: 25px;
  color: #b7c928;
  padding: 30px 0 30px 0;
  text-align: center;
}
.project_right--h2 {
  font-family: 'oso-serif-variable', sans-serif;
  font-variation-settings: 'wdth' 109, 'wght' 300;
  font-size: 25px;
  padding: 10px 0 30px 0;
  text-align: center;
}
.project_boximg {
  width: 200px;
  align-self: center;
  margin: 10px 0 30px 0;
  border: solid #fcfcfc 3px;
}
.project_rigth--box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project_boxp {
  text-align: center;
  font-size: 20px;
}
.logo10years {
  padding: 20px 0;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 0 auto;
}
@media only screen and (min-width: 500px) {
  .project_left--h1 {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 600px;
  }

  .project_left--p,
  .project_boxp {
    padding-left: 40px;
    padding-right: 40px;
  }
  .project_rigth {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .project_rigth--box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 20px;
  }
  .project_boximg {
    width: 90px;
    margin: 0px 0 30px 0;
  }

  .project_boxp {
    text-align: left;
    font-size: 18px;
    padding-left: 20px;
  }
  .project_left--p1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 500px;
  }
  .project_right--h2 {
    text-align: start;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .project_body {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: space-around;
    justify-content: center;
    gap: 150px;
  }
  .project_left {
    width: 50%;
  }
  .project_left--h1 {
    padding-top: 90px;
  }
  .project_left--p {
    padding-top: 40px;
    font-size: 20px;
  }
  .project_rigth {
    width: 50%;
    padding-top: 140px;
  }
}
/* ------------------------------------------------------ MEDIAQUERIES */

@media only screen and (min-width: 576px) {
  .item-flex {
    margin: 0 auto;
  }
  .a-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 400px) {
  .finalizar {
    padding-bottom: 0px;
  }
  .page-body {
    height: initial;
    background-image: none;
  }
  .transport-icon {
    width: 50px;
    margin-bottom: 20px;
  }
  body {
    margin: 0 auto;
  }
  .wrapp {
    width: initial !important;
  }
  .calcu {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  .icon-extra {
    width: 70px;
    margin-bottom: 20px;
  }
  .btn-cuest {
    font-size: 16px;
  }
  .btn-cuest-wrapp {
    width: 100% !important;
  }
}
@media only screen and (max-width: 630px) {
  .step {
    /* width: 100% !important; */
  }
  .btn-new {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
  }

  .btn-add {
    height: 73px;
    padding-top: 22px;
  }
  .email-new input {
    width: 351px !important;
  }
  .pt-4 {
    padding-top: 0px !important;
  }
  .btn-cuest-wrapp {
    width: 100% !important;
  }

  .transport-icon {
    width: 50px;
    margin-bottom: 20px;
  }
  body {
    margin: 0 auto;
  }
  .wrapp {
    width: initial !important;
  }
  .calcu {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
  }
  .navbar {
    margin-bottom: 40px;
  }
  .icon-extra {
    width: 70px;
    margin-bottom: 20px;
  }
  .btn-cuest-wrapp {
    width: 100% !important;
  }
  .page-right-sidebar .content-area-container {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 630px) {
  .navbar {
    margin-bottom: 80px;
  }
}
