@import url("https://googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  border: none;
}
body {
  min-height: 100vh;
  overflow-x: hidden;
}
nav {
  position: absolute;
  max-height: 70px;
  background: #09121a !important;
  width: 100%;
  padding: 25px 0;
}
nav img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 35px;
  left: 15px;
}
nav a {
  position: relative;
  margin-right: 20px;
  text-decoration: none;
  color: #ed1772;
  font-size: 2em;
}
nav a:hover {
  color: #fff;
  text-shadow: 0 0 4px #ed1772;
}

.ir-arriba {
  position: fixed;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 30px;
  background-color: #ed1772;
  color: #09121a;
  border-radius: 10px;
  box-shadow: 0 0 3px #999;
  cursor: pointer;
  font-size: 28px;
  text-shadow: 0 0 2px #fff;
  z-index: 100;
}
.ir-arriba i {
  position: relative;
  top: 5px;
}

#primera {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: none;
  background: #09121a;
}
#primera::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #0c1923, transparent);
  z-index: 1000;
}
#primera img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  border: none;
}

#primera img#mountains_f {
  z-index: 10;
}
#primera i {
  position: absolute;
  font-size: 2.5em;
  color: #fff;
  bottom: 50px;
}
#text {
  position: absolute;
  right: -350px;
  color: #fff;
  white-space: nowrap;
  font-size: 4.5em;
  z-index: 9;
  text-shadow: 2px 2px 0 #ed1772;
}
#text-catalogo {
  position: absolute;
  color: #ffffff;
  font-size: 3.5em;
  top: 20px;
  text-shadow: 2px 2px 0 #ed1772;
}
#btn {
  text-decoration: none;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 40px;
  background: #fff;
  color: #2b1055;
  font-size: 1.5em;
  z-index: 9;
  transform: translateY(100px);
}
.sec {
  position: relative;
  padding: 100px;
  background: url("/assets/img/background02.jpg");
  background-size: contain;
  background-repeat: repeat;
}
.sec h2 {
  font-size: 3.5em;
  margin-bottom: 10px;
  color: #fff;
}
.sec p {
  font-size: 1.2em;
  color: #fff;
}
.sec .card {
  width: 20rem;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(250, 250, 250, 0.5);
  border-right: 1px solid rgba(250, 250, 250, 0.2);
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.sec .card:hover {
  cursor: pointer;
  box-shadow: 0 0 10px rgba(14, 13, 13, 0.5);
  border: 1px solid rgba(3, 9, 94, 0.5);
  border-right: 1px solid rgba(12, 3, 94, 0.2);
  border-bottom: 1px solid rgba(12, 3, 94, 0.2);
  background: rgba(5, 54, 117, 0.1);
}
.sec .card img {
  position: relative;
  top: 12px;
  width: 100%;
  border-radius: 10px;
}

.sec .card .card-title {
  width: 100%;
  color: #ffffff;
  font-size: 1.5em;
}
.sec .btn-produc {
  width: 170px;
  white-space: break-spaces;
  border-radius: 25px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background-color: #ed1772 !important;
}
.product-filters {
  margin-bottom: 80px;
}

.product-filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.product-filters ul li {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  margin: 15px;
  border: 2px solid #051922;
  color: #323232;
  background: #fff;
  cursor: pointer;
  padding: 8px 20px;
  border-radius: 25px;
}

.product-filters ul li.active {
  border: 2px solid #ed1772;
  background-color: #ed1772;
  color: #fff;
}

:root {
  --bg: #09121a;
}

.redes-sociales {
  position: relative;
  width: 100%;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: none;
  background: var(--bg);
}
.redes-sociales::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, #ed1772, transparent);
  z-index: 1000;
}
.redes-sociales h3 {
  position: relative;
  white-space: nowrap;
  font-size: 3.5em;
  color: #ed1772;
  top: 30px;
  margin-bottom: 50px;
}
.redes-sociales h3 span {
  color: #fff;
  margin-right: 10px;
}

.redes-sociales .box {
  padding: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  cursor: pointer;
  transition: 0.5s;
  margin-bottom: 70px;
}
.redes-sociales .box:hover {
  z-index: 10000;
  transform: scale(0.75);
}
.redes-sociales .box::before {
  content: "";
  position: absolute;
  inset: 30px;
  box-shadow: 0 0 0 10px var(--clr), 0 0 0 20px var(--bg), 0 0 0 22px var(--clr);
  transition: 0.5s;
}
.redes-sociales .box:hover::before {
  inset: 0;
}
.redes-sociales .box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg);
  transform: rotate(45deg);
}
.redes-sociales .box a {
  position: relative;
  text-decoration: none;
  color: var(--clr);
  z-index: 10;
  font-size: 3em;
  transition: 0.5s;
}
.redes-sociales .box:hover a {
  font-size: 3em;
  filter: drop-shadow(0 0 20px var(--clr)) drop-shadow(0 0 40px var(--clr))
    drop-shadow(0 0 60px var(--clr));
}

