/*
 *  Document   : deepblue.css
 *  Author     : pixelcave
 *  Description: THEME DEEPBLUE
 *
 */

.navbar.navbar-inverse {
  background: #ffffff;
  border-bottom: 2px solid #ffb6c1; /* Línea rosa pastel */

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.daterangepicker .ranges li,
#sidebar-search input[type="text"],
a,
a:hover,
a:active,
a:focus,
#nav-info > li.active a,
.error-code,
.wizard-steps > div.active,
.plan-featured h1,
a.btn-theme-options:hover,
a.list-group-item,
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link.disabled,
.btn-link[disabled],
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000;
}

.fc-highlight,
.fc-state-hover,
.fc-state-hover .fc-button-inner,
.fc-state-down,
.fc-state-down .fc-button-inner,
.fc-state-active,
.fc-state-active .fc-button-inner,
.fc-event,
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover,
.daterangepicker td.active,
.daterangepicker td.active:hover,
.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled],
.datepicker td span.active,
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled],
.datepicker td span.active:active,
.datepicker td span.active.active,
.bootstrap-timepicker-widget table td a:hover,
.chosen-container .chosen-results li.highlighted,
.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover,
.nav-dash > li > a:hover,
.nav-dash > li.active > a,
.fc-external-event,
.plan-featured .plan-header,
.inbox-messages-content-actions a:hover,
.chat-messages .chat-msg-left,
.chat-input,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > span,
.select2-results .select2-highlighted {
  background-color: #397edb;
}

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #397edb \9;
}

.fc-state-hover,
.fc-state-hover .fc-button-inner,
.fc-state-down,
.fc-state-down .fc-button-inner,
.fc-state-active,
.fc-state-active .fc-button-inner,
.fc-event,
#primary-nav li a.active,
.nav-dash > li > a:hover,
.nav-dash > li.active > a,
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > span,
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #397edb;
}

.inbox-messages-container {
  border-left-color: #397edb;
}

.navbar.navbar-inverse .divider-vertical {
  opacity: 0.1;
  filter: alpha(opacity=10);
  border-left: 1px solid #fff;
  border-right: none;
}

.navbar.navbar-inverse .navbar-nav-custom > li > a {
  color: #000;
}

.navbar.navbar-inverse .navbar-nav-custom > li > a > .caret {
  border-top-color: #ffffff;
}

.navbar-nav-custom > li > a:hover,
.navbar-nav-custom > li > a:active,
.navbar-nav-custom > li > a:focus {
  background: rgba(255, 255, 255, 0.1);
}
.navbar > ul {
  height: 80px;
  display: table;
}
.navbar > ul > li {
  height: 80px;
  vertical-align: middle;
  display: table-cell;
}
.navbar > ul > li > a {
  height: 80px;
  vertical-align: middle;
  display: table-cell;
}
body {
  background: linear-gradient(135deg, #cdeffd, #ffb6c1); /* Degradado */
  background-size: cover; /* Asegura que el fondo cubra todo */
  background-attachment: fixed; /* Evita que el fondo se mueva al hacer scroll */
  margin: 0;
  padding: 0;
  min-height: 100vh; /* Asegura que siempre cubra toda la pantalla */
  font-family: "Montserrat", sans-serif;
}
.textoprincipal {
  font-size: 3rem;
  font-weight: bold;
  color: #000000; /* Texto negro */
  text-shadow: 3px 3px 2px #cdeffd,
    /* Azul cielo (marcado) */ -3px -3px 2px #ffb6c1,
    /* Rosa pastel (marcado) */ 3px -3px 2px #cdeffd,
    /* Azul cielo (esquinas opuestas) */ -3px 3px 2px #ffb6c1; /* Rosa pastel (esquinas opuestas) */
  font-family: "Montserrat", sans-serif;
  padding: 20px;
}
.seccion {
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
  flex-direction: column; /* Acomoda los cuadros en columnas */
  min-height: 100vh; /* Ocupa toda la pantalla */
  padding: 20px;
}

.cuadro {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 25px;
  border-radius: 16px;
  margin: 25px auto;
  text-align: center;
  color: #f5f5f5;
  max-width: 700px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}

.cuadro:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.bienvenida-texto {
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 400;
  color: #eaeaea;
}

h3 {
  color: #061d3e;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.5rem;
}

p {
  font-size: 1rem;
  font-weight: 300;
  color: #111111;
}
.bannernosotras-text {
  font-family: "Montserrat", sans-serif;
  font-size: 7rem;
  margin: 0;
  color: black;
  z-index: 1;
  text-align: center;
}

.btnstorecompdos {
  background-color: #4199d7;
  color: #000000;
  border: none;
  width: 100%;
  border-radius: 50px;
  cursor: pointer;
  font-size: 3.6rem;
  font-weight: normal;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 100px;
}

/* Diseño principal */
.main-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 200px;
}

