  /* Colores principales */

:root {
  --motorsoftme-bg-btn-submit: white;
  --motorsoftme-text-btn-submit: #bd9c5e;
  --motorsoftme-border-btn-submit: #bd9c5e;

  --motorsoftme-border-inputs: #bd9c5e;
  --motorsoftme-border-inputs-focus: transparent;

  --motorsoftme-bg-btn-submit-hover: #d1c1a0 !important ;
  --motorsoftme-text-btn-submit-hover: white;
  --motorsoftme-border-btn-submit-hover: #d1c1a0 !important ;

  --motorsoftme-fontsize-labels: 1.2em;
  --motorsoftme-fontsize-inputs: 1em;

  --motorsoftme-padding-inputs: 10px;
  --motorsoftme-padding-mobile-inputs: 6px 10px;

  --motorsoftme-fontsize-mobile-labels: 1em;
  --motorsoftme-fontsize-mobile-inputs: 0.8em;

  --motorsoftme-text-transform-inputs: uppercase;
  --motorsoftme-text-transform-labels: uppercase;

  --motorsoftme-text-color-inputs:#bd9c5e;
  --motorsoftme-text-color-labels:#bd9c5e;

  --motorsoftme-inputs-color-iconos: #bd9c5e;

  --motorsoftme-inputs-container-border-color: #bd9c5e;

  --motorsoftme-text-color-precio-inputs: #707070;
  --motorsoftme-text-color-day-inputs: rgba(112, 112, 112, 1);
  --motorsoftme-text-color-noches-inputs: rgba(112, 112, 112, 1);
}


/*Apartamentos michelangelo*/
/* :root {
  --motorsoftme-bg-btn-submit: #4391CF;
  --motorsoftme-text-btn-submit:  white;
  --motorsoftme-border-btn-submit: #4391CF;
  --motorsoftme-bg-btn-submit-hover: white;
  --motorsoftme-text-btn-submit-hover: #4391CF;
  --motorsoftme-border-btn-submit-hover: #4391CF;
  --motorsoftme-text-color-inputs: #4e4e4e;
  --motorsoftme-text-color-labels: #4e4e4e;
  --motorsoftme-inputs-color-iconos: #4391CF;
  --motorsoftme-inputs-container-border-color: #4e4e4e;
  --motorsoftme-padding-inputs: 6px 10px !important;
} */

/* .motorsoftme-container-cp > .containerInputSvg > input,
.motorsoftme-container-dates > .containerInputSvg > input,
.motorsoftme-container-cp > .containerInputSvg > input::placeholder,
.motorsoftme-container-dates > .containerInputSvg > input::placeholder,
.motorsoftme-container-cp > .containerInputSvg > input:focus,
.motorsoftme-container-dates > .containerInputSvg > input:focus {
  padding: 6px 10px !important;
} */

/*Hotel palmeral*/
/* :root {
  --motorsoftme-bg-btn-submit: white;
  --motorsoftme-text-btn-submit: #D1C1A0;
  --motorsoftme-border-btn-submit: #D1C1A0;

  --motorsoftme-bg-btn-submit-hover: #D1C1A0;
  --motorsoftme-text-btn-submit-hover: white;
  --motorsoftme-border-btn-submit-hover: #D1C1A0;


  --motorsoftme-fontsize-labels:1.2em;
  --motorsoftme-fontsize-inputs:1em;

  --motorsoftme-text-transform-inputs: uppercase;
  --motorsoftme-text-transform-labels: uppercase;

  --motorsoftme-text-color-inputs: #D1C1A0;
  --motorsoftme-text-color-labels: #D1C1A0;

  --motorsoftme-inputs-color-iconos: #D1C1A0;

  --motorsoftme-inputs-container-border-color: transparent;
} */

#motorsoftme-form,
#motorsoftme-form-movil {
  width: 100%;
  max-width: 100%;
  padding: 0px 10px;
}

.motorsoftme-inputs-container {
  width: 100%;
  display: flex;
}

.motorsoftme-container-cp,
.motorsoftme-container-dates,
.motorsoftme-container-btn-submit {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  padding: 0px 3px;
}

.motorsoftme-container-btn-submit {
  flex: 2 !important;
}

.motorsoftme-container-btn-submit > button {
  background-color: var(--motorsoftme-bg-btn-submit);
  border: 1px solid var(--motorsoftme-border-btn-submit);
  text-decoration: none;
  color: var(--motorsoftme-text-btn-submit);
  font-size: var(--motorsoftme-fontsize-inputs);
  text-transform: var(--motorsoftme-text-transform-inputs);
  height: 100%;
  width: 100%;
  max-height: 43px;
  white-space: nowrap;
}

.motorsoftme-container-btn-submit > button:hover {
  background-color: var(--motorsoftme-bg-btn-submit-hover);
  color: var(--motorsoftme-text-btn-submit-hover);
  border: 1px solid var(--motorsoftme-border-btn-submit);
  transition: all ease 0.3s;
}

