

/* ===============================
   Estilos generales para la navbar
=============================== */
/* Enlaces dentro de la navbar */
a {
    text-decoration: none !important;
}

/* Barra de navegación */
/* Estilos generales para la navbar */
.fondomenu {
    align-self: start;
    width: 100%;
    /*background-color: #000000;*/
    background-image: url('/imagenescarrusel/3.jpg');
    height: 220px; 
    border: none;  /* Elimina cualquier borde */
    box-sizing: border-box;
    z-index: 100;
    
}

.menuapp {
    background: linear-gradient(to top, #5d5d5d 0%, #ffffff 40%);
    padding: 15px 20px;
    border-radius: 20px;
    margin: 25px 20px;
    position: fixed;
    width: calc(100% - 40px);
    z-index: 1000;
    opacity: 0.95;
    background-color: #4caf50 !important;
}

.menuapp:hover {
    box-shadow: 0 15px 30px rgb(201, 235, 193, 2); /* Sombra más intensa */
}

/* Centrado de los elementos dentro de la navbar */
/* Asegura que los enlaces dentro de la barra de navegación estén centrados */
.navbar-nav {
    display: flex;
    justify-content: center; /* Centra los elementos dentro de la barra */
    align-items: center;
}

.navbar-nav .nav-link {
    color: black;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 30px;
}

.navbar-nav .nav-link:hover {
    background: linear-gradient(to top, #757575 1%, rgb(201, 235, 193) 35%);
    transform: scale(1.1);
}



.container2 {
    display: flex;
    justify-content: center; /* Centra los elementos dentro de la barra */
    align-items: center;
    list-style-type: none; /* Elimina los puntos por defecto */
    
}

  /* Expandir el navbar en pantallas medianas y mayores (min-width: 768px) */
  @media (min-width: 768px) {
    .menuapp {
        position: sticky;
        top: 0;
    }
  }
  
  /* En pantallas pequeñas, ocultamos la barra de navegación expandida */
  @media (max-width: 767.98px) {
    .menuapp {
      flex-direction: column; /* La barra de navegación en pantallas pequeñas se apilaría */
    }
  }
  


/* Estilo de los elementos dropdown */
.dropdown-item {
    font-size: 18px !important;
}

.dropdown-item:hover {
    background: #e6e6e6;
}

.dropdown-menu {
    background: rgba(255, 255, 255, 1);
}
.dropdown-toggle::after {
    display: none !important;
}


.navbar-toggler {
    border: none;
}
.navbar-toggler-icon {
    background-image: none !important;
    width: 25px;
    height: 2px;
    background-color: #000 !important;
    position: relative;
    box-shadow: 0 7px 0 0 #000, 0 14px 0 0 #000;
}

.navbar ul {
    justify-content: center;
    color: rgba(0, 0, 0, 0.8);
}

/* Estilo general para los enlaces en la navbar */
/* Estilo general para los enlaces en la barra de navegación */
.navbar li a {
    padding: 10px 20px; /* Consistente en tamaño, sin cambios */
    color: rgb(0, 0, 0);
    border-radius: 30px;
    box-sizing: border-box; /* Asegura que el padding no afecte el tamaño */
    opacity: 1 !important;
}

/* Estilo de los enlaces al hacer hover */
.navbar li a:hover {
    color: rgb(0, 0, 0);
    background: linear-gradient(to top, #757575 1%, rgb(201, 235, 193) 35%) !important;
    border:1px solid black;
    border-radius: 30px;
    transform: scale(1.1);
    
    /* No se cambia el padding ni el margin, por lo que no hay desplazamiento */
}

.container3 { /*este es el container del carrito de compras icono*/
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    background-color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    text-decoration: none;
    min-width: auto;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box; /* Asegura que el tamaño del botón no cambie */
    transition: box-shadow 0.9s ease !important; /* Desvanecer el fondo y la sombra */
}

.container3:hover {
    
    transform: scale(1.1);
}

.paddingnombreuser{
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container4 {
    margin: 4px;
    padding: 0px 25px;
    border: solid 1px;
    border-radius: 15px;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #ffffff;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box; /* Asegura que el tamaño del botón no cambie */
    transition: box-shadow 0.9s ease !important; /* Desvanecer el fondo y la sombra */
}

.container4-2 {
    margin: 2px;
    padding: 0px 20px;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    font-family:Georgia, 'Times New Roman', Times, serif;
    box-sizing: border-box; /* Asegura que el tamaño del botón no cambie */
    transition: box-shadow 0.9s ease !important; /* Desvanecer el fondo y la sombra */
}

.container4-2:hover {
    background: linear-gradient(to top, #757575 1%, rgb(201, 235, 193) 35%) !important;
    box-shadow: 0 10px 50px rgb(201, 235, 193) !important; /* Sombra más intensa */
    color: rgb(0, 0, 0);
    border-color: #000000;
    box-shadow: none; /* Evita que la sombra cause cambios de tamaño */
    transform: scale(1.1);
    box-sizing: border-box;
   
}

.container4:hover {
    background: linear-gradient(to top, #757575 1%, rgb(201, 235, 193) 35%) !important;
    box-shadow: 0 10px 50px rgb(201, 235, 193) !important; /* Sombra más intensa */
    color: rgb(0, 0, 0);
    border-color: #000000;
    box-shadow: none; /* Evita que la sombra cause cambios de tamaño */
    transform: scale(1.1);
    box-sizing: border-box;
}

.dropdown-item.dropdown-menu{
    background: white;
}
/* Evitar cambios en el tamaño al hacer hover */
.nav-link.usericon2, .navbar li a {
    box-sizing: border-box;
}

/* Estilo para el enlace de login con icono */
.nav-link.usericon2 {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border: 2px solid #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    text-decoration: none;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box; /* Asegura que el tamaño del botón no cambie */
    transition: box-shadow 0.9s ease !important; /* Desvanecer el fondo y la sombra */
}

.nav-link.usericon3 {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border: 2px solid #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    text-decoration: none;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box; /* Asegura que el tamaño del botón no cambie */
    transition: box-shadow 0.9s ease !important; /* Desvanecer el fondo y la sombra */
}

/* Efecto hover para el enlace de login */
.nav-link.usericon2:hover {
    background: linear-gradient(to top, #757575 1%, rgb(201, 235, 193) 35%) !important;
    box-shadow: 0 10px 50px rgb(201, 235, 193) !important; /* Sombra más intensa */
    color: white;
    border-color: #000000;
    box-shadow: none; /* Evita que la sombra cause cambios de tamaño */
    padding: 8px 12px;
    transform: scale(1.1);
}

/* Espacio entre el icono y el texto */
.nav-link.usericon2 svg {
    margin-right: 8px;
}

/* Estilo para los enlaces genericos */
.nav-link {
    color: black !important;
}

/* Centrado de las opciones del menú */
.navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Estilo para el icono de usuario */
.usericon1, .usericon2 {
    margin: 4px;
    padding: 4px;
    color: rgb(0, 0, 0);
    border-radius: 15px;
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
}

/* Efecto hover para los iconos de usuario */
.usericon1:hover, .usericon2:hover {
    background-color: rgb(188, 234, 177);
    margin: 4px; /* Mantener el mismo margen en el hover */
    padding: 8px; /* Sin cambios en el padding */
    color: rgb(255, 255, 255);
    border-radius: 15px;
}



/* ===============================
   Estilos generales para la página
=============================== */

/*.collapse-navbar-collapse {
    margin-top: auto !important;
}*/
/* Estilo del footer */
.footer {
    background-color: black;
    color: rgb(255, 255, 255);
}

/* Títulos y texto */
h5 {
    font-size: 35px;
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: rgb(255, 255, 255);
}

.textodecarus {
    font-size: 25px;
    font-family: Arial, sans-serif;
    color: rgb(255, 255, 255);
}

.text-primary {
    color: #514cf0 !important;
}
.text-primary-contacto {
    color: #514cf0 !important;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-left: 20px;
    margin-right: 20px;
}
/* ===============================
   Estilos para los contenedores
=============================== */

/* Contenedor fluido */
.contenedorfluido1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    height: 100vh;
    font-family: 'Times New Roman', Times, serif;
    background-color: rgb(214, 213, 213);
    color: rgb(0, 0, 0);
    box-sizing: border-box;
    margin: 0;
}

/* Contenedor del formulario */
.formulario-container {
    width: 100%;
    max-width: 600px;
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.container-fluid-total {
    display: flex;
    flex-wrap: nowrap; /* Asegura que las cajas no se envuelvan y estén en una sola línea */
    align-items: center; /* Alinea los elementos verticalmente en el centro */
    justify-content: space-between; /* Distribuye las cajas con espacio entre ellas */
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

body {
    padding-top: 120px; /* Puedes ajustar a 120 o 150 según tu menú */
}

/* Fondo de la página */
.body2 {
    background-image: url("imagenes/fondodecontacto.jpeg");
    background-color: #cccccc;
}

/* Estilo para los botones */
.btn-custom {
    background-color: #28a745;
    color: white;
    border-radius: 30px;
    padding: 10px 20px;
    width: 100%;
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: #218838;
}

/* Estilo del enlace de "Olvidé mi contraseña" */
.btn-link {
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    text-decoration: underline;
}

/* ===============================
   Estilos para el contenedor de login
=============================== */

/* Contenedor de login */
.login-container {
    width: 100%;
    max-width: 400px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    box-sizing: border-box; /* Asegura que el padding no cambie el tamaño del contenedor */
    align-items: center !important; 
    transition: box-shadow 0.9s ease; /* Desvanecer el fondo y la sombra */
}

.login-container:hover {
    box-shadow: 0 15px 30px rgb(201, 235, 193, 2); /* Sombra más intensa */
}

.register-container {
    width: 100%;
    max-width: 400px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    box-sizing: border-box; /* Asegura que el padding no cambie el tamaño del contenedor */
    transition: box-shadow 0.9s ease; /* Desvanecer el fondo y la sombra */
}

.register-container:hover {
    box-shadow: 0 15px 30px rgb(201, 235, 193, 2); /* Sombra más intensa */

}

.contenedorweb-login {
    background-image: url('/imagenescarrusel/3s.jpg');
    background-size: cover; /* Para que la imagen cubra todo el contenedor */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    height: 90vh; /* Asegúrate de que el contenedor ocupe toda la altura de la ventana */
    align-items: center;
    justify-items: center;
}

.contenedorweb-register {
    background-image: url('/imagenescarrusel/3s.jpg');
    background-size: cover; /* Para que la imagen cubra todo el contenedor */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    height: 120vh; /* Asegúrate de que el contenedor ocupe toda la altura de la ventana */
    align-items: center;
    justify-items: center;
}

.login-form h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
}

.form-control {
    margin-bottom: 15px;
}

.btn {
    width: 100%;
    padding: 10px;
    font-size: 18px;
}

/* Diseño para las checkboxes */
.form-check {
    margin-bottom: 15px;
}
/* ===============================
   Estilos para productos
=============================== */

/* Contenedor de productos */
/* Estilo para los productos */
.container-productos {
    width: 100% !important; /* Asegura que el contenedor ocupe todo el ancho de la ventana */
    margin: 0 !important; /* Elimina márgenes */
    padding: 0 !important; /* Elimina el relleno */
}

/* Contenedor total del login */
.contenedor-login {
    align-items: center;
    justify-content: center !important;
    display: flex;
    width: 100%;
    padding-right: var(--bs-gutter-x, .50rem);
    padding-left: var(--bs-gutter-x, .50rem);
    margin-right: auto;
    margin-left: auto;
}

.contenedor-register {
    align-items: center;
    justify-content: center !important;
    display: flex;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}


/* Estilo de las imágenes del producto */
.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover !important; /* Asegura que la imagen cubra todo el espacio sin distorsionarse */
    border-radius: 0;
    box-shadow: none;
}

/* Diseño para las imágenes dentro de los contenedores */
.image-container {
    width: 100% !important;
    height: auto;
    object-fit: cover;
    border-radius: 0;
    box-shadow: none;
}

/* Alineación de las columnas */
.row .col-12.text-center {
    text-align: center;
}

/* Eliminar display: flex; en las columnas */
.row .col-md-6 {
    padding: 0 !important;
}

/* ===============================
   Estilos para los beneficios
=============================== */

/* Estilo de los beneficios */
.container.my-5 .row {
    margin-top: 20px;
}

.benefit-card {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card h3 {
    font-size: 1.8rem;
    color: #007bff;
    font-weight: 600;
    margin-bottom: 20px;
}

.benefit-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}

/* Efecto hover para los beneficios */
.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Diseño responsive para pantallas pequeñas */
@media (max-width: 992px) {
    .navbar-nav {
        text-align: center;
    }
    .row .col-md-6 {
        flex-direction: column; /* Hace que la imagen y el texto estén encima */
        align-items: center;
    }

    .product-title {
        font-size: 2rem;
    }

    .product-description {
        font-size: 1rem;
    }

    .product-image {
        max-width: 90%;
        margin-top: 20px;
    }
        .navbar-nav {
        text-align: center;
    }
}


/* ===============================
   Estilos para la pagina servicios
=============================== */


/* Página de Servicios */
.pagina-servicios{
    background-color: #ffffff;  
    margin-top: 0;  /* Elimina cualquier margen superior */
    padding-top: 0; /* Elimina cualquier relleno superior */
}

/* Secciones de servicios desaparecida por aumentar la distancia entre el menu y pag servicios */

.seccion-light {
    background-color: #f8f8f8;
}

/* Títulos de las secciones */
.titulo-seccion {
    font-size: 38px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
    text-transform: uppercase;
}

/* Caja de servicios */
.caja-servicio {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
}

/* Imagen del servicio */
.imagen-servicio {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* Iconos dentro de los servicios */
.icono-servicio {
    font-size: 48px;
    color: #3498db;
    margin-bottom: 20px;
}

/* Listas dentro de los servicios */
.lista-servicios {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
}

.lista-servicios li {
    font-size: 16px;
    margin-bottom: 15px;
}

/* Columnas */
.fila {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.columna-izquierda, .columna-derecha {
    flex: 1;
}

.scroll-offset {
    height: 100px;
    width: 100%;
    display: block;
    position: relative;
    
}

.seccion-servicio {
    display: block;  /* Cambia a block si usas flexbox o grid */
    position: relative;
    scroll-margin-top: 220px;
  }


  /* Estilo para el contenedor de los checkboxes seleccionados */
.form-check-input:checked + label {
    background-color: #198754; /* Azul Bootstrap */
    color: white; /* Para que el texto sea visible sobre el fondo azul */
    border-radius: 5px;
    padding: 0.25rem;
}

.img-fluid-nos {
    max-width: 80%;
    height: auto;
}


.container-tienda {
    margin-top: 15px; /*margen del contenedor total de la parte de arriba*/
    padding: 40px 40px; /*padding para toda la pagina*/
    margin-bottom: 25px; /*margen del contenedor total de la parte de abajo*/
}

.texto-tienda{
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;

}




/* Estilo para el contenedor del carrito */

/* Aseguramos que el contenedor de la página ocupe toda la pantalla */
.cart-page {
    display: flex;
    justify-content: center;  /* Centrado horizontal */
    align-items: center;      /* Centrado vertical */
    height: 100vh;            /* 100% de la altura de la pantalla */
    padding: 0 50px;          /* Añadimos un padding lateral de 50px */
    padding-top: 140pc;
}
.page-wrapper {
    padding-top: 140px; /* Altura del menú fijo */
    min-height: 100vh;
}

.cart-container {
    background-color: white;
    width: 100%;
    max-width: 1200px; /* Limitar el tamaño máximo del carrito */
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
    height: 90%; /* Ajuste de altura para que ocupe todo el espacio disponible */
}

.cart-container {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.product-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
}

.product-details h4 {
    font-size: 18px;
    color: #333;
}

.product-details p {
    font-size: 14px;
    color: #777;
}

.quantity-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity {
    width: 40px;
    height: 30px;
    text-align: center;
    font-size: 16px;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.remove-btn {
    background-color: #f44336;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.remove-btn:hover {
    background-color: #d32f2f;
}

.cart-total {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
}

.total-price {
    color: #333;
}

.checkout-btn {
    background-color: #4caf50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.checkout-btn:hover {
    background-color: #388e3c;
}




/*profile*/

.profile-blade {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Ocupa todo el ancho horizontal disponible */
    padding: 20px;
    margin-top: 30px;  /* Márgenes pequeños en la parte superior */
    margin-bottom: 30px;  /* Márgenes pequeños en la parte inferior */
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    font-family: Arial, sans-serif;

  }
  .user-info {
    display: flex;  /* Hace que el contenedor use Flexbox */
    flex-direction: column; /* Asegura que los elementos se alineen en columna */
    justify-content: center;  /* Centra el contenido en el eje vertical (si el contenedor tiene altura) */
    align-items: center;  /* Centra el contenido en el eje horizontal */
    width: 100%; /* Ocupa todo el ancho horizontal disponible */
    padding: 20px;
  } 
  
  .shipping-info {
    width: 100%; /* Ocupa todo el ancho horizontal disponible */
    padding: 20px 40px;
    border: 1px solid #ddd; /* Borde más suave */
    border-radius: 15px; /* Bordes redondeados */
    background-color: #f9f9f9; /* Fondo suave */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Sombra suave */
  }


.profile-photo {
    margin-bottom: 20px;  /* Espacio debajo de la foto */
    width: 150px;  /* Puedes ajustar el tamaño del círculo */
    height: 150px;  /* Asegura que la altura y el ancho sean iguales */
    overflow: hidden;  /* Esconde cualquier parte de la imagen que sobresalga */
    border-radius: 50%;  /* Hace que el contenedor sea circular */
  }
  
  
.profile-photo img {
    display: flex;  /* Usamos flexbox para centrar la imagen */
    justify-content: center;  /* Centra la imagen horizontalmente */
    align-items: center;  /* Centra la imagen verticalmente */
    width: 100%;  /* La imagen ocupa todo el ancho del contenedor */
    height: 100%;  /* La imagen ocupa todo el alto del contenedor */
    object-fit: cover;  /* Asegura que la imagen cubra todo el área sin distorsionarse */
 }
  
.user-info {
    text-align: center;
    margin-bottom: 20px;
  }
  
.user-info h3 {
    margin: 10px 0;
  }
  
.user-info p {
    margin: 5px 0;
  }
  
  .user-info button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .user-info button:hover {
    background-color: #0056b3;
  }
  
  .shipping-info {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
  }
  
  .shipping-info h4 {
    margin-bottom: 10px;
  }
  
  .shipping-info p {
    margin: 5px 0;
  }
  








  .custom-button1 {
    padding: 8px 16px; /* Espaciado reducido para hacerlo más pequeño */
    background-color: #70aff3; /* Color de fondo blanco suave */
    color: #333; /* Color de texto gris oscuro */
    border: 1px solid #ddd; /* Borde gris claro */
    border-radius: 20px; /* Bordes redondeados */
    font-size: 16px; /* Tamaño de fuente más pequeño */
    font-weight: normal; /* Normal en lugar de negrita */
    cursor: pointer; /* Cambia el cursor a mano */
    transition: background-color 0.3s ease, transform 0.3s ease; /* Efectos de transición suaves */
  }
  
  .custom-button1:hover {
    background: linear-gradient(to top, #5d5d5d 0%, #78dd8e 40%);
    transform: scale(1.05); /* Ligeramente agrandar el botón */
    border: solid 1px;
  }
  
  .custom-button1:focus {
    outline: none; /* Elimina el contorno al hacer clic */
  }


/*todo nuevo abajo*/

  .profilepage {
    margin: 10px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  /* Header */
  .profile-info h4, .profile-info h6, .profile-info p {
    color: #333;
  }
  
  .profile-photo img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
  }
  
  .profile-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  

  
  /* Shipping info */
  .shipping-info {
    margin-top: 40px;
  }
  
  .shipping-info h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
  }
  
  /* Input fields */
  input[type="text"] {
    width: 100%;
    padding: 12px 15px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    font-size: 16px;
    color: #333;
    transition: border 0.3s ease;
  }
  
  input[type="text"]:focus {
    border: 1px solid #007bff;
    background-color: #fff;
  }
  
  span {
    color: #555;
    font-size: 16px;
    padding-right: 10px;
  }
  
 
  /* Estilo del botón "Editar" */
.cancel-btn {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.3s ease;
}

/* Estilo del botón "Editar" al pasar el ratón */
.cancel-btn:hover {
    background-color: #ffa4a4 !important;
}
  /* Cambiar botón */
  button[type="button"] {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.3s ease;
  }
  
  button[type="button"]:hover {
    background-color: #54c6ff;
  }
  
  /* Alert warning */
  .alert {
    padding: 15px;
    background-color: #ffe699;
    color: #333;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  
  .alert button.custom-button1 {
    background-color: #7189ff;
    color: rgb(0, 0, 0);
    border: none;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
  }
  
  .alert button.custom-button1:hover {
    background-color: #a4d0ff;
  }
  
  /* Submit Button */
  #submitBtn {
    display: none;
    background-color: #007bff;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    margin-top: 20px;
  }
  
  #submitBtn:hover {
    background-color: #0056b3;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .profilepage {
      padding: 15px;
    }
  
    .profile-info {
      align-items: flex-start;
    }
  
    input[type="text"] {
      width: 100%;
    }
  
    button[type="button"], #submitBtn {
      width: 100%;
      margin-top: 15px;
    }
  }
  
  
  
  