@import "../style_multiple.css";

/* -------------------------------------------- */
/* --------------- CALCULADORA ---------------- */
/* -------------------------------------------- */
body {
  background-color: #eff2f7;
}

.display-calculadora {
  display: none;
}

.calculadoraSection {
  padding-bottom: 2%;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  min-height: 100vh;
  margin-top: 20px;
}
.calculadoraSection .franja-cal {
  background-color: #E4ECFB;
  color: var(--azul);
  width: 1100px;
  max-width: 95%;
  padding: 20px 0;
  margin: 15px auto 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.calculadoraSection .franja-cal p{
  margin-bottom: 0px;
  font-size: 20px;
}
.calculadoraSection .franja-cal .bigbold {
  font-size: 28px;
}
.calculadora {
  background-color: #fff;
  width: 1100px;
  max-width: 95%;
  padding: 20px 0;
  margin: 0px auto 15px auto;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

label.checkbox-terminos {
  display: block;
}

.calculadoraSection .close-section {
  top: 0;
  height: 100%;
  width: 100%;
}

.calculadora .closeimg {
  color: var(--text);
  text-align: right;
  padding-right: 15px;
  font-size: 25px;
  margin-top: 5px;
  position: absolute;
  z-index: 99;
  font-size: 16px;
}

.close-section {
  height: 100%;
  position: absolute;
  width: 100%;
 }   

.calculadoraSection h1{
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 26px;
}

.calculadoraSection .calculadoraContainer{
  height: 100%;
  margin: auto;
  max-width: 90%;
  display: flex;
  justify-content: center;
}

.calculadoraSection .calculadoraContainer .formArea {
  width: 35rem;
}

.calculadoraSection .calculadoraContainer .formArea .progress {
  width: 100%;
  height: 10px;
  margin: auto;
  margin-bottom: 1.2rem;
  background-color: #C2CDDD;
  border-radius: 0;
}

.calculadoraSection .calculadoraContainer .formArea .progress .bar {
  --por-val: 2%;
  width: var(--por-val);
  height: 100%;
  background-color: var(--azul);
  line-height: 1;
  transition: width .8s ease-in-out;
  -o-transition: width .8s ease-in-out;
  -moz-transition: width .8s ease-in-out;
}

.calculadoraSection .calculadoraContainer .formArea .titleArea{
  font-size: 18px;
}

.calculadoraSection .calculadoraContainer .formArea .img {
  height: 25px;
  width: 25px;
  padding: 3px;
  border-radius: 50%;
  margin: 0 5px;
  margin-bottom: 15px;
  background-size: 50%;
}

.calculadoraSection .calculadoraContainer .formArea .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #08A800;
}

.calculadoraSection .calculadoraContainer .formArea .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #08A800;
}

.calculadoraSection .calculadoraContainer .formArea p {
  font-size: 16px;
  font-weight: 400;
}

.calculadoraSection .calculadoraContainer .formArea p.head {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
}

.calculadoraSection .calculadoraContainer .formArea p.horario-title {
  font-weight: 800;
  margin: 15px 0;
}

.calculadoraSection .calculadoraContainer .formArea .inputForm{
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}
.calculadoraSection .calculadoraContainer .formArea .inputForm > div{
  text-align: left;
}
.calculadoraSection .calculadoraContainer .formArea .inputForm label{
  font-weight: 300;
  margin-bottom: 0;
}
.calculadoraSection .calculadoraContainer .formArea .inputForm input{
  height: 45px;
  width: 230px;
  margin: 10px 0;
  border: solid 2px #66768f80;
  font-size: 17px;
  padding: 5px;
  color: #66768f;
}
.calculadoraSection .calculadoraContainer .formArea .inputForm input:focus-visible {
  outline: none;
}