/* Contenedor de botones */
.buttons-container {
  flex: 1;
  min-width: 250px;
  margin-top: 40px;
}

/* Botones de navegación */
.nav-button {
  background-color: white;
  padding: 20px 30px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 2.3rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  width: 43rem;
  height: auto;
}

.nav-button:hover {
  transform: translateY(-2px);
}

.nav-button img {
  width: 30px;
  height: 30px;
}

/* Contenedor de contenido */
.content-container {
  flex: 2;
  padding-left: 20px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 12px;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  max-height: 80vh;
}

/* Sección de contenido dinámico */
.content-section {
  display: none;
  background-color: white;
  padding: 30px;
  border-radius: 12px;
  width: auto;
  min-height: 360px;
  font-size: 2rem;
}

.content-section.active {
  display: block;
}

/* Encabezados de sección */
.content-section h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
  text-align: left;
}

/* Grupos de información */
.info-group {
  margin-bottom: 20px;
}

.info-value {
  font-size: 2.5rem;
  color: #000;
}

/* Tarjetas de información */
.card-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.card-icon {
  width: 50px;
  height: 25px;
  background-color: #f0f0f0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section1 {
  width: 100%;
  overflow-x: auto;
}

/* Contenedor principal de la tabla */

.tablefooter {
  border-collapse: collapse;
}

/* Alinear las imágenes a la derecha sin espacio extra */
td img {
  width: 20rem;
  height: 20rem;
  object-fit: contain;
  margin-left: auto;
  margin-right: 0;
}

.tdname,
.tdtotal,
.tdsubprecio,
.tdnumprecio,
.tdtotalprecio,
.tdtotalpreciouno {
  padding: 8px;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
}

.tdsubprecio {
  text-align: left;
  color: gray;
}

.tdnumprecio {
  text-align: right;
  color: gray;
}

.tdtotalprecio {
  text-align: right;
  font-weight: bold;
  font-size: 2.1rem;
  border-bottom: 2px solid black;
}

.tdtotalpreciouno {
  text-align: left;
  font-weight: bold;
  font-size: 2.1rem;
  border-bottom: 2px solid black;
}

.item_cart {
  font-size: 1.4rem;
  width: 100%;
}

.tdimg {
  padding: 0;
  border: none;
  width: 150px;
  height: 150px;
}

.tdimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1;
}

.pagosg {
  text-align: center;
  font-size: 2.1rem;
}

.titlepedi {
  font-size: 3rem;
}

.customcart-form-control,
.customcart-input-small {
  background-color: #9acbee !important;
  border-radius: 35px;
  border: 1px solid #000000;
  padding: 10px;
  width: 36rem;
  font-size: 1.7rem;
}

.iniciasesionform {
  font-size: 1.4rem;
  text-align: left;
}

.recibiroferta {
  font-size: 1.4rem;
  margin-left: 1rem;
  font-weight: unset;
}

.cpcdest {
  font-size: 1.4rem;
  margin-left: 1rem;
  font-weight: unset;
}

.customcart-form-control2,
.customcart-input-small2 {
  background-color: #9acbee !important;
  border-radius: 35px;
  border: 1px solid #000000;
  padding: 10px;
  width: 16rem;
  height: 3rem;
  margin: 1rem;
  font-size: 1.7rem;
}

