/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1800px) {

  /* configuracion principal */
  .logo img {
    text-align: center;
    display: flexbox;
    margin: auto;
    width: 85%;
    margin-top: -1px;
    margin-bottom: 2px;
  }

  /*-- navigation--*/
  .navigation.navbar {
    margin-top: 25px;
  }

  .navigation.navbar-dark .navbar-nav .nav-link i {
    padding: 4px 0px;
    margin-top: -2px;
  }

  /* Asegurarse de que el texto y los íconos estén alineados */
  .navigation.navbar-dark .navbar-nav .nav-link {
    padding: 0px 0px;
    margin: 0 7px;
    color: rgb(255, 255, 255);
    font-size: 27px !important;
    font-family: Velocista !important;
    line-height: 1.5;
    text-transform: uppercase;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(25, 87, 194));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 0.2em;
    transition: background-size 0.7s ease;
    display: flex;
    align-items: center;
  }

  .navigation.navbar-dark .navbar-nav .nav-link:focus,
  .navigation.navbar-dark .navbar-nav .nav-link:hover {
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(25, 87, 194));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    transition: background-size 0.7s ease;
    color: rgb(157, 157, 157);
  }

  .navigation.navbar-dark .navbar-nav .active>.nav-link,
  .navigation.navbar-dark .navbar-nav .nav-link.active,
  .navigation.navbar-dark .navbar-nav .nav-link.show,
  .navigation.navbar-dark .navbar-nav .show>.nav-link {
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(25, 87, 194));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    transition: background-size 0.7s ease;
    color: rgb(45, 120, 249);
  }

  /** end configuracion principal **/

  /* inicio */

  /* Estilos para el contenedor principal */
  .banner_main {
    position: relative;
    width: 100%;
    height: 418px;
    /* Ajusta la altura según tus necesidades */
    overflow: hidden;
    margin-top: -15px;
    background-color: rgb(34, 34, 34);
  }

  .slide-text h2 {
    font-size: 60px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 50px;
    margin-bottom: -150px;
    margin-top: 80px;
  }

  .slide-text2 h2 {
    font-size: 30px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 180px;
  }

  .conoce {
    font-family: Velocista;
    margin-bottom: 60px;
    margin-top: 10px;
    text-align: center;
    color: rgb(0, 0, 0);
  }

  .slider .slide {
    width: 300px;
  }

  .slider .slide img {
    width: 70%;
  }

  .buscar {
    margin-top: -80px;
    margin-bottom: 60px;
  }

  .text-b h1 {
    font-size: 50px;
  }

  /* Adjust the size of the arrow icon */
  .text-b .arrow-icon {
    width: 50px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 25px;
    /* Space between arrow and car */
    margin-top: -10px;
  }

  /* Adjust the size of the car icon */
  .text-b .car-icon {
    width: 180px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 15px;
    /* Optional: Add space if needed */
  }

  .form-groupbuscador label {
    font-size: 25px;
    font-weight: bold;
    margin-top: -15px;
    margin-bottom: 0px;
    display: block;
    color: rgb(0, 0, 0);
    font-family: "Cooper Black";
  }

  .form-groupbuscador input {
    padding: 5px 10px !important;
  }

  .form-control {
    width: 100%;
    padding: 0px 10px !important;
    font-size: 16px;
    border-radius: 20px;
    border: 2px solid rgb(12, 30, 64);
    background-color: rgb(250, 250, 250);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    margin-bottom: 10px;
  }

  /* Botón de búsqueda más pequeño y centrado */
  .search-button {
    background-color: rgb(12, 30, 64);
    color: rgb(255, 255, 255);
    border: none;
    padding: 6px 16px;
    /* Tamaño más pequeño */
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgb(45, 120, 249);
  }

  .search-button:hover {
    background-color: rgb(204, 21, 21);
    box-shadow: 0 4px 25px rgb(45, 120, 249);
  }

  /* Centrar el contenedor del botón */
  .button-group {
    width: auto;
    /* Ajustar el ancho del contenedor del botón */
    display: flex;
    justify-content: center;
  }

  .nav-tabs {
    margin-top: -20px;
    border-bottom: 0px;
    border-color: none !important;
  }

  .nav-tabs li {
    background: rgb(237, 237, 237);
    box-shadow: 0 -8px 20px -8px rgb(45, 120, 249);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-color: none !important;
  }

  .nav-tabs button.active {
    color: rgb(0, 0, 0) !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .nav-tabs button {
    color: rgb(99, 99, 99);
    font-size: 17px;
    font-family: Velocista;
    text-transform: uppercase;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .nav-tabs button:hover {
    color: rgb(0, 0, 0);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: none !important;
  }

  .botonbuscador {
    background-color: rgb(237, 237, 237);
    border: none;
    cursor: pointer;
    padding: 10px 10px;
    font-size: 18px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .botonbuscador:hover {
    background-color: rgb(237, 237, 237);
    box-shadow: 0 8px 30px rgb(45, 120, 249);
    color: rgb(0, 0, 0);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  /** end inicio **/

  /*nosotros*/
  .linea-separacion {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 405px;
    margin-top: -15px;
  }

  .section-title {
    font-size: 30px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
  }

  .section-subtitle {
    font-size: 42px !important;
    color: rgb(255, 255, 255) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .paragra {
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
  }

  .about-section img {
    width: 100% !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 26px rgba(255, 255, 255, 0.8) !important;
  }

  .about-section {
    margin-top: -65px !important;
  }

  .about-us {
    background-color: rgb(124, 16, 16) !important;
    font-size: 20px;
  }

  .icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 30px;
  }

  .mivivaimg {
    width: 40%;
  }

  /* Estilo para el título principal */
  .compromiso {
    font-size: 35px;
    font-family: Velocista;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
    border-radius: 20px !important;
  }

  /* Estilo de fondo para los encabezados de las tarjetas */
  .bg-gradient {
    background: rgb(12, 30, 64);
    border-radius: 50px 17px 0 0 !important;
    border-color: none;
    border: none;
    /* Borde superior redondeado */
  }

  /* Estilo para los encabezados de las tarjetas */
  .miviva {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  }

  /* Estilo para las tarjetas */
  .card {
    border-radius: 20px;
    box-shadow: 0 12px 20px rgba(255, 255, 255) !important;
  }

  /* Estilo para el texto de las tarjetas */
  .card-text {
    font-size: 20px;
    color: rgb(0, 0, 0);
    text-align: justify;
  }

  .linea-separacion2 {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 500px;
    margin-left: 495px;
    margin-top: -15px;
  }

  .section-title2 {
    font-size: 30px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
    margin-top: -30px;
  }

  .section-subtitle2 {
    font-size: 42px !important;
    color: rgb(255, 255, 255) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .testi {
    color: rgb(204, 21, 21);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -15px;
  }

  .testimonials .testimonial-card {
    border-radius: 20px !important;
    padding: 10px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.6) !important;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 5px rgb(0, 0, 0);
  }

  .testimonials .testimonial-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgb(255, 255, 255) !important;
  }

  /*fin nosotros*/

  /* Seccion Productos */

  /* End Productos */

  /*contacto*/
  .contenedor-imagen {
    position: relative;
    margin-bottom: 30px;
    margin-top: -100px;
  }

  .contenedor-imagen img {
    width: 100%;
    height: 350px;
    filter: brightness(70%);
  }

  .letracontacto {
    color: #fff;
    font-family: Velocista;
    font-size: 35px;
  }

  .letracontacto2 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
  }

  .texto-superpuesto {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
  }

  .boton-contacto {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1.1rem;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
  }

  .boton-contacto:hover {
    background-color: #0056b3;
  }

  /* Ajuste de las tarjetas de contacto */
  .contacto .caja {
    background-color: rgb(238, 238, 238);
    padding: 10px;
    margin: 15px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(25, 87, 194);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-align: center;
    margin-bottom: 50px;
  }

  .contacto .caja:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(25, 87, 194) !important;
  }

  .contacto .caja h3 {
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .contacto .caja p {
    font-size: 1rem;
    color: #000000;
    margin-bottom: 5px;
  }

  .formulario {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(204, 21, 21);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    margin-bottom: 30px;
  }

  .formulario:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(204, 21, 21) !important;
  }

  .formulario h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #1a57c2;
    font-family: Velocista;
    font-size: 28px;
    margin-bottom: -5px;
  }

  .formulario .fila {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 5px;
  }

  .formulario .campo {
    flex: 1;
    min-width: 200px;
  }

  .formulario .campo input,
  .formulario .campo textarea {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #a1a1a1;
    margin-top: 0px;
  }

  .formulario button {
    display: block;
    width: 25%;
    padding: 10px;
    background-color: #1a57c2;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
  }

  .formulario button:hover {
    background-color: #004a9f;
  }

  /* Notificación estilo "toast" */
  .toastcontacto {
    visibility: hidden !important;
    max-width: 50% !important;
    margin: 0 auto !important;
    background-color: #4caf50 !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 5px !important;
    padding: 16px !important;
    position: fixed !important;
    z-index: 1 !important;
    left: 50% !important;
    bottom: 30px !important;
    font-size: 17px !important;
    transform: translateX(-50%) !important;
    transition: visibility 0s, opacity 0.5s linear !important;
    opacity: 0 !important;
  }

  .toastcontacto.show {
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Ajuste redes sociales contacto */
  .contactos .cajas {
    background-color: rgb(158, 158, 158);
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 80px;
    margin-top: 20px;
  }

  .contactos .cajas h3 {
    font-size: 1.5rem;
    color: #000000;
    text-align: right;
    margin-top: 10px;
    margin-right: 30px;
  }

  .contactos .cajas img {
    float: left;
    width: 15%;
    margin-top: -5px;
    margin-left: 10px;
  }

  .contactos a {
    display: block;
    /* Asegura que todo el contenedor sea clickeable */
    border-radius: 15px;
    /* Reduce el radio para ser consistente */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Animaciones suaves */
    box-shadow: 0 0px 25px rgba(255, 255, 255);
    /* Sombra más sutil */
    text-decoration: none;
    /* Quita el subrayado de los enlaces */
  }

  .contactos a:hover {
    transform: translateY(-5px);
    /* Efecto de elevación */
    box-shadow: 0 8px 16px rgba(255, 255, 255);
    /* Aumenta la sombra en el hover */
  }

  .colorredes {
    color: rgb(204, 21, 21);
  }

  .redes {
    background-color: rgb(9, 29, 62, 0.8);
    margin: auto;
    text-align: center;
    padding: 20px;
    margin-bottom: -20px;
  }

  .redes h1 {
    color: #fff;
    font-family: Velocista;
    font-size: 35px;
  }

  .redes p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    margin-top: 0px;
  }

  /*end contacto*/

  /*carrito*/
  .textocarrito {
    font-family: Velocista;
    text-align: center;
    font-size: 40px !important;
    margin-top: -120px !important;
    color: rgb(255, 255, 255) !important;
  }

  .table-container {
    overflow-x: auto !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 0px 25px rgb(204, 21, 21) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 40px;
    border-radius: 30px;
  }

  .table-container:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgba(204, 21, 21) !important;
  }

  .table {
    border-collapse: collapse;
    /* Asegura que los bordes se unan */
  }

  .table thead th {
    background-color: rgb(27, 130, 194) !important;
    color: white !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde */
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-family: 'Arial', sans-serif !important;
    padding: 5px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle !important;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(237, 237, 237) !important;
  }

  .table td {
    padding: 10px !important;
    text-align: center !important;
    align-content: center;
    font-size: 15px !important;
    color: rgb(0, 0, 0) !important;
    vertical-align: middle !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde a las celdas */
    background-color: rgb(197, 197, 197);
  }

  .table td input {
    text-align: center !important;
    font-size: 18px !important;
    width: 80px;
    margin: auto;
  }

  .table img {
    width: 100px !important;
    border-radius: 15px !important;
  }

  .btn-customcarrito {
    font-size: 16px !important;
    padding: 10px 10px !important;
    border-radius: 30px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
  }

  .btn-continuar {
    background-color: rgba(167, 40, 72, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-continuar:hover {
    background-color: rgb(136, 33, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-vaciar {
    background-color: rgba(231, 76, 60, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-vaciar:hover {
    background-color: rgb(192, 57, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-pagar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-pagar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-danger {
    border-radius: 20px;
  }

  .fixed-buttons {
    position: sticky !important;
    bottom: 0 !important;
    background-color: rgb(226, 226, 226) !important;
    padding: 15px 20px !important;
    display: flex !important;
    z-index: 1000 !important;
    border-top: 1px solid #dee2e6 !important;
    margin-bottom: -20px !important;
    margin-top: 40px;
    justify-content: right;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0 0px 25px rgb(25, 87, 194) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }

  .fixed-buttons:hover {
    transform: translateY(0px) !important;
    box-shadow: 0 -8px 16px rgb(25, 87, 194) !important;
  }

  .fixed-buttons h3 {
    font-size: 28px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
    text-align: right;
  }

}

/* Medium Devices (Tablets, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {

  /* configuracion principal */
  .logo img {
    text-align: center;
    display: flexbox;
    margin: auto;
    width: 80%;
    margin-top: 0px;
    margin-bottom: 5px;
  }

  /*-- navigation--*/
  .navigation.navbar {
    margin-top: 15px;
    margin-left: -60px;
  }

  .navigation.navbar-dark .navbar-nav .nav-link i {
    padding: 4px 0px;
    margin-top: -2px;
  }

  /* Asegurarse de que el texto y los íconos estén alineados */
  .navigation.navbar-dark .navbar-nav .nav-link {
    padding: 0px 0px;
    margin: 0 7px;
    color: rgb(255, 255, 255);
    font-size: 24px !important;
    font-family: Velocista !important;
    line-height: 1.5;
    text-transform: uppercase;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(25, 87, 194));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 0.2em;
    transition: background-size 0.7s ease;
    display: flex;
    align-items: center;
  }

  .navigation.navbar-dark .navbar-nav .nav-link:focus,
  .navigation.navbar-dark .navbar-nav .nav-link:hover {
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(25, 87, 194));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    transition: background-size 0.7s ease;
    color: rgb(157, 157, 157);
  }

  .navigation.navbar-dark .navbar-nav .active>.nav-link,
  .navigation.navbar-dark .navbar-nav .nav-link.active,
  .navigation.navbar-dark .navbar-nav .nav-link.show,
  .navigation.navbar-dark .navbar-nav .show>.nav-link {
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(25, 87, 194));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    transition: background-size 0.7s ease;
    color: rgb(45, 120, 249);
  }

  /** end configuracion principal **/

  /* inicio */

  /* Estilos para el contenedor principal */
  .banner_main {
    position: relative;
    width: 100%;
    height: 344px;
    /* Ajusta la altura según tus necesidades */
    overflow: hidden;
    margin-top: -15px;
    background-color: rgb(34, 34, 34);
  }

  .slide-text h2 {
    font-size: 60px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 50px;
    margin-bottom: -150px;
    margin-top: 80px;
  }

  .slide-text2 h2 {
    font-size: 30px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 180px;
  }

  .conoce {
    font-family: Velocista;
    margin-bottom: 60px;
    margin-top: 10px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 35px;
  }

  .slider .slide {
    width: 300px;
  }

  .slider .slide img {
    width: 70%;
  }

  .buscar {
    margin-top: -105px;
    margin-bottom: 60px;
  }

  .text-b h1 {
    font-size: 45px;
  }

  /* Adjust the size of the arrow icon */
  .text-b .arrow-icon {
    width: 45px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 25px;
    /* Space between arrow and car */
    margin-top: -10px;
  }

  /* Adjust the size of the car icon */
  .text-b .car-icon {
    width: 160px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 15px;
    /* Optional: Add space if needed */
  }

  .form-groupbuscador label {
    font-size: 25px;
    font-weight: bold;
    margin-top: -15px;
    margin-bottom: 0px;
    display: block;
    color: rgb(0, 0, 0);
    font-family: "Cooper Black";
  }

  .form-groupbuscador input {
    padding: 5px 10px !important;
  }

  .form-control {
    width: 100%;
    padding: 0px 10px !important;
    font-size: 16px;
    border-radius: 20px;
    border: 2px solid rgb(12, 30, 64);
    background-color: rgb(250, 250, 250);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    margin-bottom: 10px;
  }

  /* Botón de búsqueda más pequeño y centrado */
  .search-button {
    background-color: rgb(12, 30, 64);
    color: rgb(255, 255, 255);
    border: none;
    padding: 6px 16px;
    /* Tamaño más pequeño */
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgb(45, 120, 249);
  }

  .search-button:hover {
    background-color: rgb(204, 21, 21);
    box-shadow: 0 4px 25px rgb(45, 120, 249);
  }

  /* Centrar el contenedor del botón */
  .button-group {
    width: auto;
    /* Ajustar el ancho del contenedor del botón */
    display: flex;
    justify-content: center;
  }

  .nav-tabs {
    margin-top: -20px;
    border-bottom: 0px;
    border-color: none !important;
  }

  .nav-tabs li {
    background: rgb(237, 237, 237);
    box-shadow: 0 -8px 20px -8px rgb(45, 120, 249);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-color: none !important;
  }

  .nav-tabs button.active {
    color: rgb(0, 0, 0) !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .nav-tabs button {
    color: rgb(99, 99, 99);
    font-size: 17px;
    font-family: Velocista;
    text-transform: uppercase;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .nav-tabs button:hover {
    color: rgb(0, 0, 0);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: none !important;
  }

  .botonbuscador {
    background-color: rgb(237, 237, 237);
    border: none;
    cursor: pointer;
    padding: 10px 10px;
    font-size: 18px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .botonbuscador:hover {
    background-color: rgb(237, 237, 237);
    box-shadow: 0 8px 30px rgb(45, 120, 249);
    color: rgb(0, 0, 0);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  /** end inicio **/

  /*nosotros*/
  .linea-separacion {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 300px;
    margin-top: -15px;
  }

  .section-title {
    font-size: 30px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
  }

  .section-subtitle {
    font-size: 38px !important;
    color: rgb(255, 255, 255) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .paragra {
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
  }

  .about-section img {
    width: 100% !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 26px rgba(255, 255, 255, 0.8) !important;
  }

  .about-section {
    margin-top: -90px !important;
  }

  .about-us {
    background-color: rgb(124, 16, 16) !important;
    font-size: 20px;
  }

  .icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 30px;
  }

  .mivivaimg {
    width: 40%;
  }

  /* Estilo para el título principal */
  .compromiso {
    font-size: 35px;
    font-family: Velocista;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
    border-radius: 20px !important;
  }

  /* Estilo de fondo para los encabezados de las tarjetas */
  .bg-gradient {
    background: rgb(12, 30, 64);
    border-radius: 50px 17px 0 0 !important;
    border-color: none;
    border: none;
    /* Borde superior redondeado */
  }

  /* Estilo para los encabezados de las tarjetas */
  .miviva {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  }

  /* Estilo para las tarjetas */
  .card {
    border-radius: 20px;
    box-shadow: 0 12px 20px rgba(255, 255, 255) !important;
  }

  /* Estilo para el texto de las tarjetas */
  .card-text {
    font-size: 20px;
    color: rgb(0, 0, 0);
    text-align: justify;
  }

  .linea-separacion2 {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 395px;
    margin-left: 390px;
    margin-top: -15px;
  }

  .section-title2 {
    font-size: 30px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
    margin-top: -30px;
  }

  .section-subtitle2 {
    font-size: 42px !important;
    color: rgb(255, 255, 255) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .testi {
    color: rgb(204, 21, 21);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -15px;
  }

  .testimonials .testimonial-card {
    border-radius: 20px !important;
    padding: 10px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.6) !important;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 5px rgb(0, 0, 0);
  }

  .testimonials .testimonial-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgb(255, 255, 255) !important;
  }

  /*fin nosotros*/

  /* Seccion Productos */

  /* End Productos */

  /*contacto*/
  .contenedor-imagen {
    position: relative;
    margin-bottom: 30px;
    margin-top: -120px;
  }

  .contenedor-imagen img {
    width: 100%;
    height: 350px;
    filter: brightness(70%);
  }

  .letracontacto {
    color: #fff;
    font-family: Velocista;
    font-size: 35px;
  }

  .letracontacto2 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
  }

  .texto-superpuesto {
    position: absolute;
    top: 45%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
  }

  .boton-contacto {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1.1rem;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
  }

  .boton-contacto:hover {
    background-color: #0056b3;
  }

  /* Ajuste de las tarjetas de contacto */
  .contacto .caja {
    background-color: rgb(238, 238, 238);
    padding: 10px;
    margin: 15px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(25, 87, 194);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-align: center;
    margin-bottom: 50px;
  }

  .contacto .caja:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(25, 87, 194) !important;
  }

  .contacto .caja h3 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .contacto .caja p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
  }

  .formulario {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(204, 21, 21);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    margin-bottom: 30px;
  }

  .formulario:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(204, 21, 21) !important;
  }

  .formulario h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #1a57c2;
    font-family: Velocista;
    font-size: 28px;
    margin-bottom: -5px;
  }

  .formulario .fila {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 5px;
  }

  .formulario .campo {
    flex: 1;
    min-width: 200px;
  }

  .formulario .campo input,
  .formulario .campo textarea {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #a1a1a1;
    margin-top: 0px;
  }

  .formulario button {
    display: block;
    width: 25%;
    padding: 10px;
    background-color: #1a57c2;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
  }

  .formulario button:hover {
    background-color: #004a9f;
  }

  /* Notificación estilo "toast" */
  .toastcontacto {
    visibility: hidden !important;
    max-width: 50% !important;
    margin: 0 auto !important;
    background-color: #4caf50 !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 5px !important;
    padding: 16px !important;
    position: fixed !important;
    z-index: 1 !important;
    left: 50% !important;
    bottom: 30px !important;
    font-size: 17px !important;
    transform: translateX(-50%) !important;
    transition: visibility 0s, opacity 0.5s linear !important;
    opacity: 0 !important;
  }

  .toastcontacto.show {
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Ajuste redes sociales contacto */
  .contactos .cajas {
    background-color: rgb(158, 158, 158);
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 80px;
    margin-top: 20px;
  }

  .contactos .cajas h3 {
    font-size: 20px;
    color: #000000;
    text-align: right;
    margin-top: 10px;
    margin-right: 20px;
  }

  .contactos .cajas img {
    float: left;
    width: 15%;
    margin-top: -5px;
    margin-left: 10px;
  }

  .contactos a {
    display: block;
    /* Asegura que todo el contenedor sea clickeable */
    border-radius: 15px;
    /* Reduce el radio para ser consistente */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Animaciones suaves */
    box-shadow: 0 0px 25px rgba(255, 255, 255);
    /* Sombra más sutil */
    text-decoration: none;
    /* Quita el subrayado de los enlaces */
  }

  .contactos a:hover {
    transform: translateY(-5px);
    /* Efecto de elevación */
    box-shadow: 0 8px 16px rgba(255, 255, 255);
    /* Aumenta la sombra en el hover */
  }

  .colorredes {
    color: rgb(204, 21, 21);
  }

  .redes {
    background-color: rgb(9, 29, 62, 0.8);
    margin: auto;
    text-align: center;
    padding: 20px;
    margin-bottom: -20px;
  }

  .redes h1 {
    color: #fff;
    font-family: Velocista;
    font-size: 35px;
  }

  .redes p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    margin-top: 0px;
  }

  /*end contacto*/

  /*carrito*/
  .textocarrito {
    font-family: Velocista;
    text-align: center;
    font-size: 40px !important;
    margin-top: -130px !important;
    color: rgb(255, 255, 255) !important;
  }

  .table-container {
    overflow-x: auto !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 0px 25px rgb(204, 21, 21) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 40px;
    border-radius: 30px;
  }

  .table-container:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgba(204, 21, 21) !important;
  }

  .table {
    border-collapse: collapse;
    /* Asegura que los bordes se unan */
  }

  .table thead th {
    background-color: rgb(27, 130, 194) !important;
    color: white !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde */
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-family: 'Arial', sans-serif !important;
    padding: 5px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle !important;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(237, 237, 237) !important;
  }

  .table td {
    padding: 10px !important;
    text-align: center !important;
    align-content: center;
    font-size: 15px !important;
    color: rgb(0, 0, 0) !important;
    vertical-align: middle !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde a las celdas */
    background-color: rgb(197, 197, 197);
  }

  .table td input {
    text-align: center !important;
    font-size: 18px !important;
    width: 80px;
    margin: auto;
  }

  .table img {
    width: 100px !important;
    border-radius: 15px !important;
  }

  .btn-customcarrito {
    font-size: 16px !important;
    padding: 10px 10px !important;
    border-radius: 30px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
  }

  .btn-continuar {
    background-color: rgba(167, 40, 72, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-continuar:hover {
    background-color: rgb(136, 33, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-vaciar {
    background-color: rgba(231, 76, 60, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-vaciar:hover {
    background-color: rgb(192, 57, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-pagar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-pagar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-danger {
    border-radius: 20px;
  }

  .fixed-buttons {
    position: sticky !important;
    bottom: 0 !important;
    background-color: rgb(226, 226, 226) !important;
    padding: 15px 20px !important;
    display: flex !important;
    z-index: 1000 !important;
    border-top: 1px solid #dee2e6 !important;
    margin-bottom: -20px !important;
    margin-top: 40px;
    justify-content: right;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0 0px 25px rgb(25, 87, 194) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }

  .fixed-buttons:hover {
    transform: translateY(0px) !important;
    box-shadow: 0 -8px 16px rgb(25, 87, 194) !important;
  }

  .fixed-buttons h3 {
    font-size: 28px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
    text-align: right;
  }

  /*end carrito*/

  /* Camprar */
  .highlight,
  .highlight1 {
    padding: 8px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  }

  .table-responsive-comprar table {
    font-size: 13px;
    min-width: 450px;
    /* para que el scroll aparezca fácil */
  }

  .table th,
  .table td {
    padding: 6px 4px !important;
    vertical-align: middle !important;
  }

  .highlight {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 25px;
    margin-bottom: 80px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -100px;
  }

  .highlight h1,
  .highlight h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 35px;
  }

  .highlight p {
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: -20px;
    font-size: 30px;
  }

  .highlight1 {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 25px;
    margin-bottom: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -50px;
  }

  .highlight1 h1,
  .highlight1 h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 35px;
    margin-bottom: 30px;
  }

  .btn-customcomprar {
    font-size: 20px !important;
    padding: 5px 15px !important;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
    margin-top: 10px !important;
  }

  .btn-realizar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-realizar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-controlcomprar {
    width: 100% !important;
    padding: 10px !important;
    font-size: 18px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 20px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
    margin-bottom: 20px;
  }

  .custom-form-controlcomprar:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  .form-groupcomprar {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* end Comprar */

  /* login*/
  .show-passwordlogin {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contalogin {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -40px;
    margin-bottom: 100px;
  }

  .contalogin h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 50px;
    text-align: center;
  }

  .contalogin p {
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-group input {
    flex: 1;
    min-width: 450px;
    margin-bottom: 10px;
  }

  .btn-container {
    display: flex;
    /* Coloca los botones uno al lado del otro */
    justify-content: space-between;
    /* Espacio entre los botones */
    margin-top: 10px;
    /* Añadir un margen superior para separar de los campos de entrada */
  }

  .btn-login,
  .btn-secondarylogin {
    background-color: rgba(204, 21, 21, 0.8) !important;
    color: #fff !important;
    width: 100% !important;
    padding: 5px !important;
    border: none !important;
    border-radius: 20px !important;
    font-size: 20px !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    margin-top: -5px !important;
    text-align: center !important;
    cursor: pointer !important;
    flex: 1;
    /* Permite que ambos botones ocupen el mismo espacio */
    margin: 0 25px;
    /* Añade un pequeño margen entre los botones */
  }

  .btn-login:hover,
  .btn-secondarylogin:hover {
    background-color: rgba(12, 30, 64, 0.8) !important;
    /* Mismo efecto hover */
  }

  .linklogin {
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
  }

  .linklogin:hover {
    color: rgb(0, 0, 0) !important;
    text-decoration: underline !important;
  }

  /* end login */

  /* cuenta */
  .account-info {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 20px;
    margin-top: -120px;
  }

  .account-info h2 {
    margin-bottom: 25px;
    font-size: 30px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .account-info p {
    margin-bottom: 20px;
    font-size: 20px;
    color: #000000;
  }

  .account-info .label {
    font-weight: bold;
    color: #000000;
    font-size: 20px;
  }

  .btn-logout {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 20px;
    cursor: pointer;
    /* Cursor de puntero solo en el botón */
    text-align: center;
    margin-top: 40px;
    margin-bottom: -10px;
    font-weight: bold !important;
  }

  .btn-logout:hover {
    background-color: #c0392b;
  }

  /* Estilos para el historial de compras */
  .purchase-history {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 50px;
    overflow: hidden;
    /* Para limitar el tamaño total */
    margin-top: -120px;
  }

  .purchase-history h2 {
    margin-bottom: 25px;
    font-size: 30px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .purchase-history-table {
    max-height: 300px;
    /* Limitar el alto del área de la tabla */
    overflow-y: auto;
    /* Añadir barra de desplazamiento vertical cuando sea necesario */
  }

  .purchase-history table {
    width: 100%;
    margin-bottom: 0;
  }

  .purchase-history th,
  .purchase-history td {
    padding: 10px;
    text-align: left;
    font-size: 2px;
    color: #000000;
  }

  .purchase-history th {
    font-weight: bold;
    color: #000000;
    font-size: 20px;
  }

  /* Estilos de barra de desplazamiento personalizados */
  .purchase-history-table::-webkit-scrollbar {
    width: 8px;
  }

  .purchase-history-table::-webkit-scrollbar-thumb {
    background-color: #1a57c2;
    border-radius: 4px;
  }

  .purchase-history-table::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  /* fin cuenta*/

  /* RECUPERAR CONTRASEÑA*/

  .contarecuperar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -30px;
    margin-bottom: 100px;
  }

  .contarecuperar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 50px;
    text-align: center;
  }

  .form-grouprecuperar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-grouprecuperar input {
    flex: 1;
    min-width: 450px;
    margin-bottom: 20px;
  }

  /* END RECUPERAR CONTRASEÑA*/

  /*Registro*/
  .show-passwordregistro {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .btn-container-registro {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .btn-registro,
  .btn-secondaryregistro {
    background-color: rgba(204, 21, 21, 0.8);
    color: #fff;
    width: 100%;
    padding: 5px;
    border: none;
    border-radius: 20px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    margin: 0 50px;
  }

  .btn-registro:hover,
  .btn-secondaryregistro:hover {
    background-color: rgba(12, 30, 64, 0.8);
  }

  .containeregistro {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -20px;
    margin-bottom: 90px;
  }

  .containeregistro h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-align: left;
  }

  .containeregistro p {
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-groupregi {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 5px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-groupregi .col-md-4 {
    flex: 1 1 30%;
    /* Cada columna ocupa 30% para que quepan 3 en una fila */
    min-width: 300px;
  }

  .form-groupregi input {
    flex: 1;
    min-width: 300px;
    margin-bottom: 10px;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-control {
    width: 100% !important;
    padding: 10px !important;
    font-size: 15px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
  }

  .custom-form-control:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /*end registro*/

  /* CAMBIAR CONTRASEÑA */

  .show-password {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contacambiar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -20px;
    margin-bottom: 100px;
  }

  .contacambiar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 45px;
    text-align: center;
  }

  .form-groupcambiar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-groupcambiar input {
    flex: 1;
    min-width: 450px;
    margin-bottom: 20px;
  }

  /* END CONTRASEÑA */
}

/* Small Devices (Tablets, 768px to 991px) */
@media (min-width: 850px) and (max-width: 991px) {

  /* configuracion principal */
  .logo img {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
  }

  /*-- navigation--*/
  .navigation.navbar {
    margin-top: 5px;
  }

  .navigation.navbar-dark .navbar-nav .nav-link i {
    padding: 0px 0px;
    margin-top: -2px;
  }

  /* Asegurarse de que el texto y los íconos estén alineados */
  .navigation.navbar-dark .navbar-nav .nav-link {
    padding: 0px 0px;
    margin: 0 6px;
    color: rgb(255, 255, 255);
    font-size: 21px !important;
    font-family: Velocista !important;
    line-height: 1.5;
    text-transform: uppercase;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(25, 87, 194));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 0.2em;
    transition: background-size 0.7s ease;
    display: flex;
    align-items: center;
  }

  /** end configuracion principal **/

  /* inicio */

  /* Estilos para el contenedor principal */
  .banner_main {
    position: relative;
    width: 100%;
    height: 290px;
    /* Ajusta la altura según tus necesidades */
    overflow: hidden;
    margin-top: -15px;
    background-color: rgb(34, 34, 34);
  }

  .slide-text h2 {
    font-size: 50px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 50px;
    margin-bottom: -150px;
    margin-top: 50px;
  }

  .slide-text2 h2 {
    font-size: 22px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 150px;
  }

  .conoce {
    font-family: Velocista;
    margin-bottom: 60px;
    margin-top: 10px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 30px;
  }

  .slider .slide {
    width: 280px;
  }

  .slider .slide img {
    width: 70%;
  }

  .buscar {
    margin-top: -125px;
    margin-bottom: 60px;
  }

  .text-b h1 {
    font-size: 38px;
  }

  /* Adjust the size of the arrow icon */
  .text-b .arrow-icon {
    width: 38px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 25px;
    /* Space between arrow and car */
    margin-top: -10px;
  }

  /* Adjust the size of the car icon */
  .text-b .car-icon {
    width: 140px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 15px;
    /* Optional: Add space if needed */
  }

  .form-groupbuscador label {
    font-size: 22px;
    font-weight: bold;
    margin-top: -15px;
    margin-bottom: 0px;
    display: block;
    color: rgb(0, 0, 0);
    font-family: "Cooper Black";
  }

  .form-groupbuscador input {
    padding: 5px 10px !important;
  }

  .form-control {
    width: 100%;
    padding: 0px 10px !important;
    font-size: 16px;
    border-radius: 20px;
    border: 2px solid rgb(12, 30, 64);
    background-color: rgb(250, 250, 250);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    margin-bottom: 10px;
  }

  /* Botón de búsqueda más pequeño y centrado */
  .search-button {
    background-color: rgb(12, 30, 64);
    color: rgb(255, 255, 255);
    border: none;
    padding: 6px 16px;
    /* Tamaño más pequeño */
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgb(45, 120, 249);
  }

  .search-button:hover {
    background-color: rgb(204, 21, 21);
    box-shadow: 0 4px 25px rgb(45, 120, 249);
  }

  /* Centrar el contenedor del botón */
  .button-group {
    width: auto;
    /* Ajustar el ancho del contenedor del botón */
    display: flex;
    justify-content: center;
  }

  .nav-tabs {
    margin-top: -20px;
    border-bottom: 0px;
    border-color: none !important;
  }

  .nav-tabs li {
    background: rgb(237, 237, 237);
    box-shadow: 0 -8px 20px -8px rgb(45, 120, 249);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-color: none !important;
  }

  .nav-tabs button.active {
    color: rgb(0, 0, 0) !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .nav-tabs button {
    color: rgb(99, 99, 99);
    font-size: 17px;
    font-family: Velocista;
    text-transform: uppercase;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .nav-tabs button:hover {
    color: rgb(0, 0, 0);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: none !important;
  }

  .botonbuscador {
    background-color: rgb(237, 237, 237);
    border: none;
    cursor: pointer;
    padding: 10px 10px;
    font-size: 18px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .botonbuscador:hover {
    background-color: rgb(237, 237, 237);
    box-shadow: 0 8px 30px rgb(45, 120, 249);
    color: rgb(0, 0, 0);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  /** end inicio **/

  /*nosotros*/
  .linea-separacion {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 240px;
    margin-top: -15px;
  }

  .section-title {
    font-size: 28px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
  }

  .section-subtitle {
    font-size: 35px !important;
    color: rgb(255, 255, 255) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .paragra {
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
  }

  .about-section img {
    width: 100% !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 26px rgba(255, 255, 255, 0.8) !important;
  }

  .about-section {
    margin-top: -115px !important;
  }

  .about-us {
    background-color: rgb(124, 16, 16) !important;
    font-size: 20px;
  }

  .icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 30px;
  }

  .mivivaimg {
    width: 30%;
  }

  /* Estilo para el título principal */
  .compromiso {
    font-size: 30px;
    font-family: Velocista;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
    border-radius: 20px !important;
  }

  /* Estilo de fondo para los encabezados de las tarjetas */
  .bg-gradient {
    background: rgb(12, 30, 64);
    border-radius: 50px 17px 0 0 !important;
    border-color: none;
    border: none;
    /* Borde superior redondeado */
  }

  /* Estilo para los encabezados de las tarjetas */
  .miviva {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  }

  /* Estilo para las tarjetas */
  .card {
    border-radius: 20px;
    box-shadow: 0 12px 20px rgba(255, 255, 255) !important;
  }

  /* Estilo para el texto de las tarjetas */
  .card-text {
    font-size: 17px;
    color: rgb(0, 0, 0);
    text-align: justify;
  }

  .linea-separacion2 {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 330px;
    margin-left: 325px;
    margin-top: -15px;
  }

  .section-title2 {
    font-size: 28px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
    margin-top: -30px;
  }

  .section-subtitle2 {
    font-size: 35px !important;
    color: rgb(255, 255, 255) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .testi {
    color: rgb(204, 21, 21);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -15px;
  }

  .testimonials .testimonial-card {
    border-radius: 20px !important;
    padding: 10px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.6) !important;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 5px rgb(0, 0, 0);
  }

  .testimonials .testimonial-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgb(255, 255, 255) !important;
  }

  /*fin nosotros*/

  /* Seccion Productos */

  /* End Productos */

  /*contacto*/
  .contenedor-imagen {
    position: relative;
    margin-bottom: 30px;
    margin-top: -135px;
  }

  .contenedor-imagen img {
    width: 100%;
    height: 350px;
    filter: brightness(70%);
  }

  .letracontacto {
    color: #fff;
    font-family: Velocista;
    font-size: 32px;
  }

  .letracontacto2 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
  }

  .texto-superpuesto {
    position: absolute;
    top: 45%;
    left: 36%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
  }

  .boton-contacto {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1.1rem;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
  }

  .boton-contacto:hover {
    background-color: #0056b3;
  }

  /* Ajuste de las tarjetas de contacto */
  .contacto .caja {
    background-color: rgb(238, 238, 238);
    padding: 10px;
    margin: 15px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(25, 87, 194);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-align: center;
    margin-bottom: 50px;
  }

  .contacto .caja:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(25, 87, 194) !important;
  }

  .contacto .caja h3 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .contacto .caja p {
    font-size: 17px;
    color: #000000;
    margin-bottom: 5px;
  }

  .formulario {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(204, 21, 21);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    margin-bottom: 30px;
  }

  .formulario:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(204, 21, 21) !important;
  }

  .formulario h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #1a57c2;
    font-family: Velocista;
    font-size: 28px;
    margin-bottom: -5px;
  }

  .formulario .fila {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 5px;
  }

  .formulario .campo {
    flex: 1;
    min-width: 200px;
  }

  .formulario .campo input,
  .formulario .campo textarea {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #a1a1a1;
    margin-top: 0px;
  }

  .formulario button {
    display: block;
    width: 25%;
    padding: 10px;
    background-color: #1a57c2;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
  }

  .formulario button:hover {
    background-color: #004a9f;
  }

  /* Notificación estilo "toast" */
  .toastcontacto {
    visibility: hidden !important;
    max-width: 50% !important;
    margin: 0 auto !important;
    background-color: #4caf50 !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 5px !important;
    padding: 16px !important;
    position: fixed !important;
    z-index: 1 !important;
    left: 50% !important;
    bottom: 30px !important;
    font-size: 17px !important;
    transform: translateX(-50%) !important;
    transition: visibility 0s, opacity 0.5s linear !important;
    opacity: 0 !important;
  }

  .toastcontacto.show {
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Ajuste redes sociales contacto */
  .contactos .cajas {
    background-color: rgb(158, 158, 158);
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .contactos .cajas h3 {
    font-size: 20px;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-bottom: -3px;
    margin-left: 10px;
  }

  .contactos .cajas img {
    float: none;
    width: 30%;
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .contactos a {
    display: block;
    /* Asegura que todo el contenedor sea clickeable */
    border-radius: 15px;
    /* Reduce el radio para ser consistente */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Animaciones suaves */
    box-shadow: 0 0px 25px rgba(255, 255, 255);
    /* Sombra más sutil */
    text-decoration: none;
    /* Quita el subrayado de los enlaces */
  }

  .contactos a:hover {
    transform: translateY(-5px);
    /* Efecto de elevación */
    box-shadow: 0 8px 16px rgba(255, 255, 255);
    /* Aumenta la sombra en el hover */
  }

  .colorredes {
    color: rgb(204, 21, 21);
  }

  .redes {
    background-color: rgb(9, 29, 62, 0.8);
    margin: auto;
    text-align: center;
    padding: 20px;
    margin-bottom: -20px;
  }

  .redes h1 {
    color: #fff;
    font-family: Velocista;
    font-size: 35px;
  }

  .redes p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    margin-top: 0px;
  }

  /*end contacto*/

  /*carrito*/
  .textocarrito {
    font-family: Velocista;
    text-align: center;
    font-size: 40px !important;
    margin-top: -150px !important;
    color: rgb(255, 255, 255) !important;
  }

  .table-container {
    overflow-x: auto !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 0px 25px rgb(204, 21, 21) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 40px;
    border-radius: 30px;
  }

  .table-container:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgba(204, 21, 21) !important;
  }

  .table {
    border-collapse: collapse;
    /* Asegura que los bordes se unan */
  }

  .table thead th {
    background-color: rgb(27, 130, 194) !important;
    color: white !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde */
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-family: 'Arial', sans-serif !important;
    padding: 5px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle !important;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(237, 237, 237) !important;
  }

  .table td {
    padding: 10px !important;
    text-align: center !important;
    align-content: center;
    font-size: 15px !important;
    color: rgb(0, 0, 0) !important;
    vertical-align: middle !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde a las celdas */
    background-color: rgb(197, 197, 197);
  }

  .table td input {
    text-align: center !important;
    font-size: 18px !important;
    width: 80px;
    margin: auto;
  }

  .table img {
    width: 100px !important;
    border-radius: 15px !important;
  }

  .btn-customcarrito {
    font-size: 16px !important;
    padding: 10px 10px !important;
    border-radius: 30px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
  }

  .btn-continuar {
    background-color: rgba(167, 40, 72, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-continuar:hover {
    background-color: rgb(136, 33, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-vaciar {
    background-color: rgba(231, 76, 60, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-vaciar:hover {
    background-color: rgb(192, 57, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-pagar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-pagar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-danger {
    border-radius: 20px;
  }

  .fixed-buttons {
    position: sticky !important;
    bottom: 0 !important;
    background-color: rgb(226, 226, 226) !important;
    padding: 15px 20px !important;
    display: flex !important;
    z-index: 1000 !important;
    border-top: 1px solid #dee2e6 !important;
    margin-bottom: -20px !important;
    margin-top: 40px;
    justify-content: right;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0 0px 25px rgb(25, 87, 194) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }

  .fixed-buttons:hover {
    transform: translateY(0px) !important;
    box-shadow: 0 -8px 16px rgb(25, 87, 194) !important;
  }

  .fixed-buttons h3 {
    font-size: 28px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
    text-align: right;
  }

  /*end carrito*/

  /* Camprar */
  .highlight,
  .highlight1 {
    padding: 8px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  }

  .table-responsive-comprar table {
    font-size: 13px;
    min-width: 450px;
    /* para que el scroll aparezca fácil */
  }

  .table th,
  .table td {
    padding: 6px 4px !important;
    vertical-align: middle !important;
  }

  .highlight {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 25px;
    margin-bottom: 80px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -120px;
  }

  .highlight h1,
  .highlight h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 35px;
  }

  .highlight p {
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: -20px;
    font-size: 30px;
  }

  .highlight1 {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 25px;
    margin-bottom: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -50px;
  }

  .highlight1 h1,
  .highlight1 h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 35px;
    margin-bottom: 30px;
  }

  .btn-customcomprar {
    font-size: 20px !important;
    padding: 5px 15px !important;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
    margin-top: 10px !important;
  }

  .btn-realizar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-realizar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-controlcomprar {
    width: 100% !important;
    padding: 10px !important;
    font-size: 18px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 20px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
    margin-bottom: 20px;
  }

  .custom-form-controlcomprar:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  .form-groupcomprar {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* end Comprar */

  /* login*/
  .show-passwordlogin {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contalogin {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -40px;
    margin-bottom: 100px;
  }

  .contalogin h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 50px;
    text-align: center;
  }

  .contalogin p {
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-group input {
    flex: 1;
    min-width: 450px;
    margin-bottom: 10px;
  }

  .btn-container {
    display: flex;
    /* Coloca los botones uno al lado del otro */
    justify-content: space-between;
    /* Espacio entre los botones */
    margin-top: 10px;
    /* Añadir un margen superior para separar de los campos de entrada */
  }

  .btn-login,
  .btn-secondarylogin {
    background-color: rgba(204, 21, 21, 0.8) !important;
    color: #fff !important;
    width: 100% !important;
    padding: 5px !important;
    border: none !important;
    border-radius: 20px !important;
    font-size: 20px !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    margin-top: -5px !important;
    text-align: center !important;
    cursor: pointer !important;
    flex: 1;
    /* Permite que ambos botones ocupen el mismo espacio */
    margin: 0 25px;
    /* Añade un pequeño margen entre los botones */
  }

  .btn-login:hover,
  .btn-secondarylogin:hover {
    background-color: rgba(12, 30, 64, 0.8) !important;
    /* Mismo efecto hover */
  }

  .linklogin {
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
  }

  .linklogin:hover {
    color: rgb(0, 0, 0) !important;
    text-decoration: underline !important;
  }

  /* end login */

  /* cuenta */
  .account-info {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 20px;
    margin-top: -140px;
  }

  .account-info h2 {
    margin-bottom: 25px;
    font-size: 30px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .account-info p {
    margin-bottom: 20px;
    font-size: 20px;
    color: #000000;
  }

  .account-info .label {
    font-weight: bold;
    color: #000000;
    font-size: 20px;
  }

  .btn-logout {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 20px;
    cursor: pointer;
    /* Cursor de puntero solo en el botón */
    text-align: center;
    margin-top: 40px;
    margin-bottom: -10px;
    font-weight: bold !important;
  }

  .btn-logout:hover {
    background-color: #c0392b;
  }

  /* Estilos para el historial de compras */
  .purchase-history {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 50px;
    overflow: hidden;
    /* Para limitar el tamaño total */
    margin-top: -140px;
  }

  .purchase-history h2 {
    margin-bottom: 25px;
    font-size: 30px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .purchase-history-table {
    max-height: 300px;
    /* Limitar el alto del área de la tabla */
    overflow-y: auto;
    /* Añadir barra de desplazamiento vertical cuando sea necesario */
  }

  .purchase-history table {
    width: 100%;
    margin-bottom: 0;
  }

  .purchase-history th,
  .purchase-history td {
    padding: 10px;
    text-align: left;
    font-size: 2px;
    color: #000000;
  }

  .purchase-history th {
    font-weight: bold;
    color: #000000;
    font-size: 20px;
  }

  /* Estilos de barra de desplazamiento personalizados */
  .purchase-history-table::-webkit-scrollbar {
    width: 8px;
  }

  .purchase-history-table::-webkit-scrollbar-thumb {
    background-color: #1a57c2;
    border-radius: 4px;
  }

  .purchase-history-table::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  /* fin cuenta*/

  /** footer **/

  .footer {
    padding-top: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 20px;
    background: linear-gradient(to right, rgb(12, 30, 64), #0c1e40, rgb(204, 21, 21));
  }

  .logo2 img {
    float: left;
    width: 70%;
  }

  .footer h3 {
    color: rgb(255, 255, 255);
    font-family: Velocista;
    font-size: 25px;
    line-height: 5px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  ul.location_icon {
    padding-top: 15px;
  }

  ul.location_icon li {
    font-size: 20px;
    line-height: 0px;
    color: rgb(255, 255, 255);
    text-align: left;
    padding-bottom: 0px;
    float: left;
    padding-right: 13px;
    list-style-type: none;
  }


  ul.location_icon li a {
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 35px;
    display: flex;
    align-items: center;
  }

  ul.social_icon {
    float: left;
  }

  ul.social_icon img {
    border-radius: 10px;
    width: 100%;
  }

  .social_icon li {
    display: inline-block;
    margin-right: 10px;
  }

  ul.social_icon li a {
    width: 60px;
    float: left;
  }

  ul.link_icon li {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .footer h3 {
    font-weight: bold !important;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  ul.link_icon li a {
    color: #fff;
    float: left;
    text-align: left;
    line-height: 20px;
    font-size: 20px;
  }

  ul.link_icon li p {
    color: rgb(255, 255, 255);
    float: left;
    text-align: left;
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 5px;
  }

  ul.link_icon li a:hover {
    color: rgb(45, 120, 249);
  }

  .copyright {
    background-color: rgb(45, 120, 249);
    padding: 5px 0;
    /* Ajusta el padding superior e inferior para reducir el espacio */
    margin: 0;
    /* Elimina márgenes adicionales */
    text-align: center;
    /* Centra el texto */
  }

  .copyright p {
    color: rgb(0, 0, 0);
    margin: 0;
    /* Elimina el margen del párrafo */
    font-size: 20px;
    /* Ajusta el tamaño del texto si es necesario */
    font-family: "Cooper Black";
  }

  /** end footer **/

  /* RECUPERAR CONTRASEÑA*/
  .contarecuperar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -40px;
    margin-bottom: 100px;
  }

  .contarecuperar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 50px;
    text-align: center;
  }

  .form-grouprecuperar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-grouprecuperar input {
    flex: 1;
    min-width: 450px;
    margin-bottom: 20px;
  }

  /* END RECUPERAR CONTRASEÑA*/

  /*Registro*/
  .show-passwordregistro {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .btn-container-registro {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .btn-registro,
  .btn-secondaryregistro {
    background-color: rgba(204, 21, 21, 0.8);
    color: #fff;
    width: 100%;
    padding: 5px;
    border: none;
    border-radius: 20px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    margin: 0 50px;
  }

  .btn-registro:hover,
  .btn-secondaryregistro:hover {
    background-color: rgba(12, 30, 64, 0.8);
  }

  .containeregistro {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -40px;
    margin-bottom: 90px;
  }

  .containeregistro h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-align: left;
  }

  .containeregistro p {
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-groupregi {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 5px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-groupregi .col-md-4 {
    flex: 1 1 30% !important;
    /* Cada columna ocupa 30% para que quepan 3 en una fila */
    min-width: 220px !important;
  }

  .form-groupregi input {
    flex: 1;
    min-width: 230px !important;
    margin-bottom: 10px;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-control {
    width: 100% !important;
    padding: 10px !important;
    font-size: 15px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
  }

  .custom-form-control:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /*end registro*/

  /* CAMBIAR CONTRASEÑA */

  .show-password {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contacambiar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -50px;
    margin-bottom: 100px;
  }

  .contacambiar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-align: center;
  }

  .form-groupcambiar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-groupcambiar input {
    flex: 1;
    min-width: 450px;
    margin-bottom: 20px;
  }

  /* END CONTRASEÑA */
}

@media (min-width: 768px) and (max-width: 849px) {

  /* configuracion principal */
  .logo img {
    text-align: center;
    display: flexbox;
    margin: auto;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 8px;
  }

  /*-- navigation--*/
  .navigation.navbar {
    margin-top: 10px;
  }

  .navigation.navbar-dark .navbar-nav .nav-link i {
    padding: 4px 0px;
    margin-top: -2px;
  }

  /* Asegurarse de que el texto y los íconos estén alineados */
  .navigation.navbar-dark .navbar-nav .nav-link {
    padding: 0px 0px;
    margin: 0 5px;
    color: rgb(255, 255, 255);
    font-size: 19px !important;
    font-family: Velocista !important;
    line-height: 1.5;
    text-transform: uppercase;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(25, 87, 194));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 0.2em;
    transition: background-size 0.7s ease;
    display: flex;
    align-items: center;
  }

  /** end configuracion principal **/

  /* inicio */

  /* Estilos para el contenedor principal */
  .banner_main {
    position: relative;
    width: 100%;
    height: 266px;
    /* Ajusta la altura según tus necesidades */
    overflow: hidden;
    margin-top: -15px;
    background-color: rgb(34, 34, 34);
  }

  .slide-text h2 {
    font-size: 35px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 50px;
    margin-bottom: -150px;
    margin-top: 0px;
  }

  .slide-text2 h2 {
    font-size: 20px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 130px;
  }

  .conoce {
    font-family: Velocista;
    margin-bottom: 60px;
    margin-top: 10px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 28px;
  }

  .slider .slide {
    width: 250px;
  }

  .slider .slide img {
    width: 70%;
  }

  .buscar {
    margin-top: -120px;
    margin-bottom: 60px;
  }

  .text-b h1 {
    font-size: 35px;
  }

  /* Adjust the size of the arrow icon */
  .text-b .arrow-icon {
    width: 35px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 25px;
    /* Space between arrow and car */
    margin-top: -10px;
  }

  /* Adjust the size of the car icon */
  .text-b .car-icon {
    width: 135px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 15px;
    /* Optional: Add space if needed */
  }

  .form-groupbuscador label {
    font-size: 20px;
    font-weight: bold;
    margin-top: -15px;
    margin-bottom: 0px;
    display: block;
    color: rgb(0, 0, 0);
    font-family: "Cooper Black";
  }

  .form-groupbuscador input {
    padding: 5px 10px !important;
  }

  .form-control {
    width: 100%;
    padding: 0px 10px !important;
    font-size: 14px;
    border-radius: 20px;
    border: 2px solid rgb(12, 30, 64);
    background-color: rgb(250, 250, 250);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    margin-bottom: 10px;
  }

  /* Botón de búsqueda más pequeño y centrado */
  .search-button {
    background-color: rgb(12, 30, 64);
    color: rgb(255, 255, 255);
    border: none;
    padding: 6px 16px;
    /* Tamaño más pequeño */
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgb(45, 120, 249);
  }

  .search-button:hover {
    background-color: rgb(204, 21, 21);
    box-shadow: 0 4px 25px rgb(45, 120, 249);
  }

  /* Centrar el contenedor del botón */
  .button-group {
    width: auto;
    /* Ajustar el ancho del contenedor del botón */
    display: flex;
    justify-content: center;
  }

  .nav-tabs {
    margin-top: -20px;
    border-bottom: 0px;
    border-color: none !important;
  }

  .nav-tabs li {
    background: rgb(237, 237, 237);
    box-shadow: 0 -8px 20px -8px rgb(45, 120, 249);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-color: none !important;
  }

  .nav-tabs button.active {
    color: rgb(0, 0, 0) !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .nav-tabs button {
    color: rgb(99, 99, 99);
    font-size: 15px;
    font-family: Velocista;
    text-transform: uppercase;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .nav-tabs button:hover {
    color: rgb(0, 0, 0);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: none !important;
  }

  .botonbuscador {
    background-color: rgb(237, 237, 237);
    border: none;
    cursor: pointer;
    padding: 10px 10px;
    font-size: 18px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  /** end inicio **/

  /*nosotros*/
  .linea-separacion {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 205px;
    margin-top: -15px;
  }

  .section-title {
    font-size: 26px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
  }

  .section-subtitle {
    font-size: 31px !important;
    color: rgb(255, 255, 255) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .paragra {
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
  }

  .about-section img {
    width: 100% !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 26px rgba(255, 255, 255, 0.8) !important;
  }

  .about-section {
    margin-top: -115px !important;
  }

  .about-us {
    background-color: rgb(124, 16, 16) !important;
    font-size: 20px;
  }

  .icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 25px;
  }

  .mivivaimg {
    width: 25%;
  }

  /* Estilo para el título principal */
  .compromiso {
    font-size: 25px;
    font-family: Velocista;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
    border-radius: 20px !important;
  }

  /* Estilo de fondo para los encabezados de las tarjetas */
  .bg-gradient {
    background: rgb(12, 30, 64);
    border-radius: 50px 17px 0 0 !important;
    border-color: none;
    border: none;
    /* Borde superior redondeado */
  }

  /* Estilo para los encabezados de las tarjetas */
  .miviva {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  }

  /* Estilo para las tarjetas */
  .card {
    border-radius: 20px;
    box-shadow: 0 12px 20px rgba(255, 255, 255) !important;
  }

  /* Estilo para el texto de las tarjetas */
  .card-text {
    font-size: 16px;
    color: rgb(0, 0, 0);
    text-align: justify;
  }

  .linea-separacion2 {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 289px;
    margin-left: 289px;
    margin-top: -15px;
  }

  .section-title2 {
    font-size: 26px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
    margin-top: -30px;
  }

  .section-subtitle2 {
    font-size: 30px !important;
    color: rgb(255, 255, 255) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .testi {
    color: rgb(204, 21, 21);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -15px;
  }

  .testimonials .testimonial-card {
    border-radius: 20px !important;
    padding: 10px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.6) !important;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 5px rgb(0, 0, 0);
  }

  .testimonials .testimonial-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgb(255, 255, 255) !important;
  }

  /*fin nosotros*/

  /* Seccion Productos */

  /* End Productos */

  /*contacto*/
  .contenedor-imagen {
    position: relative;
    margin-bottom: 30px;
    margin-top: -140px;
  }

  .contenedor-imagen img {
    width: 100%;
    height: 350px;
    filter: brightness(70%);
  }

  .letracontacto {
    color: #fff;
    font-family: Velocista;
    font-size: 29px;
  }

  .letracontacto2 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
  }

  .texto-superpuesto {
    position: absolute;
    top: 45%;
    left: 38%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
  }

  .boton-contacto {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
  }

  .boton-contacto:hover {
    background-color: #0056b3;
  }

  /* Ajuste de las tarjetas de contacto */
  .contacto .caja {
    background-color: rgb(238, 238, 238);
    padding: 10px;
    margin: 15px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(25, 87, 194);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-align: center;
    margin-bottom: 50px;
  }

  .contacto .caja:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(25, 87, 194) !important;
  }

  .contacto .caja h3 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .contacto .caja p {
    font-size: 16.5px;
    color: #000000;
    margin-bottom: 5px;
  }

  .formulario {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(204, 21, 21);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    margin-bottom: 30px;
  }

  .formulario:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(204, 21, 21) !important;
  }

  .formulario h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #1a57c2;
    font-family: Velocista;
    font-size: 26px;
    margin-bottom: -5px;
  }

  .formulario .fila {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 5px;
  }

  .formulario .campo {
    flex: 1;
    min-width: 200px;
  }

  .formulario .campo input,
  .formulario .campo textarea {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #a1a1a1;
    margin-top: 0px;
  }

  .formulario button {
    display: block;
    width: 25%;
    padding: 10px;
    background-color: #1a57c2;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
  }

  .formulario button:hover {
    background-color: #004a9f;
  }

  /* Notificación estilo "toast" */
  .toastcontacto {
    visibility: hidden !important;
    max-width: 50% !important;
    margin: 0 auto !important;
    background-color: #4caf50 !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 5px !important;
    padding: 16px !important;
    position: fixed !important;
    z-index: 1 !important;
    left: 50% !important;
    bottom: 30px !important;
    font-size: 15px !important;
    transform: translateX(-50%) !important;
    transition: visibility 0s, opacity 0.5s linear !important;
    opacity: 0 !important;
  }

  .toastcontacto.show {
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Ajuste redes sociales contacto */
  .contactos .cajas {
    background-color: rgb(158, 158, 158);
    padding: 5px;
    border-radius: 15px;
    margin-bottom: 80px;
    margin-top: 20px;
  }

  .contactos .cajas h3 {
    font-size: 22px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
  }

  .contactos .cajas img {
    float: none;
    width: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .contactos a {
    display: block;
    /* Asegura que todo el contenedor sea clickeable */
    border-radius: 15px;
    /* Reduce el radio para ser consistente */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Animaciones suaves */
    box-shadow: 0 0px 25px rgba(255, 255, 255);
    /* Sombra más sutil */
    text-decoration: none;
    /* Quita el subrayado de los enlaces */
  }

  .contactos a:hover {
    transform: translateY(-5px);
    /* Efecto de elevación */
    box-shadow: 0 8px 16px rgba(255, 255, 255);
    /* Aumenta la sombra en el hover */
  }

  .colorredes {
    color: rgb(204, 21, 21);
  }

  .redes {
    background-color: rgb(9, 29, 62, 0.8);
    margin: auto;
    text-align: center;
    padding: 20px;
    margin-bottom: -50px;
  }

  .redes h1 {
    color: #fff;
    font-family: Velocista;
    font-size: 32px;
  }

  .redes p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    margin-top: 0px;
  }

  /*end contacto*/

  /*carrito*/
  .textocarrito {
    font-family: Velocista;
    text-align: center;
    font-size: 40px !important;
    margin-top: -150px !important;
    color: rgb(255, 255, 255) !important;
  }

  .table-container {
    overflow-x: auto !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 0px 25px rgb(204, 21, 21) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 40px;
    border-radius: 30px;
  }

  .table-container:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgba(204, 21, 21) !important;
  }

  .table {
    border-collapse: collapse;
    /* Asegura que los bordes se unan */
  }

  .table thead th {
    background-color: rgb(27, 130, 194) !important;
    color: white !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde */
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-family: 'Arial', sans-serif !important;
    padding: 5px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle !important;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(237, 237, 237) !important;
  }

  .table td {
    padding: 5px !important;
    text-align: center !important;
    align-content: center;
    font-size: 15px !important;
    color: rgb(0, 0, 0) !important;
    vertical-align: middle !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde a las celdas */
    background-color: rgb(197, 197, 197);
  }

  .table td input {
    text-align: center !important;
    font-size: 18px !important;
    width: 80px;
    margin: auto;
  }

  .table img {
    width: 100px !important;
    border-radius: 15px !important;
  }

  .btn-customcarrito {
    font-size: 16px !important;
    padding: 10px 10px !important;
    border-radius: 30px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
  }

  .btn-continuar {
    background-color: rgba(167, 40, 72, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-continuar:hover {
    background-color: rgb(136, 33, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-vaciar {
    background-color: rgba(231, 76, 60, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-vaciar:hover {
    background-color: rgb(192, 57, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-pagar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-pagar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-danger {
    border-radius: 20px;
  }

  .fixed-buttons {
    position: sticky !important;
    bottom: 0 !important;
    background-color: rgb(226, 226, 226) !important;
    padding: 15px 20px !important;
    display: flex !important;
    z-index: 1000 !important;
    border-top: 1px solid #dee2e6 !important;
    margin-bottom: -20px !important;
    margin-top: 40px;
    justify-content: right;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0 0px 25px rgb(25, 87, 194) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }

  .fixed-buttons:hover {
    transform: translateY(0px) !important;
    box-shadow: 0 -8px 16px rgb(25, 87, 194) !important;
  }

  .fixed-buttons h3 {
    font-size: 28px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
    text-align: right;
  }

  /*end carrito*/

  /* Camprar */
  .highlight,
  .highlight1 {
    padding: 8px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  }

  .table-responsive-comprar table {
    font-size: 13px;
    min-width: 450px;
    /* para que el scroll aparezca fácil */
  }

  .table th,
  .table td {
    padding: 6px 4px !important;
    vertical-align: middle !important;
  }

  .highlight {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 25px;
    margin-bottom: 80px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -120px;
  }

  .highlight h1,
  .highlight h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 30px;
  }

  .highlight p {
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: -20px;
    font-size: 26px;
  }

  .highlight1 {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 25px;
    margin-bottom: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -50px;
  }

  .highlight1 h1,
  .highlight1 h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 30px;
    margin-bottom: 30px;
  }

  .btn-customcomprar {
    font-size: 20px !important;
    padding: 5px 15px !important;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
    margin-top: 10px !important;
  }

  .btn-realizar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-realizar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-controlcomprar {
    width: 100% !important;
    padding: 10px !important;
    font-size: 16px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 20px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
    margin-bottom: 20px;
  }

  .custom-form-controlcomprar:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  .form-groupcomprar {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* end Comprar */

  /* login*/
  .show-passwordlogin {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contalogin {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -40px;
    margin-bottom: 100px;
  }

  .contalogin h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 50px;
    text-align: center;
  }

  .contalogin p {
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-group input {
    flex: 1;
    min-width: 450px;
    margin-bottom: 10px;
  }

  .btn-container {
    display: flex;
    /* Coloca los botones uno al lado del otro */
    justify-content: space-between;
    /* Espacio entre los botones */
    margin-top: 10px;
    /* Añadir un margen superior para separar de los campos de entrada */
  }

  .btn-login,
  .btn-secondarylogin {
    background-color: rgba(204, 21, 21, 0.8) !important;
    color: #fff !important;
    width: 100% !important;
    padding: 5px !important;
    border: none !important;
    border-radius: 20px !important;
    font-size: 20px !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    margin-top: -5px !important;
    text-align: center !important;
    cursor: pointer !important;
    flex: 1;
    /* Permite que ambos botones ocupen el mismo espacio */
    margin: 0 25px;
    /* Añade un pequeño margen entre los botones */
  }

  .btn-login:hover,
  .btn-secondarylogin:hover {
    background-color: rgba(12, 30, 64, 0.8) !important;
    /* Mismo efecto hover */
  }

  .linklogin {
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
  }

  .linklogin:hover {
    color: rgb(0, 0, 0) !important;
    text-decoration: underline !important;
  }

  /* end login */

  /* cuenta */
  .account-info {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 20px;
    margin-top: -140px;
  }

  .account-info h2 {
    margin-bottom: 25px;
    font-size: 28px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .account-info p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
  }

  .account-info .label {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
  }

  .btn-logout {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    /* Cursor de puntero solo en el botón */
    text-align: center;
    margin-top: 40px;
    margin-bottom: -10px;
    font-weight: bold !important;
  }

  .btn-logout:hover {
    background-color: #c0392b;
  }

  /* Estilos para el historial de compras */
  .purchase-history {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 50px;
    overflow: hidden;
    /* Para limitar el tamaño total */
    margin-top: -140px;
  }

  .purchase-history h2 {
    margin-bottom: 25px;
    font-size: 28px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .purchase-history-table {
    max-height: 300px;
    /* Limitar el alto del área de la tabla */
    overflow-y: auto;
    /* Añadir barra de desplazamiento vertical cuando sea necesario */
  }

  .purchase-history table {
    width: 100%;
    margin-bottom: 0;
  }

  /* Estilos de barra de desplazamiento personalizados */
  .purchase-history-table::-webkit-scrollbar {
    width: 8px;
  }

  .purchase-history-table::-webkit-scrollbar-thumb {
    background-color: #1a57c2;
    border-radius: 4px;
  }

  .purchase-history-table::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  /* fin cuenta*/

  /** footer **/

  .footer h3 {
    font-size: 22px;
  }


  ul.location_icon li a {
    font-size: 18px;
  }

  ul.social_icon img {
    width: 100%;
  }

  ul.social_icon li a {
    width: 50px;
    float: left;
  }

  ul.link_icon li a {
    font-size: 18px;
  }

  ul.link_icon li p {
    font-size: 18px;
  }

  .copyright p {
    font-size: 20px;
    font-family: "Cooper Black";
  }

  /** end footer **/

  /* RECUPERAR CONTRASEÑA*/
  .contarecuperar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -40px;
    margin-bottom: 100px;
  }

  .contarecuperar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-align: center;
  }

  .form-grouprecuperar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-grouprecuperar input {
    flex: 1;
    min-width: 550px;
    margin-bottom: 20px;
  }

  /* END RECUPERAR CONTRASEÑA*/

  /*Registro*/
  .show-passwordregistro {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .btn-container-registro {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .btn-registro,
  .btn-secondaryregistro {
    background-color: rgba(204, 21, 21, 0.8);
    color: #fff;
    width: 100%;
    padding: 5px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    margin: 0 50px;
  }

  .btn-registro:hover,
  .btn-secondaryregistro:hover {
    background-color: rgba(12, 30, 64, 0.8);
  }

  .containeregistro {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -50px;
    margin-bottom: 90px;
  }

  .containeregistro h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 36px;
    text-align: left;
  }

  .containeregistro p {
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-groupregi {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 5px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-groupregi .col-md-4 {
    flex: 1 1 30% !important;
    /* Cada columna ocupa 30% para que quepan 3 en una fila */
    min-width: 220px !important;
  }

  .form-groupregi input {
    flex: 1;
    min-width: 220px !important;
    margin-bottom: 10px;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-control {
    width: 100% !important;
    padding: 10px !important;
    font-size: 14px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
  }

  .custom-form-control:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /*end registro*/

  /* CAMBIAR CONTRASEÑA */
  .show-password {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contacambiar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -50px;
    margin-bottom: 100px;
  }

  .contacambiar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-align: center;
  }

  .form-groupcambiar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-groupcambiar input {
    flex: 1;
    min-width: 450px;
    margin-bottom: 20px;
  }

  .custom-form-controlcambiar {
    width: 100% !important;
    padding: 10px !important;
    font-size: 16px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
  }

  .custom-form-controlcambiar:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /* END CONTRASEÑA */
}

/* Extra Small Devices (Phones, 576px to 767px) */
@media (min-width: 656px) and (max-width: 767px) {

  /* configuracion principal */
  .logo img {
    text-align: center;
    display: flexbox;
    margin: auto;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 8px;
  }

  .navigation.navbar {
    float: right;
    display: inherit !important;
    padding: 0;
    width: 100%;
    margin-top: 35px;
  }

  .navigation .navbar-collapse {
    background: linear-gradient(to right, rgb(12, 30, 64), #0c1e40, rgb(204, 21, 21));
    padding: 10px;
    margin-top: 40px;
    position: absolute;
    width: 100%;
    z-index: 999;
  }

  .navigation.navbar-dark .navbar-nav .nav-link {
    padding: 5px 0px;
    font-size: 25px !important;
  }

  .navigation.navbar-dark .navbar-toggler {
    float: right;
    padding: 0;
    margin-top: 0px;
    color: rgb(255, 255, 255);
    font-family: VELOCISTA;
    font-size: 30px;
  }

  .navigation.navbar-dark .navbar-toggler-icon {
    background-repeat: no-repeat;
  }

  /** end configuracion principal **/

  /* inicio */

  /* Estilos para el contenedor principal */
  .banner_main {
    width: 100%;
    height: 226px;
  }

  .slide-text h2 {
    font-size: 30px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 50px;
    margin-bottom: -120px;
    margin-top: 0px;
  }

  .slide-text2 h2 {
    font-size: 20px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 100px;
  }

  .conoce {
    font-size: 24px;
  }

  .slider .slide {
    width: 225px;
  }

  .slider .slide img {
    width: 70%;
  }

  .buscar {
    margin-top: -80px;
    margin-bottom: 60px;
  }

  .text-b h1 {
    font-size: 25px;
  }

  /* Adjust the size of the arrow icon */
  .text-b .arrow-icon {
    width: 25px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 25px;
    /* Space between arrow and car */
    margin-top: -10px;
  }

  /* Adjust the size of the car icon */
  .text-b .car-icon {
    width: 115px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 15px;
    /* Optional: Add space if needed */
  }

  .form-groupbuscador label {
    font-size: 17px;
  }

  .form-control {
    font-size: 14px;
  }

  /* Botón de búsqueda más pequeño y centrado */
  .search-button {
    font-size: 15px;
  }

  .nav-tabs button {
    font-size: 13px;
  }


  .botonbuscador {
    font-size: 13px;
  }

  /** end inicio **/

  /*nosotros*/
  .linea-separacion {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 465px;
    margin-top: -15px;
  }

  .section-title {
    font-size: 26px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
    margin-top: 50px;
  }

  .section-subtitle {
    font-size: 31px !important;
    color: rgb(255, 255, 255) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .paragra {
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: -20px;
  }

  .about-section img {
    width: 100% !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 26px rgba(255, 255, 255, 0.8) !important;
  }

  .about-section {
    margin-top: -70px !important;
  }

  .about-us {
    background-color: rgb(124, 16, 16) !important;
    font-size: 20px;
  }

  .icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 25px;
  }

  .mivivaimg {
    width: 25%;
  }

  /* Estilo para el título principal */
  .compromiso {
    font-size: 25px;
    font-family: Velocista;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
    border-radius: 20px !important;
  }

  /* Estilo de fondo para los encabezados de las tarjetas */
  .bg-gradient {
    background: rgb(12, 30, 64);
    border-radius: 50px 17px 0 0 !important;
    border-color: none;
    border: none;
    /* Borde superior redondeado */
  }

  /* Estilo para los encabezados de las tarjetas */
  .miviva {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  }

  /* Estilo para las tarjetas */
  .card {
    border-radius: 20px;
    box-shadow: 0 12px 20px rgba(255, 255, 255) !important;
  }

  /* Estilo para el texto de las tarjetas */
  .card-text {
    font-size: 16px;
    color: rgb(0, 0, 0);
    text-align: justify;
  }

  .linea-separacion2 {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 233px;
    margin-left: 230px;
    margin-top: -15px;
  }

  .section-title2 {
    font-size: 26px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
    margin-top: -30px;
  }

  .section-subtitle2 {
    font-size: 30px !important;
    color: rgb(255, 255, 255) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .testi {
    color: rgb(204, 21, 21);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -15px;
  }

  .testimonials .testimonial-card {
    border-radius: 20px !important;
    padding: 10px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.6) !important;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 5px rgb(0, 0, 0);
  }

  .testimonials .testimonial-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgb(255, 255, 255) !important;
  }

  /*fin nosotros*/

  /* Seccion Productos */

  /* End Productos */

  /*contacto*/
  .contenedor-imagen {
    position: relative;
    margin-bottom: 30px;
    margin-top: -95px;
  }

  .contenedor-imagen img {
    width: 100%;
    height: 350px;
    filter: brightness(70%);
  }

  .letracontacto {
    color: #fff;
    font-family: Velocista;
    font-size: 26px;
  }

  .letracontacto2 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
  }

  .texto-superpuesto {
    position: absolute;
    top: 45%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
  }

  .boton-contacto {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
  }

  .boton-contacto:hover {
    background-color: #0056b3;
  }

  /* Ajuste de las tarjetas de contacto */
  .contacto .caja {
    background-color: rgb(238, 238, 238);
    padding: 10px;
    margin: 15px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(25, 87, 194);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -10px;
  }

  .contacto .caja:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(25, 87, 194) !important;
  }

  .contacto .caja h3 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .contacto .caja p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
  }

  .formulario {
    max-width: 590px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(204, 21, 21);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    margin-bottom: 30px;
  }

  .formulario:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(204, 21, 21) !important;
  }

  .formulario h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #1a57c2;
    font-family: Velocista;
    font-size: 26px;
    margin-bottom: -5px;
  }

  .formulario .fila {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 5px;
  }

  .formulario .campo {
    flex: 1;
    min-width: 200px;
  }

  .formulario .campo input,
  .formulario .campo textarea {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #a1a1a1;
    margin-top: 0px;
  }

  .formulario button {
    display: block;
    width: 25%;
    padding: 10px;
    background-color: #1a57c2;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
  }

  .formulario button:hover {
    background-color: #004a9f;
  }

  /* Notificación estilo "toast" */
  .toastcontacto {
    visibility: hidden !important;
    max-width: 50% !important;
    margin: 0 auto !important;
    background-color: #4caf50 !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 5px !important;
    padding: 16px !important;
    position: fixed !important;
    z-index: 1 !important;
    left: 50% !important;
    bottom: 30px !important;
    font-size: 15px !important;
    transform: translateX(-50%) !important;
    transition: visibility 0s, opacity 0.5s linear !important;
    opacity: 0 !important;
  }

  .toastcontacto.show {
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Ajuste redes sociales contacto */
  .contactos .cajas {
    background-color: rgb(158, 158, 158);
    padding: 5px;
    border-radius: 15px;
    margin-bottom: 80px;
    margin-top: 20px;
  }

  .contactos .cajas h3 {
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
  }

  .contactos .cajas img {
    float: none;
    width: 40%;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .contactos a {
    display: block;
    /* Asegura que todo el contenedor sea clickeable */
    border-radius: 15px;
    /* Reduce el radio para ser consistente */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Animaciones suaves */
    box-shadow: 0 0px 25px rgba(255, 255, 255);
    /* Sombra más sutil */
    text-decoration: none;
    /* Quita el subrayado de los enlaces */
  }

  .contactos a:hover {
    transform: translateY(-5px);
    /* Efecto de elevación */
    box-shadow: 0 8px 16px rgba(255, 255, 255);
    /* Aumenta la sombra en el hover */
  }

  .colorredes {
    color: rgb(204, 21, 21);
  }

  .redes {
    background-color: rgb(9, 29, 62, 0.8);
    margin: auto;
    text-align: center;
    padding: 20px;
    margin-bottom: -60px;
  }

  .redes h1 {
    color: #fff;
    font-family: Velocista;
    font-size: 30px;
  }

  .redes p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin-top: 0px;
  }

  /*end contacto*/

  /*carrito*/
  .textocarrito {
    font-family: Velocista;
    text-align: center;
    font-size: 30px !important;
    margin-top: -120px !important;
    color: rgb(255, 255, 255) !important;
  }

  .table-container {
    overflow-x: auto !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 0px 25px rgb(204, 21, 21) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 10px;
    border-radius: 30px;
  }

  .table-container:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgba(204, 21, 21) !important;
  }

  .table {
    border-collapse: collapse;
    /* Asegura que los bordes se unan */
    margin-top: 20px;
  }

  .table thead th {
    background-color: rgb(27, 130, 194) !important;
    color: white !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde */
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-family: 'Arial', sans-serif !important;
    padding: 5px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle !important;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(237, 237, 237) !important;
  }

  .table td {
    padding: 2px !important;
    text-align: center !important;
    align-content: center;
    font-size: 14px !important;
    color: rgb(0, 0, 0) !important;
    vertical-align: middle !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde a las celdas */
    background-color: rgb(197, 197, 197);
  }

  .table td input {
    text-align: center !important;
    font-size: 16px !important;
    width: 60px;
    margin: auto;
  }

  .table img {
    width: 100px !important;
    border-radius: 15px !important;
  }

  .btn-customcarrito {
    font-size: 14px !important;
    padding: 10px 10px !important;
    border-radius: 30px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
  }

  .btn-continuar {
    background-color: rgba(167, 40, 72, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-continuar:hover {
    background-color: rgb(136, 33, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-vaciar {
    background-color: rgba(231, 76, 60, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-vaciar:hover {
    background-color: rgb(192, 57, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-pagar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-pagar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-danger {
    border-radius: 20px;
  }

  .fixed-buttons {
    position: sticky !important;
    bottom: 0 !important;
    background-color: rgb(226, 226, 226) !important;
    padding: 15px 20px !important;
    display: flex !important;
    z-index: 1000 !important;
    border-top: 1px solid #dee2e6 !important;
    margin-bottom: -20px !important;
    margin-top: 40px;
    justify-content: right;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0 0px 25px rgb(25, 87, 194) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }

  .fixed-buttons:hover {
    transform: translateY(0px) !important;
    box-shadow: 0 -8px 16px rgb(25, 87, 194) !important;
  }

  .fixed-buttons h3 {
    font-size: 26px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
    text-align: right;
  }

  /*end carrito*/

  /*Comprar*/

  .highlight,
  .highlight1 {
    padding: 8px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  }

  .table-responsive-comprar table {
    font-size: 13px;
    min-width: 450px;
    /* para que el scroll aparezca fácil */
  }

  .table th,
  .table td {
    padding: 6px 4px !important;
    vertical-align: middle !important;
  }

  .highlight {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 25px;
    margin-bottom: 80px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -80px;
  }

  .highlight h1,
  .highlight h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 30px;
  }

  .highlight p {
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: -20px;
    font-size: 26px;
  }

  .highlight1 {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 25px;
    margin-bottom: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -50px;
  }

  .highlight1 h1,
  .highlight1 h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 30px;
    margin-bottom: 30px;
  }

  .btn-customcomprar {
    font-size: 20px !important;
    padding: 5px 15px !important;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
    margin-top: 10px !important;
  }

  .btn-realizar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-realizar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-controlcomprar {
    width: 100% !important;
    padding: 10px !important;
    font-size: 16px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 20px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
    margin-bottom: 20px;
  }

  .custom-form-controlcomprar:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  .form-groupcomprar {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* end Comprar */

  /* login*/
  .show-passwordlogin {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contalogin {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -40px;
    margin-bottom: 100px;
  }

  .contalogin h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 50px;
    text-align: center;
  }

  .contalogin p {
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-group input {
    flex: 1;
    min-width: 450px;
    margin-bottom: 10px;
  }

  .btn-container {
    display: flex;
    /* Coloca los botones uno al lado del otro */
    justify-content: space-between;
    /* Espacio entre los botones */
    margin-top: 10px;
    /* Añadir un margen superior para separar de los campos de entrada */
  }

  .btn-login,
  .btn-secondarylogin {
    background-color: rgba(204, 21, 21, 0.8) !important;
    color: #fff !important;
    width: 100% !important;
    padding: 5px !important;
    border: none !important;
    border-radius: 20px !important;
    font-size: 20px !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    margin-top: -5px !important;
    text-align: center !important;
    cursor: pointer !important;
    flex: 1;
    /* Permite que ambos botones ocupen el mismo espacio */
    margin: 0 25px;
    /* Añade un pequeño margen entre los botones */
  }

  .btn-login:hover,
  .btn-secondarylogin:hover {
    background-color: rgba(12, 30, 64, 0.8) !important;
    /* Mismo efecto hover */
  }

  .linklogin {
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
  }

  .linklogin:hover {
    color: rgb(0, 0, 0) !important;
    text-decoration: underline !important;
  }

  /* end login */

  /* cuenta */
  .account-info {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 20px;
    margin-top: -100px;
  }

  .account-info h2 {
    margin-bottom: 25px;
    font-size: 28px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .account-info p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
  }

  .account-info .label {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
  }

  .btn-logout {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    /* Cursor de puntero solo en el botón */
    text-align: center;
    margin-top: 40px;
    margin-bottom: -10px;
    font-weight: bold !important;
  }

  .btn-logout:hover {
    background-color: #c0392b;
  }

  /* Estilos para el historial de compras */
  .purchase-history {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 50px;
    overflow: hidden;
    /* Para limitar el tamaño total */
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .purchase-history h2 {
    margin-bottom: 25px;
    font-size: 28px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .purchase-history-table {
    max-height: 300px;
    /* Limitar el alto del área de la tabla */
    overflow-y: auto;
    /* Añadir barra de desplazamiento vertical cuando sea necesario */
  }

  .purchase-history table {
    width: 100%;
    margin-bottom: 0;
  }

  .purchase-history table th {
    font-size: 18px !important;
  }

  .purchase-history table td {
    font-size: 16px !important;
  }

  /* Estilos de barra de desplazamiento personalizados */
  .purchase-history-table::-webkit-scrollbar {
    width: 8px;
  }

  .purchase-history-table::-webkit-scrollbar-thumb {
    background-color: #1a57c2;
    border-radius: 4px;
  }

  .purchase-history-table::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  /* fin cuenta*/

  /** footer **/

  .footer h3 {
    font-size: 22px;
  }


  ul.location_icon li a {
    font-size: 15px;
  }

  ul.social_icon img {
    width: 80%;
  }

  ul.social_icon li a {
    width: 60px;
    float: left;
  }

  ul.link_icon li a {
    font-size: 18px;
  }

  ul.link_icon li p {
    font-size: 18px;
  }

  .copyright p {
    font-size: 17px;
    font-family: "Cooper Black";
  }

  /** end footer **/

  /* RECUPERAR CONTRASEÑA*/
  .contarecuperar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 100px;
  }

  .contarecuperar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-align: center;
  }

  .form-grouprecuperar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-grouprecuperar input {
    flex: 1;
    min-width: 550px;
    margin-bottom: 20px;
  }

  /* END RECUPERAR CONTRASEÑA*/

  /*Registro*/
  .show-passwordregistro {
    cursor: pointer !important;
    position: absolute !important;
    right: 25px !important;
    top: 15px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .btn-container-registro {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .btn-registro,
  .btn-secondaryregistro {
    background-color: rgba(204, 21, 21, 0.8);
    color: #fff;
    width: 100%;
    padding: 5px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    margin: 0 50px;
  }

  .btn-registro:hover,
  .btn-secondaryregistro:hover {
    background-color: rgba(12, 30, 64, 0.8);
  }

  .containeregistro {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -20px;
    margin-bottom: 90px;
  }

  .containeregistro h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 36px;
    text-align: left;
  }

  .containeregistro p {
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-groupregi {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 5px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-groupregi .col-md-4 {
    flex: 1 1 30% !important;
    /* Cada columna ocupa 30% para que quepan 3 en una fila */
    min-width: 220px !important;
  }

  .form-groupregi input {
    flex: 1;
    min-width: 220px !important;
    margin-bottom: 10px;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-control {
    width: 100% !important;
    padding: 10px !important;
    font-size: 14px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
    margin-top: 10px;
  }

  .custom-form-control:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /*end registro*/

  /* CAMBIAR CONTRASEÑA */
  .show-password {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contacambiar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 100px;
  }

  .contacambiar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 38px;
    text-align: center;
  }

  .form-groupcambiar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-groupcambiar input {
    flex: 1;
    min-width: 450px !important;
    margin-bottom: 20px;
  }

  .custom-form-controlcambiar {
    width: 100% !important;
    padding: 10px !important;
    font-size: 16px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
  }

  .custom-form-controlcambiar:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /* END CONTRASEÑA */
}

@media (min-width: 576px) and (max-width: 655px) {

  /* configuracion principal */
  .logo img {
    text-align: center;
    display: flexbox;
    margin: auto;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 8px;
  }

  .navigation.navbar {
    float: right;
    display: inherit !important;
    padding: 0;
    width: 100%;
    margin-top: 30px;
  }

  .navigation .navbar-collapse {
    background: linear-gradient(to right, rgb(12, 30, 64), #0c1e40, rgb(204, 21, 21));
    padding: 10px;
    margin-top: 40px;
    position: absolute;
    width: 100%;
    z-index: 999;
  }

  .navigation.navbar-dark .navbar-nav .nav-link {
    padding: 5px 0px;
    font-size: 20px !important;
  }

  .navigation.navbar-dark .navbar-toggler {
    float: right;
    padding: 0;
    margin-top: 0px;
    color: rgb(255, 255, 255);
    font-family: VELOCISTA;
    font-size: 25px;
  }

  .navigation.navbar-dark .navbar-toggler-icon {
    background-repeat: no-repeat;
  }

  /** end configuracion principal **/

  /* inicio */

  /* Estilos para el contenedor principal */
  .banner_main {
    width: 100%;
    height: 198px;
  }

  .slide-text h2 {
    font-size: 30px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 50px;
    margin-bottom: -120px;
    margin-top: 0px;
  }

  .slide-text2 h2 {
    font-size: 17px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 100px;
  }

  .conoce {
    font-size: 20px;
    margin-top: -10px;
  }

  .slider .slide {
    width: 215px;
  }

  .slider .slide img {
    width: 70%;
  }

  .buscar {
    margin-top: -90px;
    margin-bottom: 60px;
  }

  .text-b h1 {
    font-size: 25px;
  }

  /* Adjust the size of the arrow icon */
  .text-b .arrow-icon {
    width: 25px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 25px;
    /* Space between arrow and car */
    margin-top: -10px;
  }

  /* Adjust the size of the car icon */
  .text-b .car-icon {
    width: 115px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 15px;
    /* Optional: Add space if needed */
  }

  .form-groupbuscador label {
    font-size: 17px;
  }

  .form-control {
    font-size: 14px;
  }

  /* Botón de búsqueda más pequeño y centrado */
  .search-button {
    font-size: 15px;
  }

  .nav-tabs button {
    font-size: 12px;
  }


  .botonbuscador {
    font-size: 13px;
  }

  /** end inicio **/

  /*nosotros*/
  .linea-separacion {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 380px;
    margin-top: -15px;
  }

  .section-title {
    font-size: 28px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
    margin-top: 50px;
  }

  .section-subtitle {
    font-size: 32px !important;
    color: rgb(255, 255, 255) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .paragra {
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: -20px;
  }

  .about-section img {
    width: 100% !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 26px rgba(255, 255, 255, 0.8) !important;
  }

  .about-section {
    margin-top: -70px !important;
  }

  .about-us {
    background-color: rgb(124, 16, 16) !important;
    font-size: 20px;
  }

  .icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 25px;
  }

  .mivivaimg {
    width: 20%;
  }

  /* Estilo para el título principal */
  .compromiso {
    font-size: 25px;
    font-family: Velocista;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
    border-radius: 20px !important;
  }

  /* Estilo de fondo para los encabezados de las tarjetas */
  .bg-gradient {
    background: rgb(12, 30, 64);
    border-radius: 50px 17px 0 0 !important;
    border-color: none;
    border: none;
    /* Borde superior redondeado */
  }

  /* Estilo para los encabezados de las tarjetas */
  .miviva {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  }

  /* Estilo para las tarjetas */
  .card {
    border-radius: 20px;
    box-shadow: 0 12px 20px rgba(255, 255, 255) !important;
  }

  /* Estilo para el texto de las tarjetas */
  .card-text {
    font-size: 18px;
    color: rgb(0, 0, 0);
    text-align: justify;
  }

  .linea-separacion2 {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 190px;
    margin-left: 190px;
    margin-top: -15px;
  }

  .section-title2 {
    font-size: 26px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
    margin-top: -30px;
  }

  .section-subtitle2 {
    font-size: 30px !important;
    color: rgb(255, 255, 255) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .testi {
    color: rgb(204, 21, 21);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -15px;
  }

  .testimonials .testimonial-card {
    border-radius: 20px !important;
    padding: 10px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.6) !important;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 5px rgb(0, 0, 0);
  }

  .testimonials .testimonial-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgb(255, 255, 255) !important;
  }

  /*fin nosotros*/

  /* Seccion Productos */

  /* End Productos */

  /*contacto*/
  .contenedor-imagen {
    position: relative;
    margin-bottom: 10px;
    margin-top: -120px;
  }

  .contenedor-imagen img {
    width: 100%;
    height: 350px;
    filter: brightness(70%);
  }

  .letracontacto {
    color: #fff;
    font-family: Velocista;
    font-size: 26px;
  }

  .letracontacto2 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
  }

  .texto-superpuesto {
    position: absolute;
    top: 45%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
  }

  .boton-contacto {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
  }

  .boton-contacto:hover {
    background-color: #0056b3;
  }

  /* Ajuste de las tarjetas de contacto */
  .contacto .caja {
    background-color: rgb(238, 238, 238);
    padding: 10px;
    margin: 15px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(25, 87, 194);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-align: center;
    margin-bottom: 10px;
  }

  .contacto .caja:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(25, 87, 194) !important;
  }

  .contacto .caja h3 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .contacto .caja p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
  }

  .formulario {
    max-width: 490px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(204, 21, 21);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .formulario:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(204, 21, 21) !important;
  }

  .formulario h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #1a57c2;
    font-family: Velocista;
    font-size: 24px;
    margin-bottom: -5px;
  }

  .formulario .fila {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 5px;
  }

  .formulario .campo {
    flex: 1;
    min-width: 200px;
  }

  .formulario .campo input,
  .formulario .campo textarea {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #a1a1a1;
    margin-top: 0px;
  }

  .formulario button {
    display: block;
    width: 40%;
    padding: 10px;
    background-color: #1a57c2;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
  }

  .formulario button:hover {
    background-color: #004a9f;
  }

  /* Notificación estilo "toast" */
  .toastcontacto {
    visibility: hidden !important;
    max-width: 50% !important;
    margin: 0 auto !important;
    background-color: #4caf50 !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 5px !important;
    padding: 16px !important;
    position: fixed !important;
    z-index: 1 !important;
    left: 50% !important;
    bottom: 30px !important;
    font-size: 14px !important;
    transform: translateX(-50%) !important;
    transition: visibility 0s, opacity 0.5s linear !important;
    opacity: 0 !important;
  }

  .toastcontacto.show {
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Ajuste redes sociales contacto */
  .contactos .cajas {
    background-color: rgb(158, 158, 158);
    padding: 5px;
    border-radius: 15px;
    margin-bottom: 80px;
    margin-top: 20px;
  }

  .contactos .cajas h3 {
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
  }

  .contactos .cajas img {
    float: none;
    width: 40%;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .contactos a {
    display: block;
    /* Asegura que todo el contenedor sea clickeable */
    border-radius: 15px;
    /* Reduce el radio para ser consistente */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Animaciones suaves */
    box-shadow: 0 0px 25px rgba(255, 255, 255);
    /* Sombra más sutil */
    text-decoration: none;
    /* Quita el subrayado de los enlaces */
  }

  .contactos a:hover {
    transform: translateY(-5px);
    /* Efecto de elevación */
    box-shadow: 0 8px 16px rgba(255, 255, 255);
    /* Aumenta la sombra en el hover */
  }

  .colorredes {
    color: rgb(204, 21, 21);
  }

  .redes {
    background-color: rgb(9, 29, 62, 0.8);
    margin: auto;
    text-align: center;
    padding: 20px;
    margin-bottom: -80px;
  }

  .redes h1 {
    color: #fff;
    font-family: Velocista;
    font-size: 28px;
  }

  .redes p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-top: 0px;
  }

  /*end contacto*/

  /*carrito*/
  .textocarrito {
    font-family: Velocista;
    text-align: center;
    font-size: 30px !important;
    margin-top: -130px !important;
    color: rgb(255, 255, 255) !important;
  }

  .table-container {
    overflow-x: auto !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 0px 25px rgb(204, 21, 21) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 20px;
    border-radius: 30px;
  }

  .table-container:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgba(204, 21, 21) !important;
  }

  .table {
    border-collapse: collapse;
    /* Asegura que los bordes se unan */
  }

  .table thead th {
    background-color: rgb(27, 130, 194) !important;
    color: white !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde */
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-family: 'Arial', sans-serif !important;
    padding: 5px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle !important;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(237, 237, 237) !important;
  }

  .table td {
    padding: 2px !important;
    text-align: center !important;
    align-content: center;
    font-size: 14px !important;
    color: rgb(0, 0, 0) !important;
    vertical-align: middle !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde a las celdas */
    background-color: rgb(197, 197, 197);
  }

  .table td input {
    text-align: center !important;
    font-size: 16px !important;
    width: 60px;
    margin: auto;
  }

  .table img {
    width: 100px !important;
    border-radius: 15px !important;
  }

  .btn-customcarrito {
    font-size: 14px !important;
    padding: 10px 10px !important;
    border-radius: 30px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
  }

  .btn-continuar {
    background-color: rgba(167, 40, 72, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-continuar:hover {
    background-color: rgb(136, 33, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-vaciar {
    background-color: rgba(231, 76, 60, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-vaciar:hover {
    background-color: rgb(192, 57, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-pagar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-pagar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-danger {
    border-radius: 20px;
  }

  .fixed-buttons {
    position: sticky !important;
    bottom: 0 !important;
    background-color: rgb(226, 226, 226) !important;
    padding: 15px 20px !important;
    display: flex !important;
    z-index: 1000 !important;
    border-top: 1px solid #dee2e6 !important;
    margin-bottom: -20px !important;
    margin-top: 40px;
    justify-content: right;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0 0px 25px rgb(25, 87, 194) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }

  .fixed-buttons:hover {
    transform: translateY(0px) !important;
    box-shadow: 0 -8px 16px rgb(25, 87, 194) !important;
  }

  .fixed-buttons h3 {
    font-size: 26px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
    text-align: right;
  }

  /*end carrito*/

  /*Comprar*/
  .highlight,
  .highlight1 {
    padding: 8px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  }

  .table-responsive-comprar table {
    font-size: 13px;
    min-width: 450px;
    /* para que el scroll aparezca fácil */
  }

  .table th,
  .table td {
    padding: 6px 4px !important;
    vertical-align: middle !important;
  }

  .highlight {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 25px;
    margin-bottom: 80px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -80px;
  }

  .highlight h1,
  .highlight h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 28px;
  }

  .highlight p {
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: -20px;
    font-size: 26px;
  }

  .highlight1 {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 25px;
    margin-bottom: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -50px;
  }

  .highlight1 h1,
  .highlight1 h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 28px;
    margin-bottom: 30px;
  }

  .btn-customcomprar {
    font-size: 18px !important;
    padding: 5px 15px !important;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
    margin-top: 10px !important;
  }

  .btn-realizar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-realizar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-controlcomprar {
    width: 100% !important;
    padding: 10px !important;
    font-size: 16px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 20px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
    margin-bottom: 10px;
  }

  .custom-form-controlcomprar:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  .form-groupcomprar {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* end Comprar */

  /* login*/
  .show-passwordlogin {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contalogin {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -40px;
    margin-bottom: 100px;
  }

  .contalogin h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 50px;
    text-align: center;
  }

  .contalogin p {
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-group input {
    flex: 1;
    min-width: 400px;
    margin-bottom: 10px;
  }

  .btn-container {
    display: flex;
    /* Coloca los botones uno al lado del otro */
    justify-content: space-between;
    /* Espacio entre los botones */
    margin-top: 10px;
    /* Añadir un margen superior para separar de los campos de entrada */
  }

  .btn-login,
  .btn-secondarylogin {
    background-color: rgba(204, 21, 21, 0.8) !important;
    color: #fff !important;
    width: 100% !important;
    padding: 5px !important;
    border: none !important;
    border-radius: 20px !important;
    font-size: 20px !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    margin-top: -5px !important;
    text-align: center !important;
    cursor: pointer !important;
    flex: 1;
    /* Permite que ambos botones ocupen el mismo espacio */
    margin: 0 25px;
    /* Añade un pequeño margen entre los botones */
  }

  .btn-login:hover,
  .btn-secondarylogin:hover {
    background-color: rgba(12, 30, 64, 0.8) !important;
    /* Mismo efecto hover */
  }

  .linklogin {
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
  }

  .linklogin:hover {
    color: rgb(0, 0, 0) !important;
    text-decoration: underline !important;
  }

  /* end login */

  /* cuenta */
  .account-info {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 20px;
    margin-top: -115px;
  }

  .account-info h2 {
    margin-bottom: 25px;
    font-size: 28px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .account-info p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
  }

  .account-info .label {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
  }

  .btn-logout {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    /* Cursor de puntero solo en el botón */
    text-align: center;
    margin-top: 40px;
    margin-bottom: -10px;
    font-weight: bold !important;
  }

  .btn-logout:hover {
    background-color: #c0392b;
  }

  /* Estilos para el historial de compras */
  .purchase-history {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 50px;
    overflow: hidden;
    /* Para limitar el tamaño total */
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .purchase-history h2 {
    margin-bottom: 25px;
    font-size: 28px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .purchase-history-table {
    max-height: 300px;
    /* Limitar el alto del área de la tabla */
    overflow-y: auto;
    /* Añadir barra de desplazamiento vertical cuando sea necesario */
  }

  .purchase-history table {
    width: 100%;
    margin-bottom: 0;
  }

  .purchase-history table th {
    font-size: 18px !important;
  }

  .purchase-history table td {
    font-size: 16px !important;
  }

  /* Estilos de barra de desplazamiento personalizados */
  .purchase-history-table::-webkit-scrollbar {
    width: 8px;
  }

  .purchase-history-table::-webkit-scrollbar-thumb {
    background-color: #1a57c2;
    border-radius: 4px;
  }

  .purchase-history-table::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  /* fin cuenta*/

  /** footer **/

  .footer h3 {
    font-size: 22px;
  }


  ul.location_icon li a {
    font-size: 13px !important;
  }

  ul.social_icon img {
    width: 80%;
  }

  ul.social_icon li a {
    width: 60px;
    float: left;
  }

  ul.link_icon li a {
    font-size: 18px;
  }

  ul.link_icon li p {
    font-size: 18px;
  }

  .copyright p {
    font-size: 16px;
    font-family: "Cooper Black";
  }

  /** end footer **/

  /* RECUPERAR CONTRASEÑA*/
  .contarecuperar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -20px;
    margin-bottom: 100px;
  }

  .contarecuperar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-align: center;
  }

  .form-grouprecuperar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-grouprecuperar input {
    flex: 1;
    min-width: 450px;
    margin-bottom: 20px;
  }

  /* END RECUPERAR CONTRASEÑA*/

  /*Registro*/
  .show-passwordregistro {
    cursor: pointer !important;
    position: absolute !important;
    right: 25px !important;
    top: 15px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .btn-container-registro {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .btn-registro,
  .btn-secondaryregistro {
    background-color: rgba(204, 21, 21, 0.8);
    color: #fff;
    width: 100%;
    padding: 5px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    margin: 0 50px;
  }

  .btn-registro:hover,
  .btn-secondaryregistro:hover {
    background-color: rgba(12, 30, 64, 0.8);
  }

  .containeregistro {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -40px;
    margin-bottom: 90px;
  }

  .containeregistro h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 36px;
    text-align: left;
  }

  .containeregistro p {
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-groupregi {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 5px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-groupregi .col-md-4 {
    flex: 1 1 30% !important;
    /* Cada columna ocupa 30% para que quepan 3 en una fila */
    min-width: 220px !important;
  }

  .form-groupregi input {
    flex: 1;
    min-width: 220px !important;
    margin-bottom: 10px;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-control {
    width: 100% !important;
    padding: 10px !important;
    font-size: 14px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
    margin-top: 10px;
  }

  .custom-form-control:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /*end registro*/

  /* CAMBIAR CONTRASEÑA */
  .show-password {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contacambiar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 520px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -20px;
    margin-bottom: 100px;
  }

  .contacambiar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 36px;
    text-align: center;
  }

  .form-groupcambiar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-groupcambiar input {
    flex: 1;
    min-width: 450px !important;
    margin-bottom: 20px;
  }

  .custom-form-controlcambiar {
    width: 100% !important;
    padding: 10px !important;
    font-size: 15px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
  }

  .custom-form-controlcambiar:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /* END CONTRASEÑA */
}

@media (min-width: 464px) and (max-width: 575px) {

  /* configuracion principal */
  .logo img {
    text-align: center;
    display: flexbox;
    margin: auto;
    width: 60%;
    margin-top: 5px;
    margin-bottom: 8px;
  }

  .navigation.navbar {
    float: right;
    display: inherit !important;
    padding: 0;
    width: 100%;
    margin-top: 0px;
  }

  .navigation .navbar-collapse {
    background: linear-gradient(to right, rgb(12, 30, 64), #0c1e40, rgb(204, 21, 21));
    padding: 10px;
    margin-top: 0px;
    position: absolute;
    width: 100%;
    z-index: 999;
  }

  .navigation.navbar-dark .navbar-nav .nav-link {
    padding: 5px 0px;
    font-size: 20px !important;
  }

  .navigation.navbar-dark .navbar-toggler {
    float: right;
    padding: 0;
    margin-top: -50px;
    color: rgb(255, 255, 255);
    font-family: VELOCISTA;
    font-size: 25px;
  }

  .navigation.navbar-dark .navbar-toggler-icon {
    background-repeat: no-repeat;
  }

  /** end configuracion principal **/

  /* inicio */

  /* Estilos para el contenedor principal */
  .banner_main {
    width: 100%;
    height: 158px;
  }

  .slide-text h2 {
    font-size: 30px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 50px;
    margin-bottom: -90px;
    margin-top: 0px;
  }

  .slide-text2 h2 {
    font-size: 17px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 40px;
    margin-top: 80px;
  }

  .conoce {
    font-size: 18px;
    margin-top: -10px;
  }

  .slider .slide {
    width: 200px;
  }

  .slider .slide img {
    width: 70%;
  }

  .buscar {
    margin-top: -95px;
    margin-bottom: 60px;
  }

  .text-b h1 {
    font-size: 22px;
  }

  /* Adjust the size of the arrow icon */
  .text-b .arrow-icon {
    width: 22px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 15px;
    /* Space between arrow and car */
    margin-top: -5px;
  }

  /* Adjust the size of the car icon */
  .text-b .car-icon {
    width: 100px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 10px;
    /* Optional: Add space if needed */
  }

  .form-groupbuscador label {
    font-size: 18px;
  }

  .form-control {
    font-size: 14px;
  }

  /* Botón de búsqueda más pequeño y centrado */
  .search-button {
    font-size: 15px;
  }

  .nav-tabs button {
    font-size: 13px;
  }

  .nav-tabs {
    margin-top: 5px;
    border-bottom: 0px;
    border-color: none !important;
  }

  /** end inicio **/

  /*nosotros*/
  .linea-separacion {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 265px;
    margin-top: -15px;
  }

  .section-title {
    font-size: 28px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
    margin-top: 50px;
  }

  .section-subtitle {
    font-size: 32px !important;
    color: rgb(255, 255, 255) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .paragra {
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: -20px;
  }

  .about-section img {
    width: 100% !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 26px rgba(255, 255, 255, 0.8) !important;
  }

  .about-section {
    margin-top: -70px !important;
  }

  .about-us {
    background-color: rgb(124, 16, 16) !important;
    font-size: 20px;
  }

  .icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 25px;
  }

  .mivivaimg {
    width: 20%;
  }

  /* Estilo para el título principal */
  .compromiso {
    font-size: 25px;
    font-family: Velocista;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
    border-radius: 20px !important;
  }

  /* Estilo de fondo para los encabezados de las tarjetas */
  .bg-gradient {
    background: rgb(12, 30, 64);
    border-radius: 50px 17px 0 0 !important;
    border-color: none;
    border: none;
    /* Borde superior redondeado */
  }

  /* Estilo para los encabezados de las tarjetas */
  .miviva {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  }

  /* Estilo para las tarjetas */
  .card {
    border-radius: 20px;
    box-shadow: 0 12px 20px rgba(255, 255, 255) !important;
  }

  /* Estilo para el texto de las tarjetas */
  .card-text {
    font-size: 18px;
    color: rgb(0, 0, 0);
    text-align: justify;
  }

  .linea-separacion2 {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 135px;
    margin-left: 135px;
    margin-top: -15px;
  }

  .section-title2 {
    font-size: 26px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
    margin-top: -30px;
  }

  .section-subtitle2 {
    font-size: 30px !important;
    color: rgb(255, 255, 255) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .testi {
    color: rgb(204, 21, 21);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -15px;
  }

  .testimonials .testimonial-card {
    border-radius: 20px !important;
    padding: 10px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.6) !important;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 5px rgb(0, 0, 0);
  }

  .testimonials .testimonial-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgb(255, 255, 255) !important;
  }

  /*fin nosotros*/

  /* Seccion Productos */

  /* End Productos */

  /*contacto*/
  .contenedor-imagen {
    position: relative;
    margin-bottom: 10px;
    margin-top: -105px;
  }

  .contenedor-imagen img {
    width: 100%;
    height: 350px;
    filter: brightness(70%);
  }

  .letracontacto {
    color: #fff;
    font-family: Velocista;
    font-size: 24px;
  }

  .letracontacto2 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
  }

  .texto-superpuesto {
    position: absolute;
    top: 45%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
  }

  .boton-contacto {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
  }

  .boton-contacto:hover {
    background-color: #0056b3;
  }

  /* Ajuste de las tarjetas de contacto */
  .contacto .caja {
    background-color: rgb(238, 238, 238);
    padding: 10px;
    margin: 15px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(25, 87, 194);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-align: center;
    margin-bottom: 10px;
  }

  .contacto .caja:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(25, 87, 194) !important;
  }

  .contacto .caja h3 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .contacto .caja p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
  }

  .formulario {
    max-width: 390px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(204, 21, 21);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .formulario:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(204, 21, 21) !important;
  }

  .formulario h1 {
    text-align: center;
    color: #1a57c2;
    font-family: Velocista;
    font-size: 22px;
    margin-bottom: -5px;
  }

  .formulario .fila {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 5px;
  }

  .formulario .campo {
    flex: 1;
    min-width: 200px;
  }

  .formulario .campo input,
  .formulario .campo textarea {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #a1a1a1;
    margin-top: 0px;
  }

  .formulario button {
    display: block;
    width: 40%;
    padding: 10px;
    background-color: #1a57c2;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
  }

  .formulario button:hover {
    background-color: #004a9f;
  }

  /* Notificación estilo "toast" */
  .toastcontacto {
    visibility: hidden !important;
    max-width: 50% !important;
    margin: 0 auto !important;
    background-color: #4caf50 !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 5px !important;
    padding: 16px !important;
    position: fixed !important;
    z-index: 1 !important;
    left: 50% !important;
    bottom: 30px !important;
    font-size: 13px !important;
    transform: translateX(-50%) !important;
    transition: visibility 0s, opacity 0.5s linear !important;
    opacity: 0 !important;
  }

  .toastcontacto.show {
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Ajuste redes sociales contacto */
  .contactos .cajas {
    background-color: rgb(158, 158, 158);
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .contactos .cajas h3 {
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
  }

  .contactos .cajas img {
    float: left;
    width: 14%;
    margin-top: -8px;
    margin-bottom: 10px;
    margin-left: 30px;
  }

  .contactos a {
    display: block;
    /* Asegura que todo el contenedor sea clickeable */
    border-radius: 15px;
    /* Reduce el radio para ser consistente */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Animaciones suaves */
    box-shadow: 0 0px 25px rgba(255, 255, 255);
    /* Sombra más sutil */
    text-decoration: none;
    /* Quita el subrayado de los enlaces */
  }

  .contactos a:hover {
    transform: translateY(-5px);
    /* Efecto de elevación */
    box-shadow: 0 8px 16px rgba(255, 255, 255);
    /* Aumenta la sombra en el hover */
  }

  .colorredes {
    color: rgb(204, 21, 21);
  }

  .redes {
    background-color: rgb(9, 29, 62, 0.8);
    margin: auto;
    text-align: center;
    padding: 20px;
    margin-bottom: -20px;
  }

  .redes h1 {
    color: #fff;
    font-family: Velocista;
    font-size: 28px;
  }

  .redes p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-top: 0px;
  }

  /*end contacto*/

  /*carrito*/
  .textocarrito {
    font-family: Velocista;
    text-align: center;
    font-size: 30px !important;
    margin-top: -130px !important;
    color: rgb(255, 255, 255) !important;
  }

  .table-container {
    overflow-x: auto !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 0px 25px rgb(204, 21, 21) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 30px;
    border-radius: 30px;
  }

  .table-container:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgba(204, 21, 21) !important;
  }

  .table {
    border-collapse: collapse;
    /* Asegura que los bordes se unan */
  }

  .table thead th {
    background-color: rgb(27, 130, 194) !important;
    color: white !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde */
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-family: 'Arial', sans-serif !important;
    padding: 5px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle !important;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(237, 237, 237) !important;
  }

  .table td {
    padding: 2px !important;
    text-align: center !important;
    align-content: center;
    font-size: 14px !important;
    color: rgb(0, 0, 0) !important;
    vertical-align: middle !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde a las celdas */
    background-color: rgb(197, 197, 197);
  }

  .table td input {
    text-align: center !important;
    font-size: 16px !important;
    width: 60px;
    margin: auto;
  }

  .table img {
    width: 100px !important;
    border-radius: 15px !important;
  }

  .btn-customcarrito {
    font-size: 14px !important;
    padding: 10px 10px !important;
    border-radius: 30px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
  }

  .btn-continuar {
    background-color: rgba(167, 40, 72, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-continuar:hover {
    background-color: rgb(136, 33, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-vaciar {
    background-color: rgba(231, 76, 60, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-vaciar:hover {
    background-color: rgb(192, 57, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-pagar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-pagar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-danger {
    border-radius: 20px;
  }

  .fixed-buttons {
    position: sticky !important;
    bottom: 0 !important;
    background-color: rgb(226, 226, 226) !important;
    padding: 15px 20px !important;
    display: flex !important;
    z-index: 1000 !important;
    border-top: 1px solid #dee2e6 !important;
    margin-bottom: -20px !important;
    margin-top: 40px;
    justify-content: right;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0 0px 25px rgb(25, 87, 194) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }

  .fixed-buttons:hover {
    transform: translateY(0px) !important;
    box-shadow: 0 -8px 16px rgb(25, 87, 194) !important;
  }

  .fixed-buttons h3 {
    font-size: 24px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
    text-align: right;
  }

  /*end carrito*/

  /*Comprar*/
  .highlight,
  .highlight1 {
    padding: 8px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  }

  .table-responsive-comprar table {
    font-size: 13px;
    min-width: 450px;
    /* para que el scroll aparezca fácil */
  }

  .table th,
  .table td {
    padding: 6px 4px !important;
    vertical-align: middle !important;
  }

  .highlight {
    background-color: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 80px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -90px;
  }

  .highlight h1,
  .highlight h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 26px;
  }

  .highlight p {
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: -20px;
    font-size: 24px;
  }

  .highlight1 {
    background-color: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -50px;
  }

  .highlight1 h1,
  .highlight1 h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 26px;
    margin-bottom: 30px;
  }

  .btn-customcomprar {
    font-size: 18px !important;
    padding: 5px 15px !important;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
    margin-top: 10px !important;
  }

  .btn-realizar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-realizar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-controlcomprar {
    width: 100% !important;
    padding: 10px !important;
    font-size: 16px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 20px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
    margin-bottom: 10px;
  }

  .custom-form-controlcomprar:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  .form-groupcomprar {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* end Comprar */

  /* login*/
  .show-passwordlogin {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contalogin {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -40px;
    margin-bottom: 100px;
  }

  .contalogin h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 42px;
    text-align: center;
  }

  .contalogin p {
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-group input {
    flex: 1;
    min-width: 200px;
    margin-bottom: 10px;
  }

  .btn-container {
    display: flex;
    /* Coloca los botones uno al lado del otro */
    justify-content: space-between;
    /* Espacio entre los botones */
    margin-top: 10px;
    /* Añadir un margen superior para separar de los campos de entrada */
  }

  .btn-login,
  .btn-secondarylogin {
    background-color: rgba(204, 21, 21, 0.8) !important;
    color: #fff !important;
    width: 100% !important;
    padding: 5px !important;
    border: none !important;
    border-radius: 20px !important;
    font-size: 18px !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    margin-top: -5px !important;
    text-align: center !important;
    cursor: pointer !important;
    flex: 1;
    /* Permite que ambos botones ocupen el mismo espacio */
    margin: 0 25px;
    /* Añade un pequeño margen entre los botones */
  }

  .btn-login:hover,
  .btn-secondarylogin:hover {
    background-color: rgba(12, 30, 64, 0.8) !important;
    /* Mismo efecto hover */
  }

  .linklogin {
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
  }

  .linklogin:hover {
    color: rgb(0, 0, 0) !important;
    text-decoration: underline !important;
  }

  /* end login */

  /* cuenta */
  .account-info {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 20px;
    margin-top: -110px;
  }

  .account-info h2 {
    margin-bottom: 25px;
    font-size: 28px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .account-info p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
  }

  .account-info .label {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
  }

  .btn-logout {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    /* Cursor de puntero solo en el botón */
    text-align: center;
    margin-top: 40px;
    margin-bottom: -10px;
    font-weight: bold !important;
  }

  .btn-logout:hover {
    background-color: #c0392b;
  }

  /* Estilos para el historial de compras */
  .purchase-history {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 50px;
    overflow: hidden;
    /* Para limitar el tamaño total */
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .purchase-history h2 {
    margin-bottom: 25px;
    font-size: 28px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .purchase-history-table {
    max-height: 300px;
    /* Limitar el alto del área de la tabla */
    overflow-y: auto;
    /* Añadir barra de desplazamiento vertical cuando sea necesario */
  }

  .purchase-history table {
    width: 100%;
    margin-bottom: 0;
  }

  .purchase-history table th {
    font-size: 18px !important;
  }

  .purchase-history table td {
    font-size: 16px !important;
  }

  /* Estilos de barra de desplazamiento personalizados */
  .purchase-history-table::-webkit-scrollbar {
    width: 8px;
  }

  .purchase-history-table::-webkit-scrollbar-thumb {
    background-color: #1a57c2;
    border-radius: 4px;
  }

  .purchase-history-table::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  /* fin cuenta*/

  /** footer **/

  .footer h3 {
    font-size: 26px;
  }

  .logo2 img {
    width: 50%;
  }

  ul.location_icon li a {
    font-size: 20px;
  }

  ul.social_icon img {
    width: 80%;
  }

  ul.social_icon li a {
    width: 70px;
    float: left;
  }

  ul.link_icon li a {
    font-size: 20px;
  }

  ul.link_icon li p {
    font-size: 20px;
  }

  .copyright p {
    font-size: 16px;
    font-family: "Cooper Black";
  }

  /** end footer **/

  /* RECUPERAR CONTRASEÑA*/
  .contarecuperar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -20px;
    margin-bottom: 100px;
  }

  .contarecuperar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 28px;
    text-align: center;
  }

  .form-grouprecuperar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-grouprecuperar input {
    flex: 1;
    min-width: 350px;
    margin-bottom: 20px;
  }

  .btn-recupera,
  .btn-secondaryrecupera {
    background-color: rgba(204, 21, 21, 0.8) !important;
    color: #fff !important;
    width: 100% !important;
    padding: 8px !important;
    border: none !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    margin-top: -5px !important;
    text-align: center !important;
    cursor: pointer !important;
    flex: 1;
    /* Permite que ambos botones ocupen el mismo espacio */
    margin: 0 25px;
    /* Añade un pequeño margen entre los botones */
  }

  .btn-recupera:hover,
  .btn-secondaryrecupera:hover {
    background-color: rgba(12, 30, 64, 0.8) !important;
    /* Mismo efecto hover */
  }

  /* END RECUPERAR CONTRASEÑA*/

  /*Registro*/
  .show-passwordregistro {
    cursor: pointer !important;
    position: absolute !important;
    right: 25px !important;
    top: 15px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .btn-container-registro {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .btn-registro,
  .btn-secondaryregistro {
    background-color: rgba(204, 21, 21, 0.8);
    color: #fff;
    width: 100% !important;
    padding: 5px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    margin: 0 20px;
  }

  .btn-registro:hover,
  .btn-secondaryregistro:hover {
    background-color: rgba(12, 30, 64, 0.8);
  }

  .containeregistro {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -40px;
    margin-bottom: 90px;
  }

  .containeregistro h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 32px;
    text-align: left;
  }

  .containeregistro p {
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-groupregi {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 5px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin: auto;
  }

  .form-groupregi .col-md-4 {
    flex: 1 1 30% !important;
    /* Cada columna ocupa 30% para que quepan 3 en una fila */
    min-width: 220px !important;
  }

  .form-groupregi input {
    flex: 1;
    min-width: 220px !important;
    margin-bottom: 10px;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-control {
    width: 100% !important;
    padding: 10px !important;
    font-size: 14px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .custom-form-control:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /*end registro*/

  /* CAMBIAR CONTRASEÑA */
  .show-password {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contacambiar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 420px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -20px;
    margin-bottom: 100px;
  }

  .contacambiar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 34px;
    text-align: center;
  }

  .form-groupcambiar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-groupcambiar input {
    flex: 1;
    min-width: 300px !important;
    margin-bottom: 20px;
  }

  .custom-form-controlcambiar {
    width: 100% !important;
    padding: 10px !important;
    font-size: 15px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
  }

  .custom-form-controlcambiar:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /* END CONTRASEÑA */
}

@media (min-width: 401px) and (max-width: 463px) {

  /* configuracion principal */
  .logo img {
    text-align: center;
    display: flexbox;
    margin: auto;
    width: 60%;
    margin-top: 5px;
    margin-bottom: 8px;
  }

  .navigation.navbar {
    float: right;
    display: inherit !important;
    padding: 0;
    width: 100%;
    margin-top: 0px;
  }

  .navigation .navbar-collapse {
    background: linear-gradient(to right, rgb(12, 30, 64), #0c1e40, rgb(204, 21, 21));
    padding: 10px;
    margin-top: 0px;
    position: absolute;
    width: 100%;
    z-index: 999;
  }

  .navigation.navbar-dark .navbar-nav .nav-link {
    padding: 5px 0px;
    font-size: 20px !important;
  }

  .navigation.navbar-dark .navbar-toggler {
    float: right;
    padding: 0;
    margin-top: -45px;
    color: rgb(255, 255, 255);
    font-family: VELOCISTA;
    font-size: 25px;
  }

  .navigation.navbar-dark .navbar-toggler-icon {
    background-repeat: no-repeat;
  }

  /** end configuracion principal **/

  /* inicio */

  /* Estilos para el contenedor principal */
  .banner_main {
    width: 100%;
    height: 136px;
  }

  .slide-text h2 {
    font-size: 25px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 50px;
    margin-bottom: -70px;
    margin-top: 0px;
  }

  .slide-text2 h2 {
    font-size: 16px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 20px;
    margin-top: 60px;
  }

  .conoce {
    font-size: 17px;
    margin-top: -10px;
  }

  .slider .slide {
    width: 200px;
    margin-bottom: -20px;
  }

  .slider .slide img {
    width: 70%;
  }

  .buscar {
    margin-top: -106px;
    margin-bottom: 60px;
  }

  .text-b h1 {
    font-size: 18px;
  }

  /* Adjust the size of the arrow icon */
  .text-b .arrow-icon {
    width: 18px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 15px;
    /* Space between arrow and car */
    margin-top: -3px;
  }

  /* Adjust the size of the car icon */
  .text-b .car-icon {
    width: 75px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 10px;
    /* Optional: Add space if needed */
  }

  .form-groupbuscador label {
    font-size: 16px;
  }

  .form-control {
    font-size: 14px;
  }

  /* Botón de búsqueda más pequeño y centrado */
  .search-button {
    font-size: 12px;
  }

  .nav-tabs button {
    font-size: 11px;
  }

  .nav-tabs {
    margin-top: 5px;
    border-bottom: 0px;
    border-color: none !important;
  }

  /** end inicio **/

  /*nosotros*/
  .linea-separacion {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 210px;
    margin-top: -15px;
  }

  .section-title {
    font-size: 26px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
    margin-top: 40px;
  }

  .section-subtitle {
    font-size: 30px !important;
    color: rgb(255, 255, 255) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .paragra {
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: -20px;
  }

  .about-section img {
    width: 100% !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 26px rgba(255, 255, 255, 0.8) !important;
  }

  .about-section {
    margin-top: -85px !important;
  }

  .about-us {
    background-color: rgb(124, 16, 16) !important;
    font-size: 20px;
  }

  .icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 25px;
  }

  .mivivaimg {
    width: 30%;
  }

  /* Estilo para el título principal */
  .compromiso {
    font-size: 25px;
    font-family: Velocista;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
    border-radius: 20px !important;
    margin-top: -20px;
  }

  /* Estilo de fondo para los encabezados de las tarjetas */
  .bg-gradient {
    background: rgb(12, 30, 64);
    border-radius: 50px 17px 0 0 !important;
    border-color: none;
    border: none;
    /* Borde superior redondeado */
  }

  /* Estilo para los encabezados de las tarjetas */
  .miviva {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  }

  /* Estilo para las tarjetas */
  .card {
    border-radius: 20px;
    box-shadow: 0 12px 20px rgba(255, 255, 255) !important;
  }

  /* Estilo para el texto de las tarjetas */
  .card-text {
    font-size: 18px;
    color: rgb(0, 0, 0);
    text-align: justify;
  }

  .linea-separacion2 {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 105px;
    margin-left: 105px;
    margin-top: -15px;
  }

  .section-title2 {
    font-size: 26px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
    margin-top: -30px;
  }

  .section-subtitle2 {
    font-size: 30px !important;
    color: rgb(255, 255, 255) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .testi {
    color: rgb(204, 21, 21);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -15px;
  }

  .testimonials .testimonial-card {
    border-radius: 20px !important;
    padding: 10px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.6) !important;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 5px rgb(0, 0, 0);
  }

  .testimonials .testimonial-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgb(255, 255, 255) !important;
  }

  /*fin nosotros*/

  /* Seccion Productos */

  /* End Productos */

  /*contacto*/
  .contenedor-imagen {
    position: relative;
    margin-bottom: 10px;
    margin-top: -115px;
  }

  .contenedor-imagen img {
    width: 100%;
    height: 350px;
    filter: brightness(70%);
  }

  .letracontacto {
    color: #fff;
    font-family: Velocista;
    font-size: 24px;
  }

  .letracontacto2 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
  }

  .texto-superpuesto {
    position: absolute;
    top: 45%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
  }

  .boton-contacto {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
  }

  .boton-contacto:hover {
    background-color: #0056b3;
  }

  /* Ajuste de las tarjetas de contacto */
  .contacto .caja {
    background-color: rgb(238, 238, 238);
    padding: 10px;
    margin: 15px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(25, 87, 194);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-align: center;
    margin-bottom: 10px;
  }

  .contacto .caja:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(25, 87, 194) !important;
  }

  .contacto .caja h3 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .contacto .caja p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
  }

  .formulario {
    max-width: 360px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(204, 21, 21);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .formulario:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(204, 21, 21) !important;
  }

  .formulario h1 {
    text-align: center;
    color: #1a57c2;
    font-family: Velocista;
    font-size: 22px;
    margin-bottom: -5px;
  }

  .formulario .fila {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 5px;
  }

  .formulario .campo {
    flex: 1;
    min-width: 200px;
  }

  .formulario .campo input,
  .formulario .campo textarea {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #a1a1a1;
    margin-top: 0px;
  }

  .formulario button {
    display: block;
    width: 50%;
    padding: 10px;
    background-color: #1a57c2;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
  }

  .formulario button:hover {
    background-color: #004a9f;
  }

  /* Notificación estilo "toast" */
  .toastcontacto {
    visibility: hidden !important;
    max-width: 50% !important;
    margin: 0 auto !important;
    background-color: #4caf50 !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 5px !important;
    padding: 16px !important;
    position: fixed !important;
    z-index: 1 !important;
    left: 50% !important;
    bottom: 30px !important;
    font-size: 13px !important;
    transform: translateX(-50%) !important;
    transition: visibility 0s, opacity 0.5s linear !important;
    opacity: 0 !important;
  }

  .toastcontacto.show {
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Ajuste redes sociales contacto */
  .contactos .cajas {
    background-color: rgb(158, 158, 158);
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .contactos .cajas h3 {
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
  }

  .contactos .cajas img {
    float: left;
    width: 18%;
    margin-top: -8px;
    margin-bottom: 10px;
    margin-left: 30px;
  }

  .contactos a {
    display: block;
    /* Asegura que todo el contenedor sea clickeable */
    border-radius: 15px;
    /* Reduce el radio para ser consistente */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Animaciones suaves */
    box-shadow: 0 0px 25px rgba(255, 255, 255);
    /* Sombra más sutil */
    text-decoration: none;
    /* Quita el subrayado de los enlaces */
  }

  .contactos a:hover {
    transform: translateY(-5px);
    /* Efecto de elevación */
    box-shadow: 0 8px 16px rgba(255, 255, 255);
    /* Aumenta la sombra en el hover */
  }

  .colorredes {
    color: rgb(204, 21, 21);
  }

  .redes {
    background-color: rgb(9, 29, 62, 0.8);
    margin: auto;
    text-align: center;
    padding: 20px;
    margin-bottom: -20px;
  }

  .redes h1 {
    color: #fff;
    font-family: Velocista;
    font-size: 26px;
  }

  .redes p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-top: 0px;
  }

  /*end contacto*/

  /*carrito*/
  .textocarrito {
    font-family: Velocista;
    text-align: center;
    font-size: 30px !important;
    margin-top: -130px !important;
    color: rgb(255, 255, 255) !important;
  }

  .table-container {
    overflow-x: auto !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 0px 25px rgb(204, 21, 21) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 30px;
    border-radius: 30px;
  }

  .table-container:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgba(204, 21, 21) !important;
  }

  .table {
    border-collapse: collapse;
    /* Asegura que los bordes se unan */
  }

  .table thead th {
    background-color: rgb(27, 130, 194) !important;
    color: white !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde */
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-family: 'Arial', sans-serif !important;
    padding: 5px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle !important;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(237, 237, 237) !important;
  }

  .table td {
    padding: 2px !important;
    text-align: center !important;
    align-content: center;
    font-size: 14px !important;
    color: rgb(0, 0, 0) !important;
    vertical-align: middle !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde a las celdas */
    background-color: rgb(197, 197, 197);
  }

  .table td input {
    text-align: center !important;
    font-size: 16px !important;
    width: 60px;
    margin: auto;
  }

  .table img {
    width: 100px !important;
    border-radius: 15px !important;
  }

  .btn-customcarrito {
    font-size: 14px !important;
    padding: 10px 10px !important;
    border-radius: 30px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
  }

  .btn-continuar {
    background-color: rgba(167, 40, 72, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-continuar:hover {
    background-color: rgb(136, 33, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-vaciar {
    background-color: rgba(231, 76, 60, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-vaciar:hover {
    background-color: rgb(192, 57, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-pagar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-pagar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-danger {
    border-radius: 20px;
  }

  .fixed-buttons {
    position: sticky !important;
    bottom: 0 !important;
    background-color: rgb(226, 226, 226) !important;
    padding: 15px 20px !important;
    display: flex !important;
    z-index: 1000 !important;
    border-top: 1px solid #dee2e6 !important;
    margin-bottom: -20px !important;
    margin-top: 40px;
    justify-content: right;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0 0px 25px rgb(25, 87, 194) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }

  .fixed-buttons:hover {
    transform: translateY(0px) !important;
    box-shadow: 0 -8px 16px rgb(25, 87, 194) !important;
  }

  .fixed-buttons h3 {
    font-size: 24px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
    text-align: right;
  }

  /*end carrito*/

  /*Comprar*/
  .highlight,
  .highlight1 {
    padding: 8px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  }

  .table-responsive-comprar table {
    font-size: 13px;
    min-width: 450px;
    /* para que el scroll aparezca fácil */
  }

  .table th,
  .table td {
    padding: 6px 4px !important;
    vertical-align: middle !important;
  }

  .highlight {
    background-color: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 80px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -110px;
  }

  .highlight h1,
  .highlight h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 26px;
  }

  .highlight p {
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: -20px;
    font-size: 24px;
  }

  .highlight1 {
    background-color: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -50px;
  }

  .highlight1 h1,
  .highlight1 h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 26px;
    margin-bottom: 30px;
  }

  .btn-customcomprar {
    font-size: 18px !important;
    padding: 5px 15px !important;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
    margin-top: 10px !important;
  }

  .btn-realizar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-realizar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-controlcomprar {
    width: 100% !important;
    padding: 10px !important;
    font-size: 16px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 20px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
    margin-bottom: 10px;
  }

  .custom-form-controlcomprar:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  .form-groupcomprar {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* end Comprar */

  /* login*/
  .show-passwordlogin {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contalogin {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 350px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -20px;
    margin-bottom: 100px;
  }

  .contalogin h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 38px;
    text-align: center;
  }

  .contalogin p {
    color: #000000;
    font-size: 14px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-group input {
    flex: 1;
    min-width: 200px;
    margin-bottom: 10px;
  }

  .btn-container {
    display: flex;
    /* Coloca los botones uno al lado del otro */
    justify-content: space-between;
    /* Espacio entre los botones */
    margin-top: 10px;
    /* Añadir un margen superior para separar de los campos de entrada */
  }

  .btn-login,
  .btn-secondarylogin {
    background-color: rgba(204, 21, 21, 0.8) !important;
    color: #fff !important;
    width: 100% !important;
    padding: 5px !important;
    border: none !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    margin-top: -5px !important;
    text-align: center !important;
    cursor: pointer !important;
    flex: 1;
    /* Permite que ambos botones ocupen el mismo espacio */
    margin: 0 25px;
    /* Añade un pequeño margen entre los botones */
  }

  .btn-login:hover,
  .btn-secondarylogin:hover {
    background-color: rgba(12, 30, 64, 0.8) !important;
    /* Mismo efecto hover */
  }

  .linklogin {
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
  }

  .linklogin:hover {
    color: rgb(0, 0, 0) !important;
    text-decoration: underline !important;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-controllogin {
    width: 100% !important;
    padding: 10px !important;
    font-size: 14px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
  }

  .custom-form-controllogin:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /* end login */

  /* cuenta */
  .account-info {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 20px;
    margin-top: -120px;
  }

  .account-info h2 {
    margin-bottom: 25px;
    font-size: 26px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .account-info p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
  }

  .account-info .label {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
  }

  .btn-logout {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    /* Cursor de puntero solo en el botón */
    text-align: center;
    margin-top: 40px;
    margin-bottom: -10px;
    font-weight: bold !important;
  }

  .btn-logout:hover {
    background-color: #c0392b;
  }

  /* Estilos para el historial de compras */
  .purchase-history {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 50px;
    overflow: hidden;
    /* Para limitar el tamaño total */
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .purchase-history h2 {
    margin-bottom: 25px;
    font-size: 26px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .purchase-history-table {
    max-height: 300px;
    /* Limitar el alto del área de la tabla */
    overflow-y: auto;
    /* Añadir barra de desplazamiento vertical cuando sea necesario */
  }

  .purchase-history table {
    width: 100%;
    margin-bottom: 0;
  }

  .purchase-history table th {
    font-size: 18px !important;
  }

  .purchase-history table td {
    font-size: 16px !important;
  }

  /* Estilos de barra de desplazamiento personalizados */
  .purchase-history-table::-webkit-scrollbar {
    width: 8px;
  }

  .purchase-history-table::-webkit-scrollbar-thumb {
    background-color: #1a57c2;
    border-radius: 4px;
  }

  .purchase-history-table::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  /* fin cuenta*/

  /** footer **/

  .footer h3 {
    font-size: 22px;
  }

  .logo2 img {
    width: 40%;
  }

  ul.location_icon li a {
    font-size: 18px;
  }

  ul.social_icon img {
    width: 70%;
  }

  ul.social_icon li a {
    width: 70px;
    float: left;
  }

  ul.link_icon li a {
    font-size: 18px;
  }

  ul.link_icon li p {
    font-size: 18px;
  }

  .copyright p {
    font-size: 14px;
    font-family: "Cooper Black";
  }

  /** end footer **/

  /* RECUPERAR CONTRASEÑA*/
  .contarecuperar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 370px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -20px;
    margin-bottom: 100px;
  }

  .contarecuperar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 26px;
    text-align: center;
  }

  .form-grouprecuperar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-grouprecuperar input {
    flex: 1;
    min-width: 300px;
    margin-bottom: 20px;
  }

  .btn-recupera,
  .btn-secondaryrecupera {
    background-color: rgba(204, 21, 21, 0.8) !important;
    color: #fff !important;
    width: 100% !important;
    padding: 8px !important;
    border: none !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    margin-top: -5px !important;
    text-align: center !important;
    cursor: pointer !important;
    flex: 1;
    /* Permite que ambos botones ocupen el mismo espacio */
    margin: 0 25px;
    /* Añade un pequeño margen entre los botones */
  }

  .btn-recupera:hover,
  .btn-secondaryrecupera:hover {
    background-color: rgba(12, 30, 64, 0.8) !important;
    /* Mismo efecto hover */
  }

  /* END RECUPERAR CONTRASEÑA*/

  /*Registro*/
  .show-passwordregistro {
    cursor: pointer !important;
    position: absolute !important;
    right: 25px !important;
    top: 15px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .btn-container-registro {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .btn-registro,
  .btn-secondaryregistro {
    background-color: rgba(204, 21, 21, 0.8);
    color: #fff;
    width: 100% !important;
    padding: 5px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    margin: 0 20px;
  }

  .btn-registro:hover,
  .btn-secondaryregistro:hover {
    background-color: rgba(12, 30, 64, 0.8);
  }

  .containeregistro {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -40px;
    margin-bottom: 90px;
  }

  .containeregistro h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 32px;
    text-align: left;
  }

  .containeregistro p {
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-groupregi {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 5px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin: auto;
  }

  .form-groupregi .col-md-4 {
    flex: 1 1 30% !important;
    /* Cada columna ocupa 30% para que quepan 3 en una fila */
    min-width: 220px !important;
  }

  .form-groupregi input {
    flex: 1;
    min-width: 220px !important;
    margin-bottom: 10px;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-control {
    width: 100% !important;
    padding: 10px !important;
    font-size: 14px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .custom-form-control:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /*end registro*/

  /* CAMBIAR CONTRASEÑA */
  .show-password {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contacambiar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 350px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -30px;
    margin-bottom: 100px;
  }

  .contacambiar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 32px;
    text-align: center;
  }

  .form-groupcambiar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-groupcambiar input {
    flex: 1;
    min-width: 300px !important;
    margin-bottom: 20px;
  }

  .custom-form-controlcambiar {
    width: 100% !important;
    padding: 10px !important;
    font-size: 15px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
  }

  .custom-form-controlcambiar:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /* END CONTRASEÑA */
}

@media (min-width: 364px) and (max-width: 400px) {

  /* configuracion principal */
  .logo img {
    text-align: center;
    display: flexbox;
    margin: auto;
    width: 60%;
    margin-top: 5px;
    margin-bottom: 8px;
  }

  .navigation.navbar {
    float: right;
    display: inherit !important;
    padding: 0;
    width: 100%;
    margin-top: 0px;
  }

  .navigation .navbar-collapse {
    background: linear-gradient(to right, rgb(12, 30, 64), #0c1e40, rgb(204, 21, 21));
    padding: 10px;
    margin-top: 0px;
    position: absolute;
    width: 100%;
    z-index: 999;
  }

  .navigation.navbar-dark .navbar-nav .nav-link {
    padding: 5px 0px;
    font-size: 20px !important;
  }

  .navigation.navbar-dark .navbar-toggler {
    float: right;
    padding: 0;
    margin-top: -45px;
    color: rgb(255, 255, 255);
    font-family: VELOCISTA;
    font-size: 25px;
  }

  .navigation.navbar-dark .navbar-toggler-icon {
    background-repeat: no-repeat;
  }

  /** end configuracion principal **/

  /* inicio */

  /* Estilos para el contenedor principal */
  .banner_main {
    width: 100%;
    height: 124px;
  }

  .slide-text h2 {
    font-size: 22px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 50px;
    margin-bottom: -80px;
    margin-top: 0px;
  }

  .slide-text2 h2 {
    font-size: 15px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 10px;
    margin-top: 60px;
  }

  .conoce {
    font-size: 15px;
    margin-top: -10px;
  }

  .slider .slide {
    width: 150px;
    margin-bottom: -10px;
  }

  .slider .slide img {
    width: 70%;
  }

  .buscar {
    margin-top: -115px;
    margin-bottom: 60px;
  }

  .text-b h1 {
    font-size: 18px;
  }

  /* Adjust the size of the arrow icon */
  .text-b .arrow-icon {
    width: 18px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 10px;
    /* Space between arrow and car */
    margin-top: -3px;
  }

  /* Adjust the size of the car icon */
  .text-b .car-icon {
    width: 65px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 5px;
    /* Optional: Add space if needed */
  }

  .form-groupbuscador label {
    font-size: 16px;
  }

  .form-control {
    font-size: 14px;
  }

  /* Botón de búsqueda más pequeño y centrado */
  .search-button {
    font-size: 12px;
  }

  .nav-tabs button {
    font-size: 10px;
  }

  .nav-tabs {
    margin-top: 5px;
    border-bottom: 0px;
    border-color: none !important;
  }

  .search-form {
    border-top-right-radius: 0px !important;
  }

  /** end inicio **/

  /*nosotros*/
  .linea-separacion {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 175px;
    margin-top: -15px;
  }

  .section-title {
    font-size: 26px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
    margin-top: 40px;
  }

  .section-subtitle {
    font-size: 28px !important;
    color: rgb(255, 255, 255) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .paragra {
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: -20px;
  }

  .about-section img {
    width: 100% !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 26px rgba(255, 255, 255, 0.8) !important;
  }

  .about-section {
    margin-top: -90px !important;
  }

  .about-us {
    background-color: rgb(124, 16, 16) !important;
    font-size: 20px;
  }

  .icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 25px;
  }

  .mivivaimg {
    width: 30%;
  }

  /* Estilo para el título principal */
  .compromiso {
    font-size: 23px;
    font-family: Velocista;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
    border-radius: 20px !important;
    margin-top: -20px;
  }

  /* Estilo de fondo para los encabezados de las tarjetas */
  .bg-gradient {
    background: rgb(12, 30, 64);
    border-radius: 50px 17px 0 0 !important;
    border-color: none;
    border: none;
    /* Borde superior redondeado */
  }

  /* Estilo para los encabezados de las tarjetas */
  .miviva {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  }

  /* Estilo para las tarjetas */
  .card {
    border-radius: 20px;
    box-shadow: 0 12px 20px rgba(255, 255, 255) !important;
  }

  /* Estilo para el texto de las tarjetas */
  .card-text {
    font-size: 18px;
    color: rgb(0, 0, 0);
    text-align: justify;
  }

  .linea-separacion2 {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 85px;
    margin-left: 85px;
    margin-top: -15px;
  }

  .section-title2 {
    font-size: 26px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
    margin-top: -30px;
  }

  .section-subtitle2 {
    font-size: 28px !important;
    color: rgb(255, 255, 255) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .testi {
    color: rgb(204, 21, 21);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -15px;
  }

  .testimonials .testimonial-card {
    border-radius: 20px !important;
    padding: 10px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.6) !important;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 5px rgb(0, 0, 0);
  }

  .testimonials .testimonial-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgb(255, 255, 255) !important;
  }

  /*fin nosotros*/

  /* Seccion Productos */

  /* End Productos */

  /*contacto*/
  .contenedor-imagen {
    position: relative;
    margin-bottom: 10px;
    margin-top: -120px;
  }

  .contenedor-imagen img {
    width: 100%;
    height: 350px;
    filter: brightness(70%);
  }

  .letracontacto {
    color: #fff;
    font-family: Velocista;
    font-size: 22px;
  }

  .letracontacto2 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
  }

  .texto-superpuesto {
    position: absolute;
    top: 45%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
  }

  .boton-contacto {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
  }

  .boton-contacto:hover {
    background-color: #0056b3;
  }

  /* Ajuste de las tarjetas de contacto */
  .contacto .caja {
    background-color: rgb(238, 238, 238);
    padding: 10px;
    margin: 15px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(25, 87, 194);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-align: center;
    margin-bottom: 10px;
  }

  .contacto .caja:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(25, 87, 194) !important;
  }

  .contacto .caja h3 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .contacto .caja p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
  }

  .formulario {
    max-width: 320px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(204, 21, 21);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .formulario:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(204, 21, 21) !important;
  }

  .formulario h1 {
    text-align: center;
    color: #1a57c2;
    font-family: Velocista;
    font-size: 20px;
    margin-bottom: -5px;
  }

  .formulario .fila {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 5px;
  }

  .formulario .campo {
    flex: 1;
    min-width: 200px;
  }

  .formulario .campo input,
  .formulario .campo textarea {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #a1a1a1;
    margin-top: 0px;
  }

  .formulario button {
    display: block;
    width: 50%;
    padding: 10px;
    background-color: #1a57c2;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
  }

  .formulario button:hover {
    background-color: #004a9f;
  }

  /* Notificación estilo "toast" */
  .toastcontacto {
    visibility: hidden !important;
    max-width: 50% !important;
    margin: 0 auto !important;
    background-color: #4caf50 !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 5px !important;
    padding: 16px !important;
    position: fixed !important;
    z-index: 1 !important;
    left: 50% !important;
    bottom: 30px !important;
    font-size: 12px !important;
    transform: translateX(-50%) !important;
    transition: visibility 0s, opacity 0.5s linear !important;
    opacity: 0 !important;
  }

  .toastcontacto.show {
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Ajuste redes sociales contacto */
  .contactos .cajas {
    background-color: rgb(158, 158, 158);
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .contactos .cajas h3 {
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
  }

  .contactos .cajas img {
    float: left;
    width: 18%;
    margin-top: -8px;
    margin-bottom: 10px;
    margin-left: 30px;
  }

  .contactos a {
    display: block;
    /* Asegura que todo el contenedor sea clickeable */
    border-radius: 15px;
    /* Reduce el radio para ser consistente */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Animaciones suaves */
    box-shadow: 0 0px 25px rgba(255, 255, 255);
    /* Sombra más sutil */
    text-decoration: none;
    /* Quita el subrayado de los enlaces */
  }

  .contactos a:hover {
    transform: translateY(-5px);
    /* Efecto de elevación */
    box-shadow: 0 8px 16px rgba(255, 255, 255);
    /* Aumenta la sombra en el hover */
  }

  .colorredes {
    color: rgb(204, 21, 21);
  }

  .redes {
    background-color: rgb(9, 29, 62, 0.8);
    margin: auto;
    text-align: center;
    padding: 20px;
    margin-bottom: -20px;
  }

  .redes h1 {
    color: #fff;
    font-family: Velocista;
    font-size: 24px;
  }

  .redes p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-top: 0px;
  }

  /*end contacto*/

  /*carrito*/
  .textocarrito {
    font-family: Velocista;
    text-align: center;
    font-size: 25px !important;
    margin-top: -130px !important;
    color: rgb(255, 255, 255) !important;
  }

  .table-container {
    overflow-x: auto !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 0px 25px rgb(204, 21, 21) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 30px;
    border-radius: 30px;
  }

  .table-container:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgba(204, 21, 21) !important;
  }

  .table {
    border-collapse: collapse;
    /* Asegura que los bordes se unan */
  }

  .table thead th {
    background-color: rgb(27, 130, 194) !important;
    color: white !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde */
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-family: 'Arial', sans-serif !important;
    padding: 5px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle !important;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(237, 237, 237) !important;
  }

  .table td {
    padding: 2px !important;
    text-align: center !important;
    align-content: center;
    font-size: 14px !important;
    color: rgb(0, 0, 0) !important;
    vertical-align: middle !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde a las celdas */
    background-color: rgb(197, 197, 197);
  }

  .table td input {
    text-align: center !important;
    font-size: 16px !important;
    width: 60px;
    margin: auto;
  }

  .table img {
    width: 100px !important;
    border-radius: 15px !important;
  }

  .btn-customcarrito {
    font-size: 14px !important;
    padding: 10px 10px !important;
    border-radius: 30px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
  }

  .btn-continuar {
    background-color: rgba(167, 40, 72, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-continuar:hover {
    background-color: rgb(136, 33, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-vaciar {
    background-color: rgba(231, 76, 60, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-vaciar:hover {
    background-color: rgb(192, 57, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-pagar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-pagar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-danger {
    border-radius: 20px;
  }

  .fixed-buttons {
    position: sticky !important;
    bottom: 0 !important;
    background-color: rgb(226, 226, 226) !important;
    padding: 15px 20px !important;
    display: flex !important;
    z-index: 1000 !important;
    border-top: 1px solid #dee2e6 !important;
    margin-bottom: -20px !important;
    margin-top: 40px;
    justify-content: right;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0 0px 25px rgb(25, 87, 194) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }

  .fixed-buttons:hover {
    transform: translateY(0px) !important;
    box-shadow: 0 -8px 16px rgb(25, 87, 194) !important;
  }

  .fixed-buttons h3 {
    font-size: 22px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
    text-align: right;
  }

  /*end carrito*/

  /*Comprar*/
  .highlight,
  .highlight1 {
    padding: 8px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  }

  .table-responsive-comprar table {
    font-size: 13px;
    min-width: 450px;
    /* para que el scroll aparezca fácil */
  }

  .table th,
  .table td {
    padding: 6px 4px !important;
    vertical-align: middle !important;
  }

  .highlight {
    background-color: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 80px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -115px;
  }

  .highlight h1,
  .highlight h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 24px;
  }

  .highlight p {
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: -20px;
    font-size: 22px;
  }

  .highlight1 {
    background-color: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -50px;
  }

  .highlight1 h1,
  .highlight1 h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 24px;
    margin-bottom: 30px;
  }

  .btn-customcomprar {
    font-size: 16px !important;
    padding: 5px 15px !important;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
    margin-top: 10px !important;
  }

  .btn-realizar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-realizar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-controlcomprar {
    width: 100% !important;
    padding: 10px !important;
    font-size: 16px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 20px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
    margin-bottom: 10px;
  }

  .custom-form-controlcomprar:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  .form-groupcomprar {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* end Comprar */

  /* login*/
  .show-passwordlogin {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contalogin {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -20px;
    margin-bottom: 100px;
  }

  .contalogin h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 38px;
    text-align: center;
  }

  .contalogin p {
    color: #000000;
    font-size: 14px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-group input {
    flex: 1;
    min-width: 200px;
    margin-bottom: 10px;
  }

  .btn-container {
    display: flex;
    /* Coloca los botones uno al lado del otro */
    justify-content: space-between;
    /* Espacio entre los botones */
    margin-top: 10px;
    /* Añadir un margen superior para separar de los campos de entrada */
  }

  .btn-login,
  .btn-secondarylogin {
    background-color: rgba(204, 21, 21, 0.8) !important;
    color: #fff !important;
    width: 100% !important;
    padding: 5px !important;
    border: none !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    margin-top: -5px !important;
    text-align: center !important;
    cursor: pointer !important;
    flex: 1;
    /* Permite que ambos botones ocupen el mismo espacio */
    margin: 0 25px;
    /* Añade un pequeño margen entre los botones */
  }

  .btn-login:hover,
  .btn-secondarylogin:hover {
    background-color: rgba(12, 30, 64, 0.8) !important;
    /* Mismo efecto hover */
  }

  .linklogin {
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
  }

  .linklogin:hover {
    color: rgb(0, 0, 0) !important;
    text-decoration: underline !important;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-controllogin {
    width: 100% !important;
    padding: 10px !important;
    font-size: 14px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
  }

  .custom-form-controllogin:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /* end login */

  /* cuenta */
  .account-info {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 20px;
    margin-top: -125px;
  }

  .account-info h2 {
    margin-bottom: 25px;
    font-size: 26px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .account-info p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000000;
  }

  .account-info .label {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
  }

  .btn-logout {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    /* Cursor de puntero solo en el botón */
    text-align: center;
    margin-top: 40px;
    margin-bottom: -10px;
    font-weight: bold !important;
  }

  .btn-logout:hover {
    background-color: #c0392b;
  }

  /* Estilos para el historial de compras */
  .purchase-history {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 50px;
    overflow: hidden;
    /* Para limitar el tamaño total */
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .purchase-history h2 {
    margin-bottom: 25px;
    font-size: 26px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .purchase-history-table {
    max-height: 300px;
    /* Limitar el alto del área de la tabla */
    overflow-y: auto;
    /* Añadir barra de desplazamiento vertical cuando sea necesario */
  }

  .purchase-history table {
    width: 100%;
    margin-bottom: 0;
  }

  .purchase-history table th {
    font-size: 16px !important;
  }

  .purchase-history table td {
    font-size: 16px !important;
  }

  /* Estilos de barra de desplazamiento personalizados */
  .purchase-history-table::-webkit-scrollbar {
    width: 8px;
  }

  .purchase-history-table::-webkit-scrollbar-thumb {
    background-color: #1a57c2;
    border-radius: 4px;
  }

  .purchase-history-table::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  /* fin cuenta*/

  /** footer **/

  .footer h3 {
    font-size: 20px;
  }

  .logo2 img {
    width: 50%;
  }

  ul.location_icon li a {
    font-size: 16px;
  }

  ul.social_icon img {
    width: 100%;
  }

  ul.social_icon li a {
    width: 50px;
    float: left;
  }

  ul.link_icon li a {
    font-size: 16px;
  }

  ul.link_icon li p {
    font-size: 16px;
  }

  .copyright p {
    font-size: 12px;
    font-family: "Cooper Black";
  }

  /** end footer **/

  /* RECUPERAR CONTRASEÑA*/
  .contarecuperar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 340px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -20px;
    margin-bottom: 100px;
  }

  .contarecuperar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 26px;
    text-align: center;
  }

  .form-grouprecuperar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-grouprecuperar input {
    flex: 1;
    min-width: 300px;
    margin-bottom: 20px;
  }

  .btn-recupera,
  .btn-secondaryrecupera {
    background-color: rgba(204, 21, 21, 0.8) !important;
    color: #fff !important;
    width: 100% !important;
    padding: 8px !important;
    border: none !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    margin-top: -5px !important;
    text-align: center !important;
    cursor: pointer !important;
    flex: 1;
    /* Permite que ambos botones ocupen el mismo espacio */
    margin: 0 25px;
    /* Añade un pequeño margen entre los botones */
  }

  .btn-recupera:hover,
  .btn-secondaryrecupera:hover {
    background-color: rgba(12, 30, 64, 0.8) !important;
    /* Mismo efecto hover */
  }

  /* END RECUPERAR CONTRASEÑA*/

  /*Registro*/
  .show-passwordregistro {
    cursor: pointer !important;
    position: absolute !important;
    right: 25px !important;
    top: 22px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .btn-container-registro {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .btn-registro,
  .btn-secondaryregistro {
    background-color: rgba(204, 21, 21, 0.8);
    color: #fff;
    width: 100% !important;
    padding: 5px;
    border: none;
    border-radius: 20px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    margin: 0 10px;
  }

  .btn-registro:hover,
  .btn-secondaryregistro:hover {
    background-color: rgba(12, 30, 64, 0.8);
  }

  .containeregistro {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -40px;
    margin-bottom: 90px;
  }

  .containeregistro h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 28px;
    text-align: left;
  }

  .containeregistro p {
    color: #000000;
    font-size: 15px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-groupregi {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 5px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin: auto;
  }

  .form-groupregi .col-md-4 {
    flex: 1 1 30% !important;
    /* Cada columna ocupa 30% para que quepan 3 en una fila */
    min-width: 220px !important;
  }

  .form-groupregi input {
    flex: 1;
    min-width: 220px !important;
    margin-bottom: 10px;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-control {
    width: 100% !important;
    padding: 15px !important;
    font-size: 14px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .custom-form-control:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /*end registro*/

  /* CAMBIAR CONTRASEÑA */
  .show-password {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contacambiar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 320px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -50px;
    margin-bottom: 80px;
  }

  .contacambiar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-align: center;
  }

  .form-groupcambiar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-groupcambiar input {
    flex: 1;
    min-width: 250px !important;
    margin-bottom: 20px;
  }

  .custom-form-controlcambiar {
    width: 100% !important;
    padding: 10px !important;
    font-size: 14px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
  }

  .custom-form-controlcambiar:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /* END CONTRASEÑA */
}

@media (min-width: 300px) and (max-width: 363px) {

  /* configuracion principal */
  .logo img {
    text-align: center;
    display: flexbox;
    margin: auto;
    width: 60%;
    margin-top: 5px;
    margin-bottom: 8px;
  }

  .navigation.navbar {
    float: right;
    display: inherit !important;
    padding: 0;
    width: 100%;
    margin-top: 0px;
  }

  .navigation .navbar-collapse {
    background: linear-gradient(to right, rgb(12, 30, 64), #0c1e40, rgb(204, 21, 21));
    padding: 10px;
    margin-top: 0px;
    position: absolute;
    width: 100%;
    z-index: 999;
  }

  .navigation.navbar-dark .navbar-nav .nav-link {
    padding: 5px 0px;
    font-size: 16px !important;
  }

  .navigation.navbar-dark .navbar-toggler {
    float: right;
    padding: 0;
    margin-top: -40px;
    color: rgb(255, 255, 255);
    font-family: VELOCISTA;
    font-size: 20px;
  }

  .navigation.navbar-dark .navbar-toggler-icon {
    background-repeat: no-repeat;
  }

  /** end configuracion principal **/

  /* inicio */

  /* Estilos para el contenedor principal */
  .banner_main {
    width: 100%;
    height: 100px;
  }

  .slide-text h2 {
    font-size: 19px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 50px;
    margin-bottom: -50px;
    margin-top: 0px;
  }

  .slide-text2 h2 {
    font-size: 13px;
    /* Ajusta el tamaño según tus necesidades */
    margin: 0px;
    margin-top: 45px;
  }

  .conoce {
    font-size: 15px;
    margin-top: -10px;
  }

  .slider .slide {
    width: 150px;
    margin-bottom: -10px;
  }

  .slider .slide img {
    width: 70%;
  }

  .buscar {
    margin-top: -125px;
    margin-bottom: 60px;
  }

  .text-b h1 {
    font-size: 14px;
  }

  /* Adjust the size of the arrow icon */
  .text-b .arrow-icon {
    width: 14px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 10px;
    /* Space between arrow and car */
    margin-top: -3px;
  }

  /* Adjust the size of the car icon */
  .text-b .car-icon {
    width: 55px;
    /* Fixed width for consistency */
    height: auto;
    margin-left: 5px;
    /* Optional: Add space if needed */
  }

  .form-groupbuscador label {
    font-size: 16px;
  }

  .form-control {
    font-size: 14px;
  }

  /* Botón de búsqueda más pequeño y centrado */
  .search-button {
    font-size: 14px;
  }

  .nav-tabs button {
    font-size: 13px;
    border-top-left-radius: 0px;
  }

  .nav-tabs {
    margin-top: 5px;
    border-bottom: 0px;
    border-color: none !important;
  }

  /** end inicio **/

  /*nosotros*/
  .linea-separacion {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 120px;
    margin-top: -15px;
  }

  .section-title {
    font-size: 24px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
    margin-top: 40px;
  }

  .section-subtitle {
    font-size: 26px !important;
    color: rgb(255, 255, 255) !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .paragra {
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: -20px;
  }

  .about-section img {
    width: 100% !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 26px rgba(255, 255, 255, 0.8) !important;
  }

  .about-section {
    margin-top: -105px !important;
  }

  .about-us {
    background-color: rgb(124, 16, 16) !important;
    font-size: 20px;
  }

  .icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 25px;
  }

  .mivivaimg {
    width: 40%;
  }

  /* Estilo para el título principal */
  .compromiso {
    font-size: 23px;
    font-family: Velocista;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
    border-radius: 20px !important;
    margin-top: -20px;
  }

  /* Estilo de fondo para los encabezados de las tarjetas */
  .bg-gradient {
    background: rgb(12, 30, 64);
    border-radius: 50px 17px 0 0 !important;
    border-color: none;
    border: none;
    /* Borde superior redondeado */
  }

  /* Estilo para los encabezados de las tarjetas */
  .miviva {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  }

  /* Estilo para las tarjetas */
  .card {
    border-radius: 20px;
    box-shadow: 0 12px 20px rgba(255, 255, 255) !important;
  }

  /* Estilo para el texto de las tarjetas */
  .card-text {
    font-size: 16px;
    color: rgb(0, 0, 0);
    text-align: justify;
  }

  .linea-separacion2 {
    border: 0;
    height: 3px;
    background-color: rgb(204, 21, 21);
    margin-right: 55px;
    margin-left: 55px;
    margin-top: -15px;
  }

  .section-title2 {
    font-size: 24px !important;
    text-transform: uppercase;
    color: rgb(204, 21, 21) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    letter-spacing: 5px;
    font-family: monospace;
    font-weight: bold;
    margin-top: -30px;
  }

  .section-subtitle2 {
    font-size: 26px !important;
    color: rgb(255, 255, 255) !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    font-family: Velocista;
    margin-top: -2px;
  }

  .testi {
    color: rgb(204, 21, 21);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -15px;
  }

  .testimonials .testimonial-card {
    border-radius: 20px !important;
    padding: 10px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.6) !important;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 5px rgb(0, 0, 0);
  }

  .testimonials .testimonial-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgb(255, 255, 255) !important;
  }

  /*fin nosotros*/

  /* Seccion Productos */

  /* End Productos */

  /*contacto*/
  .contenedor-imagen {
    position: relative;
    margin-bottom: 10px;
    margin-top: -132px;
  }

  .contenedor-imagen img {
    width: 100%;
    height: 350px;
    filter: brightness(70%);
  }

  .letracontacto {
    color: #fff;
    font-family: Velocista;
    font-size: 22px;
  }

  .letracontacto2 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
  }

  .texto-superpuesto {
    position: absolute;
    top: 45%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
  }

  .boton-contacto {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
  }

  .boton-contacto:hover {
    background-color: #0056b3;
  }

  /* Ajuste de las tarjetas de contacto */
  .contacto .caja {
    background-color: rgb(238, 238, 238);
    padding: 10px;
    margin: 15px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(25, 87, 194);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-align: center;
    margin-bottom: 10px;
  }

  .contacto .caja:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(25, 87, 194) !important;
  }

  .contacto .caja h3 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .contacto .caja p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
  }

  .formulario {
    max-width: 260px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(204, 21, 21);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .formulario:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgb(204, 21, 21) !important;
  }

  .formulario h1 {
    text-align: center;
    color: #1a57c2;
    font-family: Velocista;
    font-size: 20px;
    margin-bottom: -5px;
  }

  .formulario .fila {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 5px;
  }

  .formulario .campo {
    flex: 1;
    min-width: 200px;
  }

  .formulario .campo input,
  .formulario .campo textarea {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #a1a1a1;
    margin-top: 0px;
  }

  .formulario button {
    display: block;
    width: 70%;
    padding: 10px;
    background-color: #1a57c2;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
  }

  .formulario button:hover {
    background-color: #004a9f;
  }

  /* Notificación estilo "toast" */
  .toastcontacto {
    visibility: hidden !important;
    max-width: 50% !important;
    margin: 0 auto !important;
    background-color: #4caf50 !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 5px !important;
    padding: 16px !important;
    position: fixed !important;
    z-index: 1 !important;
    left: 50% !important;
    bottom: 30px !important;
    font-size: 10px !important;
    transform: translateX(-50%) !important;
    transition: visibility 0s, opacity 0.5s linear !important;
    opacity: 0 !important;
  }

  .toastcontacto.show {
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Ajuste redes sociales contacto */
  .contactos .cajas {
    background-color: rgb(158, 158, 158);
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .contactos .cajas h3 {
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-left: 50px;
  }

  .contactos .cajas img {
    float: left;
    width: 20%;
    margin-top: -5px;
    margin-bottom: 10px;
    margin-left: 5px;
  }

  .contactos a {
    display: block;
    /* Asegura que todo el contenedor sea clickeable */
    border-radius: 15px;
    /* Reduce el radio para ser consistente */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Animaciones suaves */
    box-shadow: 0 0px 25px rgba(255, 255, 255);
    /* Sombra más sutil */
    text-decoration: none;
    /* Quita el subrayado de los enlaces */
  }

  .contactos a:hover {
    transform: translateY(-5px);
    /* Efecto de elevación */
    box-shadow: 0 8px 16px rgba(255, 255, 255);
    /* Aumenta la sombra en el hover */
  }

  .colorredes {
    color: rgb(204, 21, 21);
  }

  .redes {
    background-color: rgb(9, 29, 62, 0.8);
    margin: auto;
    text-align: center;
    padding: 20px;
    margin-bottom: -20px;
  }

  .redes h1 {
    color: #fff;
    font-family: Velocista;
    font-size: 24px;
  }

  .redes p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-top: 0px;
  }

  /*end contacto*/

  /*carrito*/
  .textocarrito {
    font-family: Velocista;
    text-align: center;
    font-size: 25px !important;
    margin-top: -150px !important;
    color: rgb(255, 255, 255) !important;
  }

  .table-container {
    overflow-x: auto !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 0px 25px rgb(204, 21, 21) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 30px;
    border-radius: 30px;
  }

  .table-container:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgba(204, 21, 21) !important;
  }

  .table {
    border-collapse: collapse;
    /* Asegura que los bordes se unan */
  }

  .table thead th {
    background-color: rgb(27, 130, 194) !important;
    color: white !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde */
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-family: 'Arial', sans-serif !important;
    padding: 5px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle !important;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(237, 237, 237) !important;
  }

  .table td {
    padding: 2px !important;
    text-align: center !important;
    align-content: center;
    font-size: 12px !important;
    color: rgb(0, 0, 0) !important;
    vertical-align: middle !important;
    border: 1px solid rgb(0, 0, 0) !important;
    /* Añadir borde a las celdas */
    background-color: rgb(197, 197, 197);
  }

  .table td input {
    text-align: center !important;
    font-size: 14px !important;
    width: 60px;
    margin: auto;
  }

  .table img {
    width: 100px !important;
    border-radius: 15px !important;
  }

  .btn-customcarrito {
    font-size: 15px !important;
    padding: 10px 10px !important;
    border-radius: 30px !important;
    transition: all 0.3s ease !important;
    margin: 5px !important;
    font-weight: bold;
  }

  .btn-continuar {
    background-color: rgba(167, 40, 72, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-continuar:hover {
    background-color: rgb(136, 33, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-vaciar {
    background-color: rgba(231, 76, 60, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-vaciar:hover {
    background-color: rgb(192, 57, 43) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-pagar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-pagar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  .btn-danger {
    border-radius: 20px;
  }

  .fixed-buttons {
    position: sticky !important;
    bottom: 0 !important;
    background-color: rgb(226, 226, 226) !important;
    padding: 15px 20px !important;
    display: flex !important;
    z-index: 1000 !important;
    border-top: 1px solid #dee2e6 !important;
    margin-bottom: -20px !important;
    margin-top: 40px;
    justify-content: right;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0 0px 25px rgb(25, 87, 194) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }

  .fixed-buttons:hover {
    transform: translateY(0px) !important;
    box-shadow: 0 -8px 16px rgb(25, 87, 194) !important;
  }

  .fixed-buttons h3 {
    font-size: 20px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
    text-align: right;
  }

  /*end carrito*/

  /*Comprar*/
  .highlight,
  .highlight1 {
    padding: 8px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  }

  .table-responsive-comprar table {
    font-size: 13px;
    min-width: 450px;
    /* para que el scroll aparezca fácil */
  }

  .table th,
  .table td {
    padding: 6px 4px !important;
    vertical-align: middle !important;
  }

  .highlight {
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 80px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -115px;
  }

  .highlight h1,
  .highlight h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 22px;
  }

  .highlight p {
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 22px;
  }

  .highlight1 {
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    margin-top: -50px;
  }

  .highlight1 h1,
  .highlight1 h2 {
    color: rgb(0, 0, 0);
    font-family: Velocista;
    font-size: 22px;
    margin-bottom: 15px;
  }

  .btn-customcomprar {
    font-size: 14px !important;
    padding: 15px 5px !important;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
    margin: 0px !important;
    font-weight: bold;
    margin-top: 10px !important;
  }

  .btn-realizar {
    background-color: rgba(40, 167, 69, 0.6) !important;
    color: rgb(0, 0, 0) !important;
  }

  .btn-realizar:hover {
    background-color: rgb(33, 136, 56) !important;
    color: rgb(255, 255, 255) !important;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-controlcomprar {
    width: 100% !important;
    padding: 10px !important;
    font-size: 14px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 20px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
    margin-bottom: 10px;
  }

  .custom-form-controlcomprar:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  .form-groupcomprar {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* end Comprar */

  /* login*/
  .show-passwordlogin {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contalogin {
    background: rgba(137, 137, 137, 0.5);
    padding: 20px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -20px;
    margin-bottom: 100px;
  }

  .contalogin h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 34px;
    text-align: center;
  }

  .contalogin p {
    color: #000000;
    font-size: 12px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-group input {
    flex: 1;
    min-width: 200px;
    margin-bottom: 10px;
  }

  .btn-container {
    display: flex;
    /* Coloca los botones uno al lado del otro */
    justify-content: space-between;
    /* Espacio entre los botones */
    margin-top: 10px;
    /* Añadir un margen superior para separar de los campos de entrada */
  }

  .btn-login,
  .btn-secondarylogin {
    background-color: rgba(204, 21, 21, 0.8) !important;
    color: #fff !important;
    width: 100% !important;
    padding: 5px !important;
    border: none !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    margin-top: -5px !important;
    text-align: center !important;
    cursor: pointer !important;
    flex: 1;
    /* Permite que ambos botones ocupen el mismo espacio */
    margin: 0 25px;
    /* Añade un pequeño margen entre los botones */
  }

  .btn-login:hover,
  .btn-secondarylogin:hover {
    background-color: rgba(12, 30, 64, 0.8) !important;
    /* Mismo efecto hover */
  }

  .linklogin {
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
  }

  .linklogin:hover {
    color: rgb(0, 0, 0) !important;
    text-decoration: underline !important;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-controllogin {
    width: 100% !important;
    padding: 10px !important;
    font-size: 12px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
  }

  .custom-form-controllogin:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /* end login */

  /* cuenta */
  .account-info {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 20px;
    margin-top: -140px;
  }

  .account-info h2 {
    margin-bottom: 25px;
    font-size: 24px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .account-info p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000000;
  }

  .account-info .label {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
  }

  .btn-logout {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    /* Cursor de puntero solo en el botón */
    text-align: center;
    margin-top: 40px;
    margin-bottom: -10px;
    font-weight: bold !important;
  }

  .btn-logout:hover {
    background-color: #c0392b;
  }

  /* Estilos para el historial de compras */
  .purchase-history {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    font-family: 'Arial', sans-serif;
    margin-bottom: 50px;
    overflow: hidden;
    /* Para limitar el tamaño total */
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .purchase-history h2 {
    margin-bottom: 25px;
    font-size: 24px;
    color: #1a57c2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: VELOCISTA;
    margin-top: -15px;
  }

  .purchase-history-table {
    max-height: 300px;
    /* Limitar el alto del área de la tabla */
    overflow-y: auto;
    /* Añadir barra de desplazamiento vertical cuando sea necesario */
  }

  .purchase-history table {
    width: 100%;
    margin-bottom: 0;
  }

  .purchase-history table th {
    font-size: 16px !important;
  }

  .purchase-history table td {
    font-size: 16px !important;
  }

  /* Estilos de barra de desplazamiento personalizados */
  .purchase-history-table::-webkit-scrollbar {
    width: 8px;
  }

  .purchase-history-table::-webkit-scrollbar-thumb {
    background-color: #1a57c2;
    border-radius: 4px;
  }

  .purchase-history-table::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  /* fin cuenta*/

  /** footer **/

  .footer h3 {
    font-size: 20px;
  }

  .logo2 img {
    width: 50%;
  }

  ul.location_icon li a {
    font-size: 16px;
  }

  ul.social_icon img {
    width: 90%;
  }

  ul.social_icon li a {
    width: 50px;
    float: left;
  }

  ul.link_icon li a {
    font-size: 16px;
  }

  ul.link_icon li p {
    font-size: 16px;
  }

  .copyright p {
    font-size: 14px;
    font-family: "Cooper Black";
  }

  /** end footer **/

  /* RECUPERAR CONTRASEÑA*/
  .contarecuperar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 270px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -40px;
    margin-bottom: 100px;
  }

  .contarecuperar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 26px;
    text-align: center;
  }

  .form-grouprecuperar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-grouprecuperar input {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
  }

  .btn-recupera,
  .btn-secondaryrecupera {
    background-color: rgba(204, 21, 21, 0.8) !important;
    color: #fff !important;
    width: 100% !important;
    padding: 8px !important;
    border: none !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    margin-top: -5px !important;
    text-align: center !important;
    cursor: pointer !important;
    flex: 1;
    /* Permite que ambos botones ocupen el mismo espacio */
    margin: 0 25px;
    /* Añade un pequeño margen entre los botones */
  }

  .btn-recupera:hover,
  .btn-secondaryrecupera:hover {
    background-color: rgba(12, 30, 64, 0.8) !important;
    /* Mismo efecto hover */
  }

  /* END RECUPERAR CONTRASEÑA*/

  /*Registro*/
  .show-passwordregistro {
    cursor: pointer !important;
    position: absolute !important;
    right: 25px !important;
    top: 22px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .btn-container-registro {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .btn-registro,
  .btn-secondaryregistro {
    background-color: rgba(204, 21, 21, 0.8);
    color: #fff;
    width: 100% !important;
    padding: 5px;
    border: none;
    border-radius: 20px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    margin: 0 10px;
  }

  .btn-registro:hover,
  .btn-secondaryregistro:hover {
    background-color: rgba(12, 30, 64, 0.8);
  }

  .containeregistro {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -80px;
    margin-bottom: 90px;
  }

  .containeregistro h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-align: left;
  }

  .containeregistro p {
    color: #000000;
    font-size: 14px;
    text-align: center;
    margin-bottom: -10px;
  }

  .form-groupregi {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 5px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin: auto;
  }

  .form-groupregi .col-md-4 {
    flex: 1 1 30% !important;
    /* Cada columna ocupa 30% para que quepan 3 en una fila */
    min-width: 220px !important;
  }

  .form-groupregi input {
    flex: 1;
    min-width: 220px !important;
    margin-bottom: 10px;
  }

  /* Estilo personalizado para los campos de entrada */
  .custom-form-control {
    width: 100% !important;
    padding: 15px !important;
    font-size: 14px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .custom-form-control:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /*end registro*/

    /* CAMBIAR CONTRASEÑA */
  .show-password {
    cursor: pointer !important;
    position: absolute !important;
    right: 18px !important;
    top: 8px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
  }

  .contacambiar {
    background: rgba(137, 137, 137, 0.5);
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.99);
    max-width: 260px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: VELOCISTA;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -70px;
    margin-bottom: 60px;
  }

  .contacambiar h2 {
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 28px;
    text-align: center;
  }

  .form-groupcambiar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  .form-groupcambiar input {
    flex: 1;
    min-width: 220px !important;
    margin-bottom: 20px;
  }

  .custom-form-controlcambiar {
    width: 100% !important;
    padding: 10px !important;
    font-size: 12px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8) !important;
    background-color: rgb(250, 250, 250) !important;
  }

  .custom-form-controlcambiar:focus {
    outline: none;
    border-color: rgb(76, 175, 80) !important;
    box-shadow: 0 0 12px rgb(76, 175, 80, 0.8) !important;
  }

  /* END CONTRASEÑA */
}