@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans&display=swap");
.content{
    margin-bottom: 150px;
}
.cart-modal {
   
    display: none;
    width: 390px;
    height: auto;
    border-radius: 8px;
    box-shadow: 3px 3px 10px;
    position: absolute;
    right: 115px;
    top:  125px;
    background-color:   hsl(223, 64%, 98%);
}
@media screen and (max-width: 600px) { /* Ajusta según el tamaño deseado */
  .cart-modal {
      left: 0px; /* Mueve más a la derecha */
      top: 170px; /* Opcional: ajustar la altura si es necesario */
  }
}
.cart-modal__title {
    font-weight: 700;
    padding: 24px;
    border-bottom: 1px solid black;
}
.cart-modal__details-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.cart-modal__image {
    width: 50px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.cart-modal__chekout-container {
    padding: 24px;
}
.cart-modal__delete:hover {
    cursor: pointer;
}
.cart-modal__delete{
  margin-bottom: -7px;

   width: 20px; /* Ajusta el ancho según lo necesario */
   height: 20px; /* Ajusta la altura según lo necesario */
    margin-top: 6px;
   
 }
.cart-modal__chekount {
    background-color: rgb(2 195 152);
    width: 85%;
    height: 57px;
    border-radius: 8px;
    border: none;
    color: azure;
    font-size: 0.9em;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-bottom: 20px;
    margin-left: 30px;
}
.cart-modal__product {
    margin-bottom: 0px;
    color: hsl(219, 9%, 45%);
}
.cart-modal__price {
    color: hsl(219, 9%, 45%);
 
 }

.show {
    display: block;
}
.cart-empty {
    font-weight: 700;
    color: rgb(58, 57, 57);
    text-align: center;
    margin-top: 20px;
}
.price_final {
    margin-left: 80px;
}
.cart-emptys {
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    margin-top: 20px;
}
.chekount {
    text-decoration: none;
}
#total-pagar {
  position: relative;
    font-size: 22px; /* Aumenta el tamaño */
    color: rgb(250, 147, 21); /* Mantiene el color llamativo */
    font-weight: bold;
    background: rgba(250, 147, 21, 0.2); /* Fondo semi-transparente para resaltar */
    padding: 8px 15px; /* Espacio interno para que se vea más claro */
    border-radius: 8px; /* Bordes redondeados */
    display: inline-block; /* Para que el fondo se ajuste al contenido */
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-left: 200px;
    left: -10px;
}


@keyframes vibrarTotal {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-3px); }
  50% { transform: translateX(3px); }
  75% { transform: translateX(-3px); }
}

.vibrate-total {
  animation: vibrarTotal 0.4s ease-in-out;
}




.cart-emptys {
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    margin-top: 20px;
}

.cart-modal show{
    background-color:  hsl(223, 64%, 98%);
}
.total-pagar-text {
  font-weight: bold;
  color: #555; /* Un gris más estilizado */
  font-size: 22px;
  text-transform: uppercase; /* Mayúsculas para destacar */
  letter-spacing: 1px; /* Espaciado entre letras */
  margin-right: 10px; /* Espacio con el total */
}

@media (max-width: 767px) {
  .total-pagar-text {
    
      font-size: 16px;
      font-weight: bold;
      color: #444; /* Un gris más definido */
      text-transform: uppercase;
      letter-spacing: 0.8px;
      margin-bottom: 5px; /* Pequeño espacio debajo */
  }

  #total-pagar {
    
    margin-left: 0px; /* Mueve más a la izquierda */
    left: 0px; /* Ajusta la posición aún más */
    font-size: 20px; /* Opcional: reducir tamaño en móviles */
    padding: 6px 12px; /* Opcional: ajustar padding */
  }
}


.btn-wsp {
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
}
.btn-wsp:hover {
    text-decoration: none;
    color: #0df053;
    background: #fff;
}
.card-header h2 {
    color: rgb(106, 106, 106);
    text-align: center;
    margin: 12px 0;
}
.card-header {
    background-color: rgb(236, 240, 240);
    margin-top: 50px;
}