.customcart-form-controlcpcd,
.customcart-input-smallcpcd {
  background-color: #9acbee !important;
  border-radius: 35px;
  border: 1px solid #000000;
  padding: 10px;
  width: 10rem;
  height: 3rem;
  margin: 1rem;
  font-size: 1.7rem;
}

.customcart-form-copais,
customcart-input-copais {
  background-color: #9acbee !important;
  border-radius: 35px;
  border: 1px solid #000000;
  padding: 10px;
  width: 34rem;
  height: 4rem;
  margin: 1rem;
  font-size: 1.7rem;
}

.resultadoresum {
  color: gray;
  font-size: 1.3rem;
}
.negritasresum {
  font-weight: bold;
  padding: 0.4rem;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .btnstorecompdos {
    font-size: 1.8rem;
    padding: 0.5em 2em;
  }

  .tdimg {
    padding: 0;
    border: none;
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 480px) {
  .btnstorecompdos {
    font-size: 1.5rem;
    padding: 0.4em 1.5em;
    border-radius: 30px;
  }
}

.btnstorecompdos:hover {
  background-color: #367bb5;
  color: #000000;
}

.bannernosotras::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("<?php echo XOR_PUBLICPATH ?>img/tortillero.png") no-repeat center
      center;
  background-size: cover;
  opacity: 0.3;
  z-index: 0;
}
.footer-text {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  margin: 0;
  padding-right: 10px;
  color: #000000;
}
.footer-contact {
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  margin: 0;
  padding-right: 10px;
  color: #000000;
}

.footerdetallemexicano {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  color: white;
}

.footer-left {
  flex: 1;
  padding: 15px;
  text-align: left;
}

.footer-right {
  flex: 1;
  padding: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .footerdetallemexicano {
    flex-direction: column;
    text-align: center;
  }

  .titulo-modal {
    font-size: 2rem;
  }

  .descripcion-modal {
    font-size: 1rem;
  }

  .footer-left,
  .footer-right {
    flex: none;
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  .footer-right {
    justify-content: center;
  }

  .customcart-form-control2,
  .customcart-input-small2 {
    width: 10rem;
  }
  .cpcdest {
    font-size: 1rem;
  }
  .customcart-form-controlcpcd,
  .customcart-input-smallcpcd {
    margin: 0.2rem;
    width: 7rem;
  }
  .customcart-form-copais,
  .customcart-input-copais {
    padding: 1rem;
    width: 24rem;
    font-size: 1rem;
  }
  .recibiroferta {
    font-size: 1rem;
    margin-left: 1rem;
    font-weight: unset;
  }
  .main-layout {
    flex-direction: column;
    gap: 20px;
  }
  .customcart-form-control,
  .customcart-input-small {
    width: 24rem;
    padding: 0.8rem;
  }
  .nav-button {
    font-size: 1.5rem;
    padding: 15px;
    width: 100%;
  }
  .content-container {
    min-height: 400px;
  }
  table {
    font-size: 1.2rem;
  }
  .tdname,
  .tdtotal,
  .tdsubprecio,
  .tdnumprecio,
  .tdtotalprecio,
  .tdtotalpreciouno {
    font-size: 1rem;
  }
  .tdimg img {
    width: 100%;
    height: auto;
  }
  .pagosg {
    font-size: 1.5rem;
  }
  .container {
    margin-top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .footerdetallemexicano {
    font-size: 12px;
    padding: 15px;
  }

  .footer-left,
  .footer-right {
    padding: 8px;
  }
}

.containerstore {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}

.rowstore {
  display: flex;
  gap: 10px;
}

.columnstore {
  width: 48%;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 50px;
  margin-left: 80px;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  align-items: left;
}

.columnstore2 {
  width: 48%;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 50px;
  margin-right: 100px;
  margin-left: 25px;
}

.columnstore img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 15px;
}

.description {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
}

.price {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}
.bienvenida-texto {
  background: rgba(255, 255, 255, 0.8); /* Fondo blanco semitransparente */
  border: 1px solid rgba(57, 126, 219, 0.2); /* Borde azul claro */
  border-radius: 12px; /* Bordes redondeados */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
  padding: 30px; /* Espaciado interno */
  margin: 20px auto; /* Centra el cuadro horizontalmente y agrega separación */
  max-width: 900px; /* Ancho máximo del cuadro */
  text-align: justify; /* Centra el texto */
  font-size: 2.5rem; /* Tamaño del texto */
  color: #333; /* Color del texto */
  line-height: 1.8; /* Espaciado entre líneas */
}

.bienvenida-texto p {
  margin: 0; /* Elimina márgenes adicionales en el párrafo */
}

@media screen and (max-width: 1024px) {
  .columnstore,
  .columnstore2 {
    margin: 20px;
    width: 45%;
  }

  .columnstore img {
    height: 400px;
  }

  .description {
    font-size: 24px;
  }

  .price {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .containerstore {
    padding: 10px;
  }

  .rowstore {
    flex-direction: column;
    gap: 20px;
  }

  .columnstore,
  .columnstore2 {
    width: 90%;
    margin: 10px auto;
    padding: 0;
  }

  .columnstore img {
    height: 350px;
  }

  .description {
    font-size: 20px;
    text-align: center;
  }

  .price {
    font-size: 16px;
    text-align: center;
  }

  .btnstorecomp {
    align-self: center;
    width: 80%;
    margin: 10px auto;
  }

  .btnstorecompdos {
    align-self: center;
    width: 80%;
    margin: 10px auto;
  }
}

.images-fluid {
  max-width: 90%;
  height: auto;
  margin-left: 10rem;
  margin-top: 10rem;
}

/* Estilo general para el contenedor flex */
.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  margin-top: 25px;
}

.sobre-detalle-title {
  font-family: "Montserrat", sans-serif;
  font-size: 7rem;
  margin: 0;
  padding-right: 10px;
  color: black;
  margin-top: 13rem;
}

/* Estilo para las columnas */
.content-column {
  flex: 0 0 45%;
  padding-left: 3%;
  text-align: center; /* Cambiado para alinear el texto a la izquierda */
}

/* Estilo para las imágenes en general */
.img-fluid {
  max-width: 90%;
  height: auto;
}

.img-fluidinicio {
  max-width: 120%;
  height: 90rem;
  margin-right: 35rem;
}

/* Contenedor para el texto "Regala" y la imagen del logo */
.regala-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-left: 7%;
}