.calculadoraSection .calculadoraContainer .formArea .terminos{
  cursor: pointer;
  margin-top: 1.7rem;
  font-size: 16px;
  font-weight: 100;
  position: relative;
}
.calculadoraSection .calculadoraContainer .formArea .input-check{
  transform: scale(1.2);
  margin-right: 6px;
  opacity: 0;
}
.calculadoraSection .calculadoraContainer .formArea .formButtons {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.calculadoraSection .calculadoraContainer .formArea .formButtons .calcButton {
  font-size: 17px;
  width: 25%;
  min-width: 110px;
  background-color: var(--rosa);
  border: none;
  border-radius: 5px;
  height: 45px;
  margin: 2.3rem 0px 20px 0px;
  color: #fff;
  transition: 0.3s;
  pointer-events: all;
}

.calculadoraSection .calculadoraContainer .formArea .formButtons .calcButton.disable {
  pointer-events: none;
  opacity: 20%;
  cursor: not-allowed;
}
.calculadoraSection .calculadoraContainer .formArea .formButtons .calcButton:hover {
  background-color: #C22F5B;
}  

.calculadoraSection .calculadoraContainer .formArea .formButtons .calcButton:focus {
  outline: none;
}  

.calculadoraSection .calculadoraContainer .formArea .formButtons .calcButtonAtras {
  display: none;
}

.calculadoraSection .calculadoraContainer .formArea .formButtons .calcButtonAtras.open {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 17px;
  margin: 2.6rem 0px 20px 0px;
  transition: 0.3s;
  color: var(--rosa);
  height: fit-content;
  cursor: pointer;
}

.calculadoraSection .calculadoraContainer .formArea .formButtons .calcButtonAtras:hover  {
  text-decoration: underline;
}    

.calculadoraSection .calculadoraContainer .formArea .formButtons .calcButtonAtras p {
  margin-bottom: 0;
}

.calculadoraSection .calculadoraContainer .formArea .formButtons .calcButtonAtras .img-arrow-atras {
  filter: brightness(0) saturate(100%) invert(23%) sepia(62%) saturate(2495%) hue-rotate(319deg) brightness(94%) contrast(88%);
  width: 25px;
  height: 25px;
  transform: rotate(90deg);
  margin: auto;
}

.calculadoraSection .calculadoraContainer .faseContainer .slidecontainer {
  width: 100%;
}

.calculadoraSection .calculadoraContainer .faseContainer .slidecontainer input {
  width: 60%;
}

.calculadoraSection .checkSelectCalc input[type="radio"]{
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.calculadoraSection .checkSelectCalc{
  display: flex;
  justify-content: center;
  margin: 2rem 0 0;
  gap: 10px;
}
.calculadoraSection .fase1 .checkSelectCalc{
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 10px 0 20px 0;
  align-items: normal;
}
.calculadoraSection .checkSelectCalc label {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 186px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  color: var(--text);
  font-weight: 700;
  text-align: center;
  padding: 0.8rem;
  border: 1px solid #C3CDDB;
  font-size: 20px;
  transition: background-color .2s, border .2s;
  -o-transition: background-color .2s, border .2s;
  -moz-transition: background-color .2s, border .2s;
}

.calculadoraSection .checkSelectCalc label.checkbox-calculadora {
  order: unset;
  font-size: 16px;
  text-align: left;
  position: relative;
  display: inline;
  cursor: pointer;
  background-color: unset;
  border: none;
  padding: 0;
  padding-right: 28px;
  width: unset;
  font-weight: 300;
  margin: unset;
  margin-top: 10px;
}

.calculadoraSection .checkSelectCalc label.compania {
  display: unset;
  width: unset;
  cursor: pointer;
  background-color: unset;
  border: none;
  font-weight: 700;
  text-align: center;
  padding: 0;
  font-size: 16px;
  transition: none;
  margin: 0;
}

.calculadoraSection .checkSelectCalc label img{
  height: 32px;
  margin-bottom: 5px;
}
.calculadoraSection .checkSelectCalc label:hover img{
  filter: brightness(100);
}
.calculadoraSection .checkSelectCalc input[type="radio"]:checked + label img{
  filter: brightness(100);
}
.calculadoraSection .checkSelectCalc label:hover{
  border: 1px solid var(--rosa);
  background-color: var(--rosa);
  color: #fff;
}
.calculadoraSection .checkSelectCalc label.checkbox-calculadora:hover {
  border: unset;
  background-color: unset;
  color: unset;
}

.calculadoraSection .checkSelectCalc label.compania:hover {
  border: unset;
  background-color: unset;
  color: unset;
}
.calculadoraSection .checkSelectCalc input[type="radio"]:checked + label{
  border: 1px solid var(--rosa);
  background-color: var(--rosa);
  color: #fff;
}
.calculadoraSection .slidecontainer p {
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: center;
}
.calculadoraSection  .opcion-mantenimiento {
  padding: 10px;
}
.calculadoraSection .oferta.open {
  background-color: #EFF2F7;
  display: flex;
  padding: 20px 0;
  align-items: center;
}
.calculadoraSection .oferta .num {
  font-size: 18px;
  font-weight: 700;
  padding: 0 20px;
  border-right: 1px solid #000;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
  color: var(--azul);
}
.calculadoraSection .oferta .num span {
  font-size: 42px;
}
.calculadoraSection .oferta .text {
  font-size: 18px;
  padding: 0 20px;
  margin-bottom: 0;
  text-align: left;
}
.calculadoraSection .condicionesMantenimiento {
  font-size: 14px;
  text-align: left;
  color: #707070;
  margin-top: 5px;
}
.calculadoraSection .opcion-mantenimiento .mantenimiento {
  margin-bottom: 0;
  position: relative;
}
.calculadoraSection .slidecontainer #myRange{
  -webkit-appearance: none;
  background: #dc35452e;
  outline: none;
  height: 5px;
  width: 75%;
}
.calculadoraSection .slidecontainer #myRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--rosa);
  cursor: pointer;
}