.motorsoftme-container-cp > .containerInputSvg > input,
.motorsoftme-container-dates > .containerInputSvg > input {
  height: auto;
  width: 100%;
  text-decoration: none;
  /* border: 1px solid var(--motorsoftme-border-inputs); */
  border: none;
  border-right: 1px solid var(--motorsoftme-border-inputs);
  background-color: transparent !important;
}

.motorsoftme-container-cp > .containerInputSvg > input:focus,
.motorsoftme-container-dates > .containerInputSvg > input:focus {
  /*border: 1px solid var(--motorsoftme-border-inputs-focus);*/
  outline-style: none;
}

.motorsoftme-container-cp > .containerInputSvg > input,
.motorsoftme-container-dates > .containerInputSvg > input,
.motorsoftme-container-cp > .containerInputSvg > input::placeholder,
.motorsoftme-container-dates > .containerInputSvg > input::placeholder,
.motorsoftme-container-cp > .containerInputSvg > input:focus,
.motorsoftme-container-dates > .containerInputSvg > input:focus {
  font-size: var(--motorsoftme-fontsize-inputs);
  text-transform: var(--motorsoftme-text-transform-inputs);
  padding: var(--motorsoftme-padding-inputs);
  color: var(--motorsoftme-text-color-inputs);
}

.motorsoftme-container-dates > label,
.motorsoftme-container-cp > label,
.motorsoftme-container-dates > label::placeholder,
.motorsoftme-container-cp > label::placeholder {
  font-size: var(--motorsoftme-fontsize-labels);
  text-transform: var(--motorsoftme-text-transform-labels);
  color: var(--motorsoftme-text-color-labels);
}

.motorsoftme-container-dates {
  position: relative;
}

.containerInputSvg {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid var(--motorsoftme-inputs-container-border-color);
  /*padding-right: 5px;*/
  padding: 1px 5px 1px 0px;
}

.containerInputSvg > input {
  width: 90%;
}

.containerInputSvg > label {
  width: 10%;
  display: flex;
}

.containerInputSvg > label > svg {
  width: 100%;
  height: 20px;
}

.containerInputSvg > label > svg > path {
  fill: var(--motorsoftme-inputs-color-iconos);
}

.containerInputSvg > label > svg > g > path {
  fill: var(--motorsoftme-inputs-color-iconos);
}

@media (max-width: 768px) {
  .motorsoftme-inputs-container {
    flex-direction: column;
  }

  .motorsoftme-container-dates,
  .motorsoftme-container-cp,
  .motorsoftme-container-btn-submit {
    margin-bottom: 15px;
  }

  .motorsoftme-container-btn-submit > button {
    height: auto;
    padding: 6px 0px;
    font-size: var(--motorsoftme-fontsize-mobile-inputs);
  }

  .motorsoftme-container-btn-submit > button:hover {
    background-color: var(--motorsoftme-bg-btn-submit-hover);
    color: var(--motorsoftme-text-btn-submit-hover);
    border: 1px solid var(--motorsoftme-border-btn-submit);
    transition: all ease 0.3s;
  }

  .motorsoftme-container-cp > .containerInputSvg > input,
  .motorsoftme-container-dates > .containerInputSvg > input,
  .motorsoftme-container-cp > .containerInputSvg > input::placeholder,
  .motorsoftme-container-dates > .containerInputSvg > input::placeholder,
  .motorsoftme-container-cp > .containerInputSvg > input:focus,
  .motorsoftme-container-dates > .containerInputSvg > input:focus {
    font-size: var(--motorsoftme-fontsize-mobile-inputs);
    padding: var(--motorsoftme-padding-mobile-inputs);
  }

  .motorsoftme-container-dates > label,
  .motorsoftme-container-cp > label,
  .motorsoftme-container-dates > label::placeholder,
  .motorsoftme-container-cp > label::placeholder {
    font-size: var(--motorsoftme-fontsize-mobile-labels);
  }
}

#motorsoftme-form-movil {
  padding-top: 20px !important;
}

.dia-con-precio {
  display: flex;
  flex-direction: column; /* columna: arriba-día, medio-precio, abajo-noches */
  align-items: center; /* centrado horizontal */
  justify-content: space-between; /* distribuye los elementos verticalmente */
  height: 100%; /* que ocupe todo el td del día */
  width: 100%;
  box-sizing: border-box;
}

.precio {
  font-size: 1em;
  font-weight: 400;
}

.numero-dia {
  font-size: 0.7em;
  font-weight: 800;
}

.noches {
  font-size: 0.7em;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.imageLuna {
  margin-left: 5px;
  height: 10px;
}

.imageLuna2 {
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background-image: url(../Img/lunaGris.png);
  background-size: contain; /* o cover, según el caso */
  background-repeat: no-repeat;
  background-position: center;
}

.selected .imageLuna2, 
.endRange .imageLuna2{
  background-image: url(../Img/luna.png);
}

.cargando .dayContainer:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 2px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 39%;
  left: 44%;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
