@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap");
.sec2 {
  width: 100%;
  margin: 0 auto;
}

.headerSec2 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.headerSec2 h2 {
  font-size: 1rem;
  font-family: "inter", sans-serif;
  font-weight: 500;
}

.sec2Location {
  width: 100%;
  margin: 1em auto;
  background-color: white;
  border-radius: 0.625em;
  border: 1px solid #e2e2e2;
  padding: 1em;
  padding-right: 2em;
  display: flex;
  gap: 1em;
}

.d-block {
  display: block;
  color: black;
  font-family: "inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

@media (max-width: 360px) {
  .d-block {
    font-size: 0.8rem;
  }

  .labelFormInfDate,
  .labelFormInfTime {
    font-size: 0.7rem;
    height: 48px;
  }
}


.iconos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.iconsReverse,
.iconsReverse2 {
  display: flex;
  flex-direction: column-reverse;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
}

.d-flex {
  display: flex;
  align-items: center;
  gap: 1em;
}

.linea {
  width: 225px;
  border: 1px solid #e2e2e2;
}

.flechas {
  background-color: transparent;
  border: 0;
}

.flechas {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 5px;
  margin-top: 10px;
  width: 20%;
}

.flechas:hover,
.flechas:focus {
  background: none;
  outline: none;
  color: #fff;
  background-color: rgba(94, 129, 247, 0.2);
  text-decoration: none;
  border-radius: 35px;
  animation: revertColor 0.5s 0.5s forwards;
}

@keyframes revertColor {
  to {
    background-color: transparent;
    /* Reverts to the original color */
  }
}

.form,
.articleSec2Flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.articleSec2 {
  margin-bottom: 5em;
}

.formReturn {
  margin-bottom: 2em;
}

.inputForm,
#date {
  width: 100% !important;
  height: 55px !important;
  border-radius: 0.625em !important;
  border: 1px solid #e2e2e2 !important;
  padding: 1em !important;
  margin-top: 1em !important;
}

.d-flexform {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popupDetails {
  padding: 0;
}

.pLocation {
  color: #747474;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "inter", sans-serif;
  margin-bottom: 5px;
}

.spanDetails {
  display: block;
  height: 0;
}

.labelFormInfDate,
.labelFormInfTime {
  font-family: "inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  width: 100%;
  line-height: 1.5;
  vertical-align: top;
}

#date,
input[type="time"] {
  margin-top: 1em;
  cursor: pointer;
}

.h3ArticleSec2,
.pArticleSec2 {
  font-size: 1rem;
  font-weight: 500;
  font-family: "inter", sans-serif;
}

.contentSeleccion,
.contentSeleccionado {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 174px;
  border: 1px solid #e2e2e2;
  border-radius: 0.625em;
  padding: 1em;
  cursor: pointer;
  background-color: white;
  height: 82px;
  position: relative;
  border: 1px solid #5e81f7;
  color: #5e81f7;
}

.contentSeleccion:focus,
.contentSeleccion:hover,
.contentSeleccionado:focus,
.contentSeleccionado:hover {
  background: rgba(94, 129, 247, 0.5);
  color: #fff !important;
  outline: none;
}

.colorBtnSeleccion {
  border: 1px solid #5e81f7 !important;
  color: #fff !important;
}

.contentSeleccion i,
.contentSeleccionado i {
  font-size: 35px;
}

.descuento {
  color: #ff4e4e;
  font-family: "inter", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
}

.findVehicle {
  text-align: center;
  background-color: #5e81f7;
  font-size: 1rem;
  font-family: "inter", sans-serif;
  font-weight: 700;
  display: flex;
  text-decoration: none;
  padding: 0.7em 5em;
  border-radius: 0.625rem;
  color: white;
  width: 100% !important;
  border-color: transparent !important;
}

.findVehicle:focus,
.findVehicle:hover {
  background-color: #fff;
  color: #5e81f7 !important;
  border-color: #5e81f7 !important;
  outline: none;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  color: blue;
}

.btnIdioma {
  padding: 1em 2em;
  width: 150px;
  position: left;
  z-index: 99999;
}

#calendario {
  width: 300px;
  font-family: Arial, sans-serif;
  display: block;
  position: absolute;
  z-index: 1;
  background-color: white;
  display: none;
  padding: 1em 0;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.625em;
}

.dias-semana {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.625em;
  font-size: 0.5625rem;
}

.dias {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.dias div {
  text-align: center;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #ccc;
}

.dias div:hover {
  background-color: #f2f2f2;
}

.hora {
  text-align: center;
}

.pHora {
  font-size: 1rem;
}

.contenHora {
  margin-top: 1em;
  background-color: #ee7e27;
}

.contentDate {
  border: none !important;
}

.center_custom {
  text-align: left;
}