/* Estilo para el texto "Regala" */
.regala-text {
  font-size: 4rem;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  text-align: left; /* Cambiado para alinear el texto a la izquierda */
}

/* Estilo para la imagen logo (PC y dispositivos grandes) */
.logodeta {
  max-height: 80%; /* Imagen más grande en PC */
  margin-left: 10px;
}

/* Estilo para la imagen "a tu puerta" */
.puerta {
  width: 55%;
}

/* Estilo para la descripción del producto */
.product-description {
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  text-align: left; /* Cambiado para alinear el texto a la izquierda */
  padding-left: 7%;
}

.btncompra {
  background-color: #499dcf;
  margin-left: 160px; /* Elimina o ajusta este margen en pantallas pequeñas */
  margin-top: 20px;
  color: black;
  border: none;
  padding: 2.5rem 5.5rem;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: normal;
}

.btnsendform {
  background-color: #499dcf;
  margin-top: 20px;
  color: black;
  border: none;
  padding: 1.7rem 3.5rem;
  border-radius: 50px;
  cursor: pointer;
  font-size: 2.8rem;
  font-weight: normal;
}

.btnsendformcart {
  background-color: #499dcf;
  margin-top: 20px;
  color: black;
  border: none;
  padding: 0.7rem 2.5rem;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: normal;
}

.sobre-detalle-text {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  margin: 0;
  padding-right: 10px;
}

.text-form-column {
  flex: 1;
  margin-left: 12rem;
  margin-right: 12rem;
  margin-top: 10rem;
}

/* Estilos específicos para los textos */
.text-image-column p.contact-header {
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  margin: 0;
  padding-right: 10px;
  margin-left: 6rem;
  margin-top: 10rem;
}

.text-image-column p.contact-subheader {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  margin: 0;
  padding-right: 10px;
  margin-left: 6rem;
}

/* Estilos generales de las etiquetas form */
.contact-form-custom .form-label {
  font-size: 2.6rem;
}