.copyright p {
  font-style: oblique;
  font-size: 1em;
  color: #ed1772;
}

/*  CSS PRODUCTOS  */
#productos {
  position: relative;
  width: 100%;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: none;
  background: #09121a;
}
#productos::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #0c1923, transparent);
  z-index: 1000;
}
#productos img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#productos h2 {
  position: relative;
  top: -50%;
  color: #ffffff;
  font-size: 3.5em;
  text-shadow: 2px 2px 0 #ed1772;
}
#flot{
    position: absolute;
    top: -10px;
}
#descripcion {
  position: relative;
  padding: 100px;
  background: url("/assets/img/background02.jpg");
  background-size: contain;
  background-repeat: repeat;
}
.carousel-item img {
  position: relative;
  width: 50%;
  height: 50%;
}

#descripcion .carousel .carousel-indicators button {
  width: 20px;
  height: 20px;
  background-color: #ed1772;
}

#descripcion .list {
  position: relative;
  padding-left: 20%;
  list-style: none;
}
#descripcion .list li a {
  text-decoration: none;
  font-size: 1em;
  color: #fff;
}
#descripcion .list li a span {
  color: #ed1772;
  font-size: 1.2em;
}
#descripcion p {
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: justify;
  font-size: 1.2em;
  color: #fff;
}
#descripcion .product_count {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
#descripcion .product_count label {
  position: relative;
  color: #ffffff;
  font-size: 1em;
  margin-left: 20px;
}
#descripcion .product_count input {
  position: relative;
  max-width: 100px;
  border-radius: 10px;
  font-size: 1.2em;
}
#descripcion .card_area button {
  background-color: #ed1772;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  border: none !important;
  cursor: pointer;
  padding: 15px 25px;
  border-radius: 3px;
}
#descripcion .card_area button:hover {
  background-color: #fff;
  color: #ed1772;
}
#descripcion .modal .modal-content {
  background-color: #051922 !important;
  color: #fff;
}

#pedido_succ {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px;
  background: url("/assets/img/background02.jpg");
  background-size: cover;
}
#pedido_succ h2 {
  text-align: center;
  color: #ed1772;
}
#pedido_succ p {
  text-align: center;
  color: #fff;
  font-size: 1.2em;
}

/* estilos de carrito */
#carrito {
  position: relative;
  padding: 100px;
  background: url("/assets/img/background02.jpg");
  background-size: contain;
  background-repeat: repeat;
}
#carrito .table {
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(250, 250, 250, 0.5);
  border-right: 1px solid rgba(250, 250, 250, 0.2);
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
  background: rgba(255, 255, 255, 0.1);
  
}
#carrito .table thead{
  background: #09121a;
  color: #fff;
}
#carrito .table th {
  border-right: 1px solid #efefef;
  padding: 15px;
  font-weight: 500;
  text-align: center;
}
.table th:last-child{
  border-right: none;
}
.table tbody tr td {
  text-align: center;
  border: 1px solid #efefef;
  padding: 20px 0;
  color: #bec4c6;
}

#carrito .table h4{
  text-align: start;
  color: #fff;
}
#carrito .cart-btn {
  position: relative;
  margin-right: 10px;  
  margin-bottom: 10px;
  background: #ed1772;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  border: none !important;
  cursor: pointer;
  padding: 15px 25px;
  border-radius: 3px;
}
#carrito .cart-btn:hover{
  background-color: #fff;
  color: #ed1772;
}
#carrito .modal .modal-content {
  background-color: #051922 !important;
  color: #fff;
}


@media (max-width: 575.98px)   { 
 
#descripcion {  
  padding: 1px;  
}
.carousel-item img {
  position: relative;
  width: 100%;
  height: 100%;
}

#carrito {
  position: relative;
  padding: 1px;

}
 }
@media (max-width: 767.98px){
#descripcion {  
  padding: 1px;  
}
.carousel-item img {
  position: relative;
  width: 100%;
  height: 100%;
}
#carrito {
  position: relative;
  padding: 1px;

}
} 