.calculadoraSection .slidecontainer #myRange::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--rosa);
  cursor: pointer;
}
.calculadoraSection .fase4 lottie-player{
  position: absolute;
  bottom: 18%;
  margin: auto;
  width: 250px;
  height: 250px;
  left: 30%;
}
.calculadoraSection .fase4 i{
  margin: 1.5rem 0.5rem;
}
.calculadoraSection .fase4 a{
  color: var(--text);
}
.calculadoraSection .fase4 a:hover{
  color: var(--text);
}

/* ---- CUSTOM CHECKBOX ---- */

/* Hide the browser's default checkbox */
.calculadoraSection .terminos input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.calculadoraSection .terminos .checkmark {
  position: absolute;
  top: 2px;
  left: -25px;
  height: 20px;
  width: 20px;
  border: 2px solid #66768f80;
  border-radius: 2px;
}

.calculadoraSection .opcion-mantenimiento .checkmark {
  position: absolute;
  top: 2px;
  left: -4px;
  height: 20px;
  width: 20px;
  border: 2px solid #66768f80;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.calculadoraSection .terminos:hover input ~ .checkmark,
.calculadoraSection .opcion-mantenimiento:hover input ~ .checkmark {
  background-color: #f3f3f3;
}

/* When the checkbox is checked, add a blue background */
.calculadoraSection .terminos input:checked ~ .checkmark,
.calculadoraSection .opcion-mantenimiento input:checked ~ .checkmark {
  background-color: var(--rosa);
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.calculadoraSection .terminos .checkmark:after,
.calculadoraSection .opcion-mantenimiento .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.calculadoraSection .terminos input:checked ~ .checkmark:after,
.calculadoraSection .opcion-mantenimiento input:checked ~ .checkmark:after  {
  display: block;
}

/* Style the checkmark/indicator */
.calculadoraSection .terminos .checkmark:after,
.calculadoraSection .opcion-mantenimiento .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer {
  background-color: #ffffff;
}