/* Estilo para los inputs y textareas dentro de .contact-form-custom */
.contact-form-custom input.custom-form-control,
.contact-form-custom textarea.custom-form-control {
  background-color: transparent;
  border-radius: 35px;
  border: 1px solid #000000;
  padding: 10px;
  width: 100%;
}

.contact-form-custom .custom-input-small {
  /* Personalización adicional si es necesario */
}

.contact-form-custom .custom-textarea {
  background-color: transparent;
  border-radius: 35px;
  border: 1px solid #000000;
  padding: 10px;
  width: 100%;
}

/* Estilo del botón de enviar */
.contact-form-custom .custom-btn-submit {
  padding: 10px 20px;
  border-radius: 35px;
  background-color: #4caf50;
  color: white;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}

.contact-form-custom .custom-btn-submit:hover {
  background-color: #45a049; /* Efecto al pasar el mouse */
}

/* Ajustes de los márgenes de los formularios */
.contact-form-custom .form-group {
  margin-bottom: 1rem;
}

.contact-form-custom .form-row {
  display: flex; /* Usar Flexbox */
  justify-content: space-between; /* Distribuir las columnas a los extremos */
  gap: 1rem; /* Espaciado entre las columnas */
}

.contact-form-custom .col-custom {
  flex-basis: 48%; /* Asegura que cada columna ocupe un 48% del contenedor */
  min-width: 200px; /* Prevenir que las columnas se hagan demasiado pequeñas */
}

.contact-form-custom br {
  clear: both;
}