#whatsapp-link {
  display: block;
  background-color: rgb(2 195 152); /* Verde llamativo */
  color: white;
  text-align: center;
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 15px;
  border-radius: 20px;
  text-decoration: none;
  margin-top: 0px; 
  transition: 0.3s ease-in-out;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  left: 0px;
}

/* Agregar icono de WhatsApp (Opcional) */
#whatsapp-link::before {
  content: "🛒 "; /* Puedes cambiarlo por otro emoji o ícono */
  font-size: 20px;
}

/* Ajuste en pantallas pequeñas */
@media (max-width: 768px) {
  #whatsapp-link::before {
    font-size: 15px; /* Reduce el tamaño del ícono */
  }
}

/* Efecto de brillo al pasar el mouse */
#whatsapp-link:hover {
  background-color: rgb(2, 170, 130);
  transform: scale(1.05); /* Agranda un poco */

}
/* 🔹 Ajustes en pantallas pequeñas */
@media (max-width: 768px) {
  #whatsapp-link {
    font-size: 15px !important; /* Reduce tamaño del texto */
    padding: 7px; /* Menos espacio interno */
    border-radius: 15px; /* Redondez más sutil */
    left: 6px; /* Centrar el botón */
    width: 90%; /* Que no ocupe todo el ancho */
    margin: 10px auto; /* Espaciado uniforme */
  }
}

/* Animación de vibración sutil cada 5 segundos */
@keyframes vibrar {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-3px); }
  50% { transform: translateX(3px); }
  75% { transform: translateX(-3px); }
}

#whatsapp-link.vibrate {
  animation: vibrar 0.4s ease-in-out;
}















.total-container {
    background-color: rgb(240, 238, 236);
    display: flex;
    align-items: center;
    padding-left: 55px;
  
    margin-top: 0px;
}
@media (max-width: 767px) {
    .total-container {
        
    display: flex; 
    justify-content: space-between; /* Asegura que haya espacio entre los elementos */ 
    align-items: center;
    padding: 10px;
    }
}
.card-body {
    margin-top: 0;
}
.detalle {
    text-align: center;
}
.table th {
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 767px) {
.table th {
   
    padding-left: 0px; /* Ajusta este valor según sea necesario */
    padding-right: 3px; /* Ajusta este valor para equilibrar */
}
}
@media (max-width: 767px) {
    .table  {
   margin-left: -10px;

    }


}


 /* Añadir márgenes en los lados del contenedor principal */
 .container-content {
    max-width: 1200px; /* Limitar el ancho máximo */
    margin:  auto;    /* Centrar el contenido */
    padding: 60px;     /* Añadir un poco de espacio interno */
}
@media (max-width: 767px) {
    .container-content {
    max-width: 1000px; 
    margin:  auto;   
    padding: 0px; 
    
    }
}



