@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Roboto&display=swap");
/* Las adaptamos al modo oscuro */
@media (prefers-color-scheme: dark) {
  :root {
    --negro: #ececec;
  }
}
/* Opcional */
/* Configuramos si un usuario ha activado el modo alto contraste. (WD) */
/* Opcional */
/* Desactivamos los animations en el caso de que el usuario haya configurado el modo sin animation */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/* Reseteamos los margin y paddings de todas las etiquetas */
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
}

/* Evitamos problemas con las imagenes */
img, picture, video, iframe, figure {
  max-width: 100%;
  width: 100%;
  display: block;
  /* opcional */
  -o-object-fit: cover;
  object-fit: cover;
  /* opcional */
  -o-object-position: center center;
  object-position: center center;
}

/* Reseteamos los enlaces para funcionar como cajas... */
a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

/* ... excepto los que se encuentran en párrafos */
p a {
  display: inline;
}

/* Quitamos los puntos de los <li> */
li {
  list-style-type: none;
}

ul {
  padding: 0%;
}

/* Configuramos anclas suaves */
html {
  scroll-behavior: smooth;
}

/* Desactivamos estilos por defecto de las principales etiquetas de texto */
h1, h2, h3, h4, h5, h6, p, span, a, strong, blockquote, i, b, u, em {
  font-size: 1em;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  color: inherit;
}

/* Evitamos problemas con los pseudoelementos de quotes */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

/* Configuramos el texto que seleccionamos */
::-moz-selection {
  background-color: var(--negro);
  color: var(--blanco);
}

::selection {
  background-color: var(--negro);
  color: var(--blanco);
}

/* Nivelamos problemas de tipografías y colocación de formularios */
form, input, textarea, select, button, label {
  font-family: inherit;
  font-size: inherit;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  background-color: transparent;
  color: inherit;
  display: block;
  /* opcional */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Reseteamos las tablas */
table, tr, td {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Evitamos problemas con los SVG */
svg {
  width: 100%;
  display: block;
  fill: currentColor;
}

/* Configuramos la tipografía para toda la web */
body {
  min-height: 100vh;
  font-size: 100%;
  font-family: var(--tipo-principal);
  color: var(--negro);
  background-color: rgb(201, 201, 201);
  font-family: "Roboto", sans-serif;
}

.navbar {
  padding-top: 0px;
  background-color: transparent;
}
.navbar .navbar-brand {
  display: none;
}
.navbar .nav-link {
  padding-top: 0%;
}

.navbar-nav {
  font-size: 1.3rem;
}

.clima {
  color: black;
  padding-right: 38px;
}
.clima p {
  width: 60px;
  height: 25px;
  text-align: center;
  margin: 0px;
  font-size: 1rem;
  font-weight: bold;
}
.clima .climaIco {
  width: 60px;
  height: 25px;
}

.titulaso {
  font-family: "Dancing Script", cursive;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.1)), url(../recursos/imagenes/grande.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  border: 4px solid rgba(167, 139, 84, 0.8);
  box-shadow: 4px 3px 2px rgba(167, 139, 84, 0.8);
}
.titulaso h1 {
  text-align: center;
  padding: 70px 10px;
  text-shadow: 2px 2px 0px black, 3px 3px 0px rgb(2, 245, 255), 4px 4px 0px rgb(255, 94, 247);
  font-size: 4rem;
  color: rgba(167, 139, 84, 0.562);
}

h2 {
  margin-top: 50px;
  color: black;
  font-weight: bold;
  font-size: 2.5rem;
}

.selecionaCompra {
  margin: auto;
  margin-top: 55px;
  font-size: 30px;
  text-align: center;
  color: black;
}

.contenedorCartas {
  width: 100%;
  margin: auto;
  margin-top: 40px;
  padding: 5px;
}
.contenedorCartas .card {
  margin: 20px;
  padding: auto;
  border: 2px solid rgb(223, 185, 185);
  box-shadow: 4px 0px 4px rgb(192, 166, 166);
  background-color: transparent;
}
.contenedorCartas .card .card-body {
  height: 220px;
  padding: auto;
  margin: 0px;
}
.contenedorCartas .card .card-body .card-precio {
  font-weight: bolder;
  unicode-bidi: embed;
}

.filtro {
  margin: auto;
  padding: 13px;
}

.conteiner-carro {
  display: flex;
  justify-content: end;
  margin: auto;
  margin-bottom: 55px;
  padding: 5px;
}
.conteiner-carro .numeroCarrito {
  font-weight: bolder;
  position: relative;
  top: -55px;
  left: 32px;
}

.modal {
  color: black;
}
.modal .modal-header {
  font-weight: bold;
  font-size: 1.8rem;
}
.modal .modal-body {
  font-size: 0.7rem;
  padding: auto;
}

.carritoTotal {
  font-size: 1.2rem;
  font-weight: bolder;
}

.gradienteCarrito {
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(255, 94, 247) 17.8%, rgb(2, 245, 255) 100.2%);
}

.nombre-col {
  width: 64%;
  float: left;
  padding: 0%;
}

.precio-col {
  width: 18%;
  float: left;
  padding: 0%;
}

.cantidad-col {
  width: 10%;
  float: right;
  padding: 0%;
}

.boton-col {
  width: 6%;
  float: right;
  padding: 0%;
}

footer {
  border-top: 2px solid rgb(223, 185, 185);
  box-shadow: 4px -2px 4px rgb(192, 166, 166);
}
footer .footer-majo {
  color: black;
}
footer .footer-majo ul {
  padding: 0px;
  font-size: 0.8rem;
}
footer .footer-majo .img-fluid {
  max-width: 250px;
}
footer .footer-majo .container-ico {
  display: flex;
  flex-direction: row;
  max-width: 250px;
}
footer .footer-majo .container-ico svg {
  color: black;
}

button {
  width: 165px;
  height: 62px;
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  border-radius: 1rem;
  border: none;
  position: relative;
  background: #100720;
  transition: 0.1s;
}

button::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(255, 94, 247) 17.8%, rgb(2, 245, 255) 100.2%);
  filter: blur(15px);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

button:active {
  transform: scale(0.9) rotate(3deg);
  background: radial-gradient(circle farthest-corner at 10% 20%, rgb(255, 94, 247) 17.8%, rgb(2, 245, 255) 100.2%);
  transition: 0.5s;
}

.btn {
  border: 3px solid rgb(223, 185, 185);
  box-shadow: 3px 5px 8px rgb(201, 166, 166);
  font-weight: bolder;
}

.btn-comprar {
  background: rgb(2, 245, 255);
}

@media screen and (min-width: 576px) {
  .navbar-nav {
    font-size: 1.6rem;
  }
  .contenedorCartas {
    max-width: 60%;
  }
  .conteiner-carro {
    max-width: 60%;
  }
  .modal .modal-body {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .contenedorCartas {
    max-width: 80%;
  }
  .conteiner-carro {
    max-width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .navbar-nav {
    font-size: 2rem;
  }
  .titulaso h1 {
    font-size: 6.5rem;
  }
  .modal .modal-body {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=estilo.css.map */