/* Pantallas pequeñas: Ajustar las columnas a 100% y cambiar la disposición del logo y texto "Regala" */
@media screen and (max-width: 768px) {
  .text-form-column {
    flex: 1;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
  }

  .text-image-column p.contact-header {
    font-size: 1.7rem;
    margin: 0;
    padding-right: 0px;
    margin-left: 0rem;
    margin-top: 0rem;
  }

  .text-image-column p.contact-subheader {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    margin: 0;
    padding-right: 0px;
    margin-left: 0rem;
    text-align: left;
  }

  .contact-form-custom .form-row {
    flex-direction: column; /* Las columnas se apilan verticalmente */
    gap: 1rem; /* Espaciado entre los elementos */
  }

  .contact-form-custom .col-custom {
    flex-basis: 100%; /* Las columnas ocupan todo el ancho */
  }

  .contact-form-custom .form-label {
    font-size: 2rem; /* Reducir tamaño de fuente en pantallas pequeñas */
  }

  .contact-form-custom .custom-btn-submit {
    width: 100%; /* Botón de enviar ocupa todo el ancho */
    font-size: 1.5rem; /* Aumentar tamaño de texto del botón en pantallas pequeñas */
  }

  .btncompra {
    font-size: 1.5rem;
    padding: 2rem 2rem;
  }

  .btnsendform {
    font-size: 1.5rem;
    padding: 2rem 2rem;
  }

  .flex-container {
    flex-direction: column; /* Cambia la disposición de las columnas a vertical */
    align-items: center; /* Centra los elementos */
  }

  .flex-container-main {
    flex-direction: column; /* Cambia la disposición de las columnas a vertical */
    align-items: center; /* Centra los elementos */
  }

  .content-column {
    flex: 1 1 100%;
    width: 100%;
    padding: 10px;
    align-items: center;
    text-align: center; /* Centra el texto y las imágenes */
  }

  .text-image-column {
    flex: 1 1 100%;
    width: 100%;
    padding: 10px;
    align-items: center;
    text-align: center; /* Centra el texto y las imágenes */
  }

  .logodeta {
    width: 100px;
  }

  .regala-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .doll-image {
    display: block;
    margin-left: auto;
  }

  .dolls1-image {
    display: block;
    margin-left: auto;
  }

  /* Modificación del tamaño de la fuente para la clase .regala-text en pantallas pequeñas */
  .regala-text {
    font-size: 2.8rem; /* Cambio el tamaño a 2.8rem en móviles */
  }

  .sobre-detalle-title {
    font-size: 2.2rem; /* Cambio el tamaño a 2.8rem en móviles */
    margin-top: 0rem;
  }

  .product-description {
    text-align: center; /* Cambiado para alinear el texto a la izquierda */
  }

  .sobre-detalle-text {
    text-align: left; /* Cambiado para alinear el texto a la izquierda */
    font-size: 1.6rem;
    margin-top: 20px;
  }

  .puerta {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .img-fluidinicio {
    max-width: 120%;
    height: 30rem;
    margin-right: 0rem;
  }

  .columnstore img {
    height: 250px;
  }

  .description {
    font-size: 18px;
  }

  .price {
    font-size: 14px;
  }

  .btnstorecomp {
    width: 100%;
  }

  .btnstorecompdos {
    width: 100%;
  }

  .text-form-column {
    flex: 1;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
  }

  .text-image-column p.contact-subheader {
    font-family: "Montserrat", sans-serif;
    font-size: 1.7rem;
    margin: 0;
    padding-right: 0px;
    margin-left: 0rem;
    text-align: left;
  }
  .text-image-column p.contact-header {
    font-size: 3rem;
    margin: 0;
    padding-right: 0px;
    margin-left: 0rem;
    margin-top: 0rem;
  }

  .contact-form-custom .form-label {
    font-size: 1.8rem; /* Reducir aún más el tamaño de la fuente en móviles */
  }

  .contact-form-custom input.custom-form-control,
  .contact-form-custom textarea.custom-form-control {
    padding: 8px; /* Reducir el padding de los inputs y textarea */
  }

  .contact-form-custom .custom-btn-submit {
    padding: 12px 18px; /* Ajustar padding del botón */
    font-size: 1.4rem; /* Ajustar tamaño de fuente del botón */
  }

  .btncompra {
    width: 78%; /* Hace que el botón ocupe el 90% del ancho de su contenedor */
    font-size: 1.4rem;
    margin-left: 5%; /* Centrando el botón con un margen a la izquierda */
    margin-top: 30px;
  }

  .btnsendform {
    width: 55%;
    font-size: 1.4rem;
    margin-top: 10px;
  }

  /* Hacer que la imagen de logo sea aún más pequeña en pantallas muy pequeñas */
  .logodeta {
    width: 210px;
  }

  .nav-button {
    font-size: 1.2rem;
    padding: 10px;
  }
  .content-section h2 {
    font-size: 1.4rem; /* Ajustado para mejor visualización en pantallas pequeñas */
  }
  .titlepedi {
    font-size: 1.3rem; /* Reducción de tamaño para adaptar mejor */
  }
  table {
    font-size: 1rem; /* Disminuido para que el contenido se ajuste mejor */
  }
  .tdname,
  .tdtotal,
  .tdsubprecio,
  .tdnumprecio,
  .tdtotalprecio,
  .tdtotalpreciouno {
    font-size: 0.9rem; /* Ajustado para que los textos no sobresalgan */
  }
  .tdimg img {
    width: 100%;
    height: auto;
  }
  .pagosg {
    font-size: 1.2rem; /* Ajustado para tamaños más pequeños */
  }
  .customcart-form-control,
  .customcart-input-small {
    width: 100%; /* Hacer que los inputs ocupen todo el ancho disponible */
    padding: 0.6rem; /* Reducir el padding para ajustarse mejor */
  }
  .customcart-form-control2,
  .customcart-input-small2 {
    width: 100%; /* Asegurando que otros inputs también se adapten */
  }
  .customcart-form-controlcpcd,
  .customcart-input-smallcpcd {
    width: 100%; /* Ajustar el ancho de los inputs */
  }
  .customcart-form-copais,
  .customcart-input-copais {
    width: 900%; /* Para que se ajusten completamente al ancho */
    padding: 0.8rem; /* Ajustar padding a 0.8rem para mejor presentación */
  }
  .container {
    margin-top: 10px; /* Espacio superior más pequeño para aprovechar la pantalla */
  }
}
/*segundodiv*/
.flex-container-main {
  display: flex;
  justify-content: space-between; /* Espacio entre las columnas */
  align-items: flex-start; /* Alinea las columnas arriba */
  gap: 10rem; /* Espacio entre las columnas */
  padding: 20px;
}
