*
{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html
{
  scroll-behavior: smooth;
}

:root
{
  --color--primary: #c5a253;
}

.containerDelayTimeBusiness
{
  position: fixed;
  background-color: var(--color--primary);
  z-index: 10;
  color: #fff;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  animation: moveTimeDelayBusiness 1.5s alternate-reverse infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 0px 2px 10px #000;
}

@keyframes moveTimeDelayBusiness 
{
  from
  {
    transform: translateY(0);
  }
  to
  {
    transform: translateY(-15px);
  }
  
}

.cart_icon_container 
{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.cart_icon {
  font-size: 28px;
  color: var(--color--primary);
  cursor: pointer;
}
.cart_badge {
  color: var(--color--primary);
  font-size: 15px;
}
.h1_global {
  color: var(--color--primary);
  padding: 20px;
  margin: 20px 0;
}
.h2_global {
  color: var(--color--primary);
  font-size: 25px;
}

.header_container {
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: space-between;
  place-items: center;
  padding: 0 40px;
  position: fixed;
  z-index: 100;
  background-color: black;
}
.navigation {
  width: 100%;
  line-height: 75px;
  display: flex;
  justify-content: center;
}
.ul_nav {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.btn_nav 
{
  text-decoration: none;
  color: var(--color--primary);
  font-weight: bold;
  display: inline-block;
  transition: transform .3s ease-in-out;
}
.btn_nav:hover 
{
  color: bisque;
  transform: scale(1.1);
}

/* Main */
.main_container {
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
  background-color: rgb(37, 37, 37);
}

/*Info ViEmma*/
.article_info_viemma {
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 50px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #0a0a0a 0%, #1c1c1c 50%, var(--color--primary) 100%);
}
.logo_title {
  display: grid;
  gap: 10px;
  place-items: center;
  margin-top: 50px;
}
.logo {
  width: 200px;
}
.info_container {
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.schedule {
  font-size: 20px;
  color: white;
}
.shipping {
  width: 90%;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color--primary);
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.shipping:hover {
  transform: translatey(-5px);
}

.payments
{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.envio {
  font-size: 18px;
}
.money {
  padding: 10px;
  border-radius: 10px;
  color: var(--color--primary);
  background-color: black;
}
.instagram {
  width: 140px;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.3s ease-in-out;
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}
.instagram:hover 
{
  transform: translatey(-5px);
}

.logo_instagram 
{
  font-size: 25px;
  color: white;
}

.ig 
{
  font-size: 18px;
  color: white;
}

.zona_aviso 
{
  text-align: center;
  background-color: var(--color--primary);
  color: black;
  font-weight: 700;
  padding: 10px;
  border-radius: 8px;
  width: 90%;
  max-width: 800px;
  margin: 15px auto;
  font-size: 18px;
}

/* Contenedor del mapa */
.zona_mapa_container 
{
  display: flex;
  justify-content: center;
  margin: 10px auto 25px auto;
  width: 92%;
  max-width: 800px;
}

/* Mapa responsive */
.zona_mapa_container iframe 
{
  width: 100%;
  height: 300px;
  border-radius: 12px;
  border: 3px solid var(--color--primary);
}
/**/
.section_products 
{
  width: 90%;
  height: auto;
  margin: auto;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  padding: 20px 0;
}

.products_article 
{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  width: 90%;
  max-width: 1200px;
}

.card 
{
  width: 100%;
  height: 450px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #302f2f;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.card:hover 
{
  transform: translateY(-5px);
}

.containerFormProduct
{
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.product 
{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.containerInfoProduct
{
  width: 100%;
  height: auto;
  margin: auto;
  padding: 10px;
  text-align: center;
  display: grid;
}

.h3_global {
  color: var(--color--primary);
  padding: 10px;
  font-size: 18px;
}
.info_product {
  text-align: center;
  padding: 10px;
  color: var(--color--primary);
}
.price 
{
  padding: 10px;
  color: var(--color--primary);
}

.containerPayment
{
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: start;
  align-items: center;
}

.btn_add_cart 
{
  background-color: black;
  color: var(--color--primary);
  border: none;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.btn_add_flavor{
  background-color: black;
  color: var(--color--primary);
  border: none;
  border-radius: 6px;
  padding: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}
.btn_add_flavor:active{
  transform: scale(1.1);
}
.container_footer {
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
  background-color: rgb(197, 197, 197);
}
.copyright {
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  color: #888;
  background-color: rgb(49, 49, 49);
}
.spam {
  color: #888;
  text-decoration: none;
}
.spam:hover {
  color: var(--color--primary);
}
/*Modal*/
.modal {
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  animation: 1s modalCart;
}

@keyframes modalCart 
{
  from
  {
    opacity: 0;
  }
  to
  {
    opacity: 1;
  }
  
}

.modal_content {
  width: 100%;
  height: 60%;
  border-radius: 20px;
  display: flex;
  color: white;
  background-color: #3b3b3b;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  position: relative;
}

.modal_left {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_img {
  width: 100%;
  height: 100%;
  display: block;
}

.modal_right {
  width: 100%;
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  gap: 10px;
}

.modal_title {
  margin: 10px 0;
  font-size: 20px;
  text-align: center;
  color: var(--color--primary);
}

.modal_prices {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.modal_label {
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  padding: 4px 0;
}

.modal_label input[type="radio"] {
  accent-color: var(--color--primary);
  transform: scale(1.1);
  margin-right: 6px;
}

.details {
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  border: none;
  outline: none;
  margin-top: 5px;
  background-color: #2b2b2b;
  color: white;
  font-size: 14px;
}

.details::placeholder {
  color: #aaa;
}

.modal_close {
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 35px;
  color: var(--color--primary);
  cursor: pointer;
  background: none;
  border: none;
  text-decoration: none;
}
.show {
  display: flex;
}

.modal_carrito_content {
  width: 800px;
  height: 90%;
  background-color: #1f1f1f;
  color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  border: 1px solid var(--color--primary);
}

.modal_carrito_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
  padding-bottom: 8px;
}
.modal_close {
  background: transparent;
  border: none;
  font-size: 30px;
  color: var(--color--primary);
  cursor: pointer;
  transition: transform 0.2s;
}

.modal_close:hover {
  transform: scale(1.2);
}

.modal_carrito_body 
{
  width: 100%;
  height: auto;
  padding: 10px;
  display: grid;
  gap: 15px;
  overflow-y: auto;
}

.containerItemCart
{
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.containerInfoCart
{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.infoItemProductCart
{
  width: 100%;
  height: auto;
  margin: auto;
  display: grid;
  gap: 5px;
}

.imageItemCart
{
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 100%;
  object-fit: cover;
}

.infoItemCart
{
  font-size: 12px;
}

.textStrong
{
  font-weight: 800;
  color: var(--color--primary);
}

.carrito_eliminar 
{
  background: none;
  border: none;
  font-size: 24px;
  color: var(--color--primary);
  cursor: pointer;
}

.modal_carrito_footer {
  border-top: 1px solid #333;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modal_pago_form {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.modal_pago_form p {
  margin: 0;
  font-weight: 500;
  color: var(--color--primary);
}

.modal_radio_label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  cursor: pointer;
}

.modal_radio_label input[type="radio"] {
  accent-color: var(--color--primary);
  width: 16px;
  height: 16px;
}
.verificar_zona {
  display: flex;
  font-size: 15px;
  flex-direction: column;
  gap: 5px;
}
.verify {
  color: var(--color--primary);
}

.modal_total {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}

.btn_finalizar 
{
  background-color: var(--color--primary);
  border: none;
  padding: 12px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  transition: .3s ease-in-out;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn_finalizar:hover 
{
  background-color: #d3b86a;
}

.modal_item_info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
.btn_quitar_producto {
  background: none;
  border: none;
  cursor: pointer;
  color: red;
}
.toastMsg {
  margin: 10px;
  position: fixed;
  top: 0;
  right: 0;
  min-width: 220px;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.3s ease;
  transform: translateY(-10px);
  z-index: 9999;
}

.toastMsg.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.toastMsg.success {
  background-color: #27ae60;
}

.toastMsg.error {
  background-color: #e74c3c;
}
.sandwich_subtitle {
  margin-top: 16px;   /* separa de lo de arriba */
  margin-bottom: 16px;
}

.containerMainSuccess
{
  width: 100%;
  height: 100dvh;
  margin: auto;
  display: grid;
  place-items: center;
  background-color: #252525;
  color: #fff;
}

.containerMessageSuccess
{
  width: 90%;
  max-width: 600px;
  height: auto;
  display: grid;
  gap: 30px;
  margin: auto;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}

.link
{
  color: var(--color--primary);
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.logoViemma
{
  width: 200px;
  height: auto;
  margin: auto;
}

.textGray
{
  font-size: 12px;
  color: gray;
}

.inputQuantityProduct
{
  width: 60px;
  padding: 8px;
  border-radius: 8px;
  border: none;
  outline: none;
  margin-top: 5px;
  background-color: #2b2b2b;
  color: white;
  font-size: 14px;
}

/* Responsive */
@media screen and (max-width: 900px) {
  .products_article {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {


  .section_products {
    width: 90%;
    height: auto;
    margin: auto;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    padding: 20px 0;
  }

  .modal_item_info {
    font-size: 10px;
  }
  /* Header Movile*/
  .header_container {
    padding: 0 20px;
  }
  .navigation {
    display: block;
  }
  .ul_nav {
    width: 100%;
    gap: 10px;
    justify-content: center;
  }
  .btn_nav {
    font-size: 10px;
  }
  /* Modal */
  .modal_content {
    flex-direction: column;
    width: 90%;
    height: auto;
    max-height: 90vh;
    overflow: auto;
  }

  .modal_left,
  .modal_right {
    width: 100%;
    border-radius: 0;
    overflow: auto;
  }
  
  .modal_left {
    padding: 0;
    height: auto;
    background-size: contain;
  }

  .modal_img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
  }

  .modal_title {
    font-size: 22px;
  }

  .modal_label {
    font-size: 16px;
  }

  .details {
    font-size: 15px;
  }

  .modal_close {
    font-size: 28px;
    top: 5px;
    right: 10px;
  }
  .modal_carrito_content {
    width: 90%;
    max-height: 90%;
    border-radius: 15px;
  }

  .modal_item img {
    width: 50px;
    height: 50px;
  }

  .btn_finalizar {
    width: 100%;
  }

  .containerPayment
  {
    display: grid;
    gap: 10px;
    padding: 10px;
  }

}

@media screen and (max-width: 520px) {
  .products_article {
    width: 90%;
    gap: 10px;
    grid-template-columns: repeat(2,1fr);
  }
  .info_product
  {
    font-size: 10px;
  }

  .btn_add_cart 
  {
    background-color: black;
    color: var(--color--primary);
    border: none;
    border-radius: 6px;
    padding: 5px;
    margin-bottom: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 10px;
  }
  .logo {
    width: 70%;
  }
  .h2_global {
    font-size: 18px;
  }
  .schedule {
    font-size: 14px;
  }
  .shipping {
    height: auto;
    flex-direction: column;
    gap: 20px;
  }
  .money {
    font-size: 14px;
  }

  .card 
{
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #302f2f;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}
}
@media (max-width: 450px) {
  .zona_mapa_container iframe {
    height: 230px;
  }
}
