@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Black+Ops+One&family=Fascinate&family=Fjalla+One&family=Fredericka+the+Great&family=Indie+Flower&display=swap");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.logo {
	width: 200px;
}
@media screen and (max-width: 425px) {
	.logo {
		width: 120px;
	}
}
@media screen and (max-width: 768px) {
	.logo {
		width: 150px;
	}
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

h2 {
	color: #ff0000;
	font-size: 4rem;
	margin-bottom: 10px;
	margin: 10px;
	font-family: "Anton", sans-serif;
}

h3 {
	color: #ff0000;
	font-size: 2rem;
	font-family: "Anton", sans-serif;
	margin: 10px;
}

.titulo {
	color: #ff0000;
	margin-top: 4rem;
	margin-bottom: 4rem;
	font-size: 4rem;
	font-family: "Anton", sans-serif;
	text-align: center;
}
@media screen and (max-width: 425px) {
	.titulo {
		font-size: 3rem;
	}
}

.h1Inicio {
	font-family: "Anton", sans-serif;
	font-size: 5rem;
	color: white;
	margin-top: 3rem;
	margin-bottom: 3 rem;
}
@media screen and (max-width: 425px) {
	.h1Inicio {
		font-size: 1.8rem;
	}
}

.tituloTienda {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 5rem;
	font-family: "Anton", sans-serif;
	text-align: center;
	color: white;
	width: 100%;
}

.videoIndex {
	display: flex;
	justify-content: center;
	height: 100px;
	min-height: calc(100vh - 100px - 50px);
}
@media screen and (max-width: 870px) {
	.videoIndex {
		padding: 50px 0;
	}
}
.videoIndex .video {
	width: 100%;
}

.imgIndex {
	display: flex;
	justify-content: center;
}

.gridConteiner__disk {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: stretch;
	gap: 4rem;
	margin: 4rem;
}
@media screen and (max-width: 425px) {
	.gridConteiner__disk {
		display: flex;
		flex-wrap: wrap;
		grid-template-columns: 1fr;
		align-content: center;
	}
}
@media screen and (max-width: 768px) {
	.gridConteiner__disk {
		gap: 4rem 2rem;
		grid-template-columns: 1fr;
		justify-content: center;
		margin: 2rem;
	}
}

.parrafoDisk {
	font-style: normal;
	font-family: "Indie Flower", cursive;
	color: white;
	font-size: 2rem;
	margin: 0 4rem;
}
@media screen and (max-width: 425px) {
	.parrafoDisk {
		font-size: 1.5rem;
	}
}

.imgDisk {
	display: flex;
	justify-content: center;
	width: 100%;
}

.grid__conteinerImg {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px 20px;
	margin: 2rem 2rem 0 2rem;
	padding: 2rem 2rem 0 2rem;
}
@media screen and (max-width: 768px) {
	.grid__conteinerImg {
		grid-template-columns: 1fr;
		margin: 2rem 2rem 0 2rem;
		padding: 1rem 1rem 0 1rem;
	}
}
.grid__conteinerImg .columna {
	padding: 2px;
}
.grid__conteinerImg .columna .columnaImg {
	width: 100%;
	margin-top: 20px;
	transition: transform 0.3s linear;
	transform: scale(0.85);
}
.grid__conteinerImg .columna .columnaImg:hover {
	transform: scale(1.1);
}

.conteinerMain {
	align-items: center;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (max-width: 870px) {
	.conteinerMain {
		margin-top: 30px;
	}
}
.conteinerMain .bio {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (max-width: 425px) {
	.conteinerMain .bio {
		width: 100%;
	}
}
.conteinerMain .bio__h1 {
	color: #ffffff;
	padding: 50px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 3rem;
	font-family: "Anton", sans-serif;
}
@media screen and (max-width: 425px) {
	.conteinerMain .bio__h1 {
		font-size: 2rem;
	}
}
.conteinerMain .bio__img {
	align-items: center;
	width: 100%;
}
.conteinerMain .bio__text {
	display: flex;
	color: #ffffff;
	text-align: center;
	flex-direction: column;
	margin: 1rem;
	width: 80%;
	font-size: 1.5rem;
	font-family: "Indie Flower", cursive;
}
@media screen and (max-width: 768px) {
	.conteinerMain .bio__text {
		width: 100%;
	}
}
.conteinerMain .bio__text__textArticle {
	margin: 15px 0;
}
.conteinerMain .bio__text__textArticle .parrafo,
.conteinerMain .bio__text__textArticle .bio__text .parrafo2,
.conteinerMain .bio__text .bio__text__textArticle .parrafo2 {
	color: #ffffff;
	margin: 10px;
}
.conteinerMain .bio__text .parrafo2 {
	font-size: larger;
	padding-top: 10px;
}
.conteinerMain .conteinerVideo {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 420px) {
	.conteinerMain .conteinerVideo {
		margin-left: 5rem;
		margin-right: 5rem;
	}
}

.textFormulario {
	color: #ffffff;
}

.h3Contacto {
	display: flex;
	justify-content: center;
	padding-top: 10px;
	font-family: "Anton", sans-serif;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: white;
}

ul {
	padding-left: 0;
}

.tituloAnimado {
	-webkit-animation: tituloAnimado 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 2
		alternate-reverse both;
	animation: tituloAnimado 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 2
		alternate-reverse both;
}

@-webkit-keyframes tituloAnimado {
	0% {
		letter-spacing: -0.5em;
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
	}
}

@keyframes tituloAnimado {
	0% {
		letter-spacing: -0.5em;
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
	}
}

.tituloAnimadoDisk {
	-webkit-animation: tituloAnimadoDisk 0.9s cubic-bezier(0.215, 0.61, 0.355, 1)
		1s both;
	animation: tituloAnimadoDisk 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
}

@-webkit-keyframes tituloAnimadoDisk {
	0% {
		letter-spacing: 1em;
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		letter-spacing: normal;
		opacity: 1;
	}
}

@keyframes tituloAnimadoDisk {
	0% {
		letter-spacing: 1em;
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		letter-spacing: normal;
		opacity: 1;
	}
}

.fondoGradBio {
	display: flex;
	text-align: center;
	flex-direction: column;
	background: #050101;
	background: -moz-linear-gradient(
		80deg,
		#050101 49%,
		#ac2400 100%,
		#00d4ff 100%
	);
	background: -webkit-linear-gradient(
		80deg,
		#050101 49%,
		#ac2400 100%,
		#00d4ff 100%
	);
	background: linear-gradient(80deg, #050101 49%, #ac2400 100%, #00d4ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050101", endColorstr="#00d4ff", GradientType=1);
}

.fondoColorNegro {
	background-color: #000000;
}

.footer {
	height: 120px;
}
.footer__redesSociales a {
	margin: 10px;
	font-size: 20px;
}
.footer__redesSociales a i:hover {
	color: red;
	transform: scale(1.3);
}

.contenedorTienda {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.carousel-inner {
	width: 80%;
	margin: 0 auto;
}

#main-productos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 1rem;
}

.modal-contenedor {
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100vh;
	position: fixed;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
}

.modalCarrito {
	position: relative;
	width: 500px;
	height: 620 px;
	background-color: white;
	padding-bottom: 30px;
	padding-top: 20px;
	border-radius: 10px;
}

.modal-contenedor-active {
	opacity: 1;
	visibility: visible;
}

.contenedor-titulo {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#divCarrito {
	position: absolute;
	right: 0;
	margin: 1rem;
}

#boton-carrito {
	border: none;
	color: red;
	font-size: 50px;
	background-color: white;
	border-radius: 50%;
	padding: 10px 20px;
	transition: all 0.3s;
	/* transform: translateY(-100%); */
}

@media screen and (max-width: 800px) {
	#divCarrito {
		position: relative;
	}
}

.precioProducto {
	font-weight: 600;
}

.productoEnCarrito {
	border-left: 5px solid lightblue;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	margin: 5px 0;
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
}

.modalCarrito #carritoCerrar {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 20px;
	color: red;
	border: none;
	background-color: white;
}

.boton-eliminar {
	background-color: white;
	color: red;
	border: none;
	font-size: 20px;
}

.botonEnviar {
	display: none;
}

/* .botonVaciar{
  display: none;
} */