/*---------------------
  Header
-----------------------*/
.header {
    height: 165px; /* Ajusta según lo que necesites */
    border: 1px solid red;
    background: #f08632;
  }
  
  .header__top {
    
    position: relative;
    background: #ffffff;
  }
  
  .header__top__inner {
    height: 102px;
    padding-top: 38px;
  }
  
  .header__top__left {
    float: left;
  }
  
  .header__top__left ul li {
    
    font-size: 14px;
    color: #111111;
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    padding: 2px 0;
    cursor: pointer;
  }
  
  .header__top__left ul li a {
    color: #111111;
  }
  
  .header__top__left ul li:hover ul {
    
    top: 24px;
    opacity: 1;
    visibility: visible;
  }
  
  .header__top__left ul li ul {
    
    background: #111111;
    display: inline-block;
    padding: 2px 0;
    position: absolute;
    left: 0;
    top: 44px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .header__top__left ul li ul li {
    
    list-style: none;
    font-size: 13px;
    color: #ffffff;
    padding: 2px 15px;
    cursor: pointer;
  }
  
  .header__top__left ul li ul li:after {
    display: none;
  }
  
  .header__top__left ul li:after {
    position: absolute;
    right: -19px;
    top: 1px;
    content: "|";
    color: #bbbbbb;
  }
  
  .header__top__left ul li:last-child {
    margin-right: 0;
  }
  
  .header__top__left ul li:last-child:after {
    display: none;
  }
  
  .header__top__left ul li span {
    color: #888888;
  }
  
  .header__logo {
    position: absolute;
    left: 50%;
    top: 25px;
    margin-left: -60px;
  }
  
  .header__logo a {
    display: inline-block;
  }
  
  .header__top__right {
    float: right;
  }
  
  .header__top__right__links {
    display: inline-block;
    margin-right: 25px;
  }
  
  .header__top__right__links a {
    display: inline-block;
    margin-right: 56px;
    position: relative;
  }
  
  .header__top__right__links a:after {
    position: absolute;
    right: -32px;
    top: 0px;
    content: "|";
    font-size: 16px;
    color: #bababa;
  }
  
  .header__top__right__links a:last-child {
    margin-right: 0;
  }
  
  .header__top__right__links a:last-child:after {
    display: none;
  }
  
  .header__top__right__cart {
    display: inline-block;
  }
  
  .header__top__right__cart a {
    position: relative;
    display: inline-block;
    margin-right: 6px;
  }
  
  .header__top__right__cart a span {
    font-size: 15px;
    color: #111111;
    font-weight: 600;
    position: absolute;
    left: 7px;
    top: 4px;
  }
  
  .header__top__right__cart .cart__price {
    display: inline-block;
    color: #888888;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: 4px;
  }
  
  .header__top__right__cart .cart__price span {
    color: #111111;
  }
  
  .header__menu {
    text-align: center;
  }
  
  .header__menu ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: -5px;
  }
  
  .header__menu ul li.active a {
    background: #111111;
  }
  
  .header__menu ul li:hover a {
    background: #111111;
  }
  
  .header__menu ul li:hover .dropdown {
    top: 62px;
    opacity: 1;
    visibility: visible;
  }
  
  .header__menu ul li:last-child {
    margin-right: 0;
  }
  
  .header__menu ul li .dropdown {
    position: absolute;
    left: 0;
    top: 82px;
    width: 150px;
    background: #111111;
    text-align: left;
    padding: 5px 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .header__menu ul li .dropdown li {
    display: block;
    margin-right: 0;
  }
  
  .header__menu ul li .dropdown li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 20px;
    text-transform: capitalize;
  }
  
  .header__menu ul li .dropdown li a:after {
    display: none;
  }
  
  .header__menu ul li a {
    
    font-size: 16px;
    color: #ffffff;
    display: block;
    font-weight: 600;
    padding: 20px 35px 18px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .canvas__open {
    display: none;
  }



/* solicitar */
  .pagar-boton {
    display: block;
    background-color: rgb(2 195 152);
    color: white;
    text-align: center;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 15px;
    border-radius: 20px;
    text-decoration: none;
    margin-top: 0px;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    left: 10px;
}


/* Ajuste en pantallas pequeñas */
@media (max-width: 768px) {
  #solicitar-pagar::before {
    font-size: 15px; /* Reduce el tamaño del ícono */
  }
}

/* Efecto de brillo al pasar el mouse */
#solicitar-pagar:hover {
  background-color: rgb(2, 170, 130);
  transform: scale(1.05);
  color: white !important; /* Evita que el texto se ponga azul */
}
/* 🔹 Ajustes en pantallas pequeñas */
@media (max-width: 768px) {
  #solicitar-pagar {
    font-size: 15px !important; /* Reduce tamaño del texto */
    padding: 7px; /* Menos espacio interno */
    border-radius: 15px; /* Redondez más sutil */
    left: 6px; /* Centrar el botón */
    width: 90%; /* Que no ocupe todo el ancho */
    margin: 10px auto; /* Espaciado uniforme */
  }
}

