
.maxwidth{
  margin: auto;
max-width: 1300px;
padding: 0rem;
padding: 0px;
}


.flex{
  display: flex!important;
}


.column{
  width: 100%;
}


.appointment-card {
  background-color: #ffffff; /* Fondo blanco */
  border: 1px solid #e0e0e0; /* Borde gris claro */
  border-radius: 8px; /* Bordes redondeados */
  padding: 16px; /* Espaciado interno */
  margin-bottom: 16px; /* Separación entre tarjetas */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra suave */
  transition: all 0.3s ease; /* Transición para efectos hover */
}

.appointment-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Sombra más fuerte al pasar el cursor */
}

/* Estilo para el encabezado de cada cita */
.appointment-header {
  display: flex;
  flex-direction: column; /* Alinear los elementos verticalmente */
  margin-bottom: 8px; /* Espaciado inferior */
}

/* Detalles de la cita */
.appointment-details {
  font-size: 14px; /* Tamaño del texto */
  color: #333; /* Color gris oscuro */
}

/* Fecha de la cita */
.appointment-date {
  display: flex;
  align-items: center; /* Centrar verticalmente */
  font-size: 14px; /* Tamaño del texto */
  color: #4a4a4a; /* Color gris */
}

/* Hora de la cita */
.appointment-time {
  display: flex;
  align-items: center; /* Centrar verticalmente */
  font-size: 14px; /* Tamaño del texto */
  color: #4a4a4a; /* Color gris */
}

.el-drawer__header{
  color: black!important;
}




  /* Input fields */
  .input-field {
    margin-bottom: 10px;
    text-align: left;
  }
  
  .input-label {
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 5px;
  }
  
  .el-input-styled {
    height: 45px !important;
  }


  .el-input-styled input::placeholder {
    color: #aeaeae!important;
    font-weight: normal;
  }



.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
  transition: top 0.3s;
}


.el-drawer__footer{
padding: 0px!important;
}


.el-drawer__body{
 padding: 0px!important;
}
.el-drawer__header>:first-child{
  font-size:27px!important;
}

.el-input__inner {
  border: none;  /* Quitar borde */
  box-shadow: none;  /* Quitar sombra */
}

/* Texto placeholder en negro y font-weight 900 */
 .el-input__inner::placeholder {
  color: black!important;  /* Color del texto del placeholder */
  font-weight: 900;  /* Hacer el texto más grueso */
  font-size: 13px!important;
  color: black!important;
  
}

.el-select__wrapper {
  height: 40px!important;
}

.cart-validation-alert {
  z-index: 310000 !important;  /* Fuerza el z-index */
}

/* Asegurarse que el container de mensajes también tenga z-index alto */
.el-message-container {
  z-index: 310000 !important;
}

.el-message {
  top: 10px !important;
}



p{
  margin-block-start: 0em;
  margin-block-end:0em;
}



.quantity-container{
 
  margin-bottom: 15px;
}

.label {
  font-size: 13px;
}

.labelSmall {
  font-size: 9px;
  color: gray;
}


.custom-cascader {
  height: 50px; /* Ajusta este valor según la altura deseada */
}

:deep(.el-input__wrapper) {
  height: 100%;
  
}

:deep(.el-input__inner) {
  height: 100%;
  line-height: 50px; /* Debe coincidir con la altura del cascader */
  font-size: 16px; /* Ajusta el tamaño de la fuente si es necesario */
  
}



.el-cascader-node__label{
  font-size: 13px;
}


.el-overlay{
  background-color: rgba(255, 255, 255, 0.77)!important;
}

.el-input-number--large {
  height: 50px!important;
  width: 100%!important;
}

.el-input-number__decrease,
.el-input-number__increase {
width: 53px !important;
}



.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%; /* Alinea las flechas verticalmente en el centro */
  width: 50px!important; /* Ancho personalizado */
  height: 50px!important; /* Alto personalizado */
  margin-top: -20px; /* Asegura que estén perfectamente centradas */
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.855); 
  border-radius: 50%; 
  color: #7733ff!important;
  font-size: 10px!important;

}


.swiper-slide{
  background: white!important;
  width: 100%!important;
}

.swiper-button-prev::after, 
.swiper-button-next::after {
  font-size: 20px!important; /* Cambia el tamaño de la flecha */
  padding: 10px;
}

 .swiper-pagination-bullet-active {
  background: #7733ff!important;
  opacity: 1; /* Dot activo completamente opaco */
}


.mySwiper{
  width: 100%!important;
}



.fixed-progress-bar{
width: 107%!important;
}

.el-progress-bar__inner{
  background-color: rgb(46, 204, 224)!important;
}

.el-progress-bar__outer {
  height: 4px!important;
}



.padding1{
  padding: 1rem;
}

h1, .h1 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 4rem;
}





h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 4rem;
}


h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 2.7rem!important;
  font-weight: 800;
  line-height: auto;
}




h4 {
  font-size: 1rm!;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 1rm;

}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 22px;
}

.custom-delivery-dialog {
  z-index: 2000 !important;
}

@media (max-width: 600px) {
 

h1, .h1 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 3.5rem!important;
  font-weight: 900;
  line-height: 3.5rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 2.4rem;
}


h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 35px!important;
  font-weight: 800;
  line-height: 33px;
}

/* Estilo global para headers de la consola */
.header {
  font-size: 24px;
  font-weight: 400;
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

}