/* Animación de vibración */
@keyframes vibrar {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-3px); }
  50% { transform: translateX(3px); }
  75% { transform: translateX(-3px); }
}


/* Aplicar la animación */
.pagar-boton.vibrate {
  animation: vibrar 0.4s ease-in-out;
}






/* --- estilos delmodal al solicitaR PEDIDO --- */



/* Fondo oscuro semitransparente */
/* Estilos para el modal */
.modal {
  display: none;  /* Oculto por defecto */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw; /* Asegura que cubra todo el ancho */
  height: 100vh; /* Asegura que cubra todo el alto */
  background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro semi-transparente */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Contenido del modal */
.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 90%;  /* Ajusta el ancho del modal */
  max-width: 500px; /* Máximo ancho */
  text-align: center;
  position: relative;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}


/* --- Estilos generales --- */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: 0.3s;
}

.close:hover {
    color: red;
}


.checkout-container {
  position: relative;
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 600px;
  top: 570px;
}
@media (max-width: 768px) {
.checkout-container {
 
  top: 1520px;
}
}
h2, h3 {
  color: #333;
  margin-bottom: 25px;
  text-align: center; /* Centra el texto */
  font-family: 'Arial', sans-serif; /* Cambia la fuente */
}


/* --- Estilos de etiquetas y campos de entrada --- */
label {
  display: block;
  margin-top: 10px;
  font-weight: bold !important;
}

input[type="text"], 
input[type="email"],
input[type="tel"], 
select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

/* Inicialmente, los campos no tienen borde rojo */
input, select {
  border: 1px solid #ccc;
}

/* Bordes rojos solo si el usuario intenta enviar y están vacíos */
.error {
  border: 2px solid red !important;
  background-color: #ffe6e6;
}

/* --- Botón de pago --- */

/* --- Checkbox de términos y condiciones --- */
.checkbox-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.checkbox-container label {
  margin-left: 5px;
  font-weight: normal;
}

/* --- Método de envío (Diseño similar a la imagen) --- */
.metodo-envio {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  margin-bottom: 27px;
}

.opcion-envio {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.opcion-envio:hover {
  background: #f8f8f8;
}

.opcion-envio:last-child {
  border-bottom: none;
}

.opcion-envio input {
  margin-right: 10px;
  transform: scale(1.2);
}

.envio-info {
  flex: 2;
}

.envio-info p {
  margin: 13px;
  font-size: 17px!important;
  color: #555;
}

.precio-envio {
  font-weight: bold;
  color: #000;
}

/* --- Métodos de pago --- */
.metodos-pago-container {
  background: #f9f9f9; /* Fondo suave */
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.metodos-pago-container h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 25px;
  color: #333;
}

#metodos-pago {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0px;
}

/* --- Avisos y mensajes --- */
.aviso-rojo {
  text-align: center;
  color: red;
  font-size: 15x!important;
  font-weight: bold!important;
  margin-top: 40px;
}

.aviso-verde {
  text-align: center;
  color: green;
  font-size: 15px!important;
  font-weight: bold!important;
  margin-top: 5px;
}

/* --- Responsivo para móviles --- */
@media (max-width: 480px) {
  .checkout-container {
      width: 90%;
      padding: 15px;
  }
}


/* Contenedor de cada input con icono */
/* Estructura del grupo de entrada */
.input-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/* Etiqueta al costado izquierdo */
.input-group label {
  width: 150px; /* Tamaño fijo para alineación */
  font-weight: bold;

  margin-right: 10px;
}

/* Contenedor de input con icono */
.input-container {
  position: relative;
  flex-grow: 1; /* Para que el input ocupe el espacio restante */
  display: flex;
  align-items: center;
  gap: 10px; /* Separa el icono del input */
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px;
  background: white;
}



/* Icono dentro del input */
.input-container i {
  color: #777;
  font-size: 16px;
}

/* Inputs y selects con espacio para el icono */
.input-container input,
.input-container select {
  border: none;
  outline: none;
  width: 100%;
  padding-left: 5px; /* Espacio entre el icono y el texto */
  font-size: 14px;
}




















.resumen-pedido {
  background: #f8f8f8;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.resumen-pedido h3 {
  text-align: center;
  margin-bottom: 10px;
}

.resumen-totales {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
}

.resumen-totales p {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}


.item-pedido {
  display: flex;
  align-items: center;
  gap: 15px; /* Espacio entre la imagen y el texto */
  margin-bottom: 10px;
  flex-wrap: nowrap; /* Evita que los elementos se muevan a una nueva línea */
  justify-content: start; /* Asegura que los elementos estén alineados a la izquierda */
  width: 100%;
}

.img-producto {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
}
.img-container {
  position: relative;
  display: inline-block;
}

.badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}












.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Fondo oscuro semi-transparente */

  justify-content: center;
  align-items: center;
  overflow-y: auto; /* Permite hacer scroll si es necesario */
}
@media (max-width: 768px) {
  .modal {
    align-items: flex-end; /* Lo coloca en la parte baja */
    padding-bottom: -50px; /* Ajusta espacio en la parte inferior */
  }


}


.modal-content {
  background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 90%;
    max-width: 400px;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
    left: 600px;
    overflow-y: auto; /* Agrega scroll si el contenido es más grande */
}
@media (max-width: 768px) {
  .modal-content {
      left: 14px;

  }
}
/* Animación de aparición */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Botón para cerrar */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.close:hover {
    color: red;
}

/* Imagen QR */
.qr-yape {
  width: 100%; /* Ajusta el tamaño a la pantalla */
  max-width: 250px; /* No la deja ser demasiado grande */
  height: auto; /* Mantiene la proporción */
  display: block; /* Asegura que se muestre */
  margin: 0 auto; /* Centra la imagen */
}

@media (max-width: 768px) {
  .qr-yape {
    display: block!important;
    max-width: 200px; /* Imagen más pequeña en móviles */
  }
}

/* Texto del número de Yape */
#numeroYape {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

/* Botón de copiar número */
.btn-copiar {
    display: inline-block;
    background: #007bff;
    color: white;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
}

.btn-copiar:hover {
    background: #0056b3;
    transform: scale(1.05);
}

/* Botón de WhatsApp con efecto degradado */
.btn-whatsapp {
    display: inline-block;
    background: linear-gradient(45deg, #25D366, #128C7E);
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    margin-top: 15px;
    display: block;
}

.btn-whatsapp:hover {
    transform: scale(1.05);
    background: linear-gradient(45deg, #1ebe5d, #0e6f5a);
}





.botones-pago {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.botones-pago button {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Degradado para "Solicitar Pedido" con rgb(2, 195, 152) */
#btn-solicitar {
  background: linear-gradient(45deg, rgb(2, 195, 152), rgb(0, 150, 100));
}

#btn-solicitar:hover {
  background: linear-gradient(45deg, rgb(0, 150, 100), rgb(2, 195, 152));
}

/* Degradado para "Pagar Ahora por Yape" */
#btn-yape {
  background: linear-gradient(45deg, #8e2de2, #4a00e0);
}

#btn-yape:hover {
  background: linear-gradient(45deg, #4a00e0, #8e2de2);
}



.datos-envio-container {
 
    background: #f9f9f9; /* Fondo suave */
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.datos-envio-container h3 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 25px;
  color: #333;
}

.input-group {
  margin-bottom: 15px;
}

.input-container {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px;
  background: white;
}

.input-container i {
  color: #777;
}

.input-container input, 
.input-container select {
  border: none;
  outline: none;
  width: 100%;
  padding: 5px;
  font-size: 14px;
}
