@charset "UTF-8";
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
select,
button,
input,
textarea {
	outline: none;
}

.trans, .dropdown-item, .productos1 .fondo img, .novedades .vermas a, .productos a img, .headerfanpack a, footer a, .detalle .pedir, .productoshome .fondo img, .frase a {
	transition: all 0.3s ease;
}

.container-fluid {
	max-width: 1400px;
}

@font-face {
	font-family: "MADE TOMMY";
	src: url("../fonts/MADETOMMY-Black.woff2") format("woff2"), url("../fonts/MADETOMMY-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "MADE TOMMY";
	src: url("../fonts/MADETOMMY-Bold.woff2") format("woff2"), url("../fonts/MADETOMMY-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "MADE TOMMY";
	src: url("../fonts/MADETOMMY-ExtraBold.woff2") format("woff2"), url("../fonts/MADETOMMY-ExtraBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "MADE TOMMY";
	src: url("../fonts/MADETOMMY-Light.woff2") format("woff2"), url("../fonts/MADETOMMY-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "MADE TOMMY";
	src: url("../fonts/MADETOMMY-Medium.woff2") format("woff2"), url("../fonts/MADETOMMY-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "MADE TOMMY";
	src: url("../fonts/MADETOMMY.woff2") format("woff2"), url("../fonts/MADETOMMY.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "MADE TOMMY";
	src: url("../fonts/MADETOMMY-Thin.woff2") format("woff2"), url("../fonts/MADETOMMY-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
body {
	padding: 0;
	margin: 0;
	font-family: "MADE TOMMY";
	overflow-x: hidden;
	background-color: #fbf8f4;
}

.clear {
	clear: both;
}

h1,
h2,
h3,
h4,
p,
ul,
li {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a,
a:hover {
	text-decoration: none;
	outline: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bg-light {
	background-color: #fff !important;
}

.frase {
	padding: 120px 0 120px 0;
	background-color: #fbf8f4;
	color: #000;
	font-size: 33px;
}
.frase a {
	color: #fff;
	background-color: #000;
	border-radius: 20px;
	padding: 12px 20px 12px 20px;
	font-size: 15px;
	float: right;
}
.frase a:hover {
	background-color: rgb(147, 213, 10);
}

.split-lines {
	display: block;
	color: #000;
	font-size: 43px;
	line-height: 51px;
}

.line {
	position: relative;
}

.line-mask {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #faf7f4;
	opacity: 0.65;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.productoshome {
	background: RGBA(147, 213, 10, 1);
	background: linear-gradient(180deg, rgb(147, 213, 10) 0%, rgb(147, 213, 10) 33%, #fbf8f4 33%);
	padding-top: 62px;
}
.productoshome .fondo {
	border-radius: 33px;
	position: relative;
}
.productoshome .fondo img {
	width: 100%;
	height: 500px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 66px;
	display: block;
	margin: auto;
}
.productoshome .fondo a {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 66px;
	color: #000;
}
.productoshome .fondo a:hover img {
	width: 500px;
	height: 500px;
	display: block;
	margin: auto;
	border-radius: 300px;
}
.productoshome .fondo .color1 {
	background-color: #c3ddcd;
}
.productoshome .fondo .color2 {
	background-color: #f4c7ca;
}
.productoshome .fondo .color3 {
	background-color: #cab7d5;
}
.productoshome .fondo .color4 {
	background-color: #5ac3d0;
}
.productoshome .fondo .color4:hover img,
.productoshome .fondo .color2:hover img {
	width: 444px;
}
.productoshome .col-md-6 {
	margin-bottom: 33px;
}
.productoshome .col-md-6 ul {
	padding: 12px 12px 0 12px;
}
.productoshome .col-md-6 ul a {
	color: #000;
	font-size: 33px;
	margin-top: 12px;
	padding-left: 0;
	line-height: 33px;
	font-weight: 500;
}
.productoshome .col-md-6 ul a span {
	display: block;
}
.productoshome .col-md-6 li:last-child {
	padding-top: 12px;
}

.contacto {
	padding: 84px 0 84px 0;
}
.contacto h2 {
	font-size: 33px;
	color: #fff;
	margin-bottom: 33px;
}
.contacto input[type=text],
.contacto input[type=email],
.contacto select,
.contacto textarea {
	width: 100%;
	border: none;
	background-color: transparent;
	padding: 10px;
	margin-bottom: 12px;
	border-bottom: solid 1px #fff;
}
.contacto input::-moz-placeholder, .contacto textarea::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.contacto input::placeholder,
.contacto select,
.contacto textarea::placeholder {
	color: #fff;
	opacity: 1;
}
.contacto #btn {
	background-color: #000;
	color: #fff;
	border-radius: 120px;
	border: none;
	padding: 12px 20px 12px 20px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
}
.contacto .col-md-8 {
	padding-right: 120px;
}

.anim-container {
	margin-top: 33px;
	display: flex;
	justify-content: center;
}

.anim-box {
	background-color: rgb(202, 183, 213);
	border-radius: 0 200px 200px 200px;
	width: 50%; /* ancho inicial */
	transition: width 1s ease; /* animación suave */
}

.newsletter {
	background-image: url(../img/49db79505336d1c9f72d77ad0b4451550f43f680.jpg);
	padding: 43px;
	color: #fff;
	background-size: cover;
}
.newsletter span {
	display: block;
}
.newsletter .col-md-6 {
	font-size: 33px;
	font-weight: 400;
	line-height: 33px;
}
.newsletter input[type=email] {
	border: solid 2px #fff;
	padding: 10px 15px 10px 15px;
	font-size: 14px;
	border-radius: 15px;
	background-color: transparent;
	color: #fff;
}
.newsletter input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.newsletter input::placeholder {
	color: #fff;
	opacity: 1;
}
.newsletter input[type=submit] {
	background-image: url(../img/Vector81.svg);
	border-radius: 15px;
	border: solid 2px #fff;
	padding: 10px;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 51px;
	background-position: center;
	vertical-align: top;
}

.subir {
	background-color: rgb(28, 28, 27);
	position: relative;
	padding: 43px;
	color: #fff;
	background-size: cover;
}
.subir span {
	display: block;
}
.subir .col-md-6 {
	font-size: 33px;
	font-weight: 400;
	line-height: 33px;
}
.subir input[type=email] {
	border: solid 2px #fff;
	padding: 10px 15px 10px 15px;
	font-size: 14px;
	border-radius: 15px;
	background-color: #fff;
	color: #000;
}
.subir input::-moz-placeholder {
	color: #000;
	opacity: 1;
}
.subir input::placeholder {
	color: #000;
	opacity: 1;
}
.subir input[type=submit] {
	background-image: url(../img/Vector81.svg);
	border-radius: 15px;
	border: solid 2px #fff;
	padding: 10px;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 51px;
	background-position: center;
	vertical-align: top;
}
.subir a {
	color: #fff;
}
.subir p {
	font-size: 14px;
	padding-top: 0px;
	line-height: 16px;
}
.subir p span {
	display: block;
}

.marquee {
	font-size: 84px;
	padding: 33px 0 33px 0;
	position: relative;
}
.marquee .bull {
	color: rgb(244, 199, 202);
	margin: 0 20px 0 20px;
}
.marquee .sombra1 {
	background: #fbf8f4;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fbf8f4 57%);
	position: absolute;
	width: 120px;
	height: 100%;
	left: 0;
	z-index: 9999;
	top: 0;
}
.marquee .sombra2 {
	background: #fbf8f4;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fbf8f4 57%);
	position: absolute;
	width: 120px;
	height: 100%;
	right: 0;
	z-index: 9999;
	top: 0;
}

.detalle .fotos li {
	width: 33%;
	padding: 6px;
}
.detalle .fotos li img {
	width: 100%;
}
.detalle .foto {
	margin-bottom: 33px;
}
.detalle .foto img {
	width: 100%;
}
.detalle .links li {
	color: #000;
}
.detalle .links li a {
	color: #000;
}
.detalle p {
	padding-bottom: 20px;
}
.detalle .color li {
	margin-right: 6px;
	border-radius: 33px;
	text-align: center;
	padding: 12px 20px 12px 20px;
	line-height: 18px;
	flex: 0 0 28%;
	margin-bottom: 6px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.detalle .color .negro {
	color: #000;
}
.detalle .color .blanco {
	color: #fff;
}
.detalle .pedir {
	background-color: #000;
	color: #fff;
	border-radius: 20px;
	padding: 12px 20px 12px 20px;
	color: #fff;
}
.detalle .pedir:hover {
	background-color: rgb(147, 213, 10);
}

footer {
	background-color: rgb(28, 28, 27);
	padding-bottom: 20px;
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: rgb(147, 213, 10);
}
footer ul {
	padding-top: 48px;
}
footer ul li {
	padding-bottom: 6px;
}
footer .instagram {
	padding-top: 122px;
	font-size: 20px;
}

.datos {
	background-color: rgb(195, 221, 205);
	font-size: 14px;
}
.datos a {
	color: #000;
}

.topbar {
	background: #000 !important; /* negro de la imagen */
	min-height: 90px;
	position: relative;
}

/* Logo redondo centrado y superpuesto */
.brand-badge {
	position: absolute;
	left: 50%;
	top: 94%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #fff; /* fondo para que “corte” la barra negra */
	display: grid;
	place-items: center;
	padding: 2px;
	z-index: 5;
}

.brand-badge img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover; /* usa tu logo circular */
	border-radius: 50%;
}

/* Buscador “píldora” */
.search-pill .form-control {
	border-radius: 999px 0 0 999px;
	border-right: 0;
	padding-left: 16px;
}

.search-pill .btn {
	border-radius: 0 999px 999px 0;
}

/* Barra inferior (menú) */
.menubar {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.menubar .nav-link {
	letter-spacing: 0.5px;
	color: #1a1a1a;
	padding: 1rem 0.5rem;
}

.menubar .nav-link:hover,
.menubar .nav-link:focus {
	color: #000;
}

.search-pill input[type=search] {
	background-color: #000;
	border: solid 1px #fff;
	color: #fff;
	width: 300px !important;
}

.search-pill input[type=search]::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.search-pill input[type=search]::placeholder {
	color: #fff;
	opacity: 1;
}

.search-pill .btn {
	padding: 0 12px 0 6px;
}

.search-pill {
	padding-top: 12px;
}

.headerproductos {
	background-image: url(../img/01-PREMIUMPACK-Website-Desktop-BANNER-PRODUCTOS.jpg);
	height: 572px;
	background-repeat: no-repeat;
	background-size: cover;
}
.headerproductos h2 {
	padding-top: 450px;
}

.headercorporativo {
	background-image: url(../img/01-PREMIUMPACK-Website-Desktop-BANNER-CORPORATIVO.jpg);
	height: 572px;
}
.headercorporativo h2 {
	padding-top: 450px;
	line-height: 29px;
}
.headercorporativo h2 span {
	display: block;
}

.headerempresa {
	background-image: url(../img/01-PREMIUMPACK-Website-Desktop-BANNER-EMPRESA.jpg);
	height: 572px;
}
.headerempresa h2 {
	padding-top: 450px;
	line-height: 29px;
}
.headerempresa h2 span {
	display: block;
}

.headercotillon {
	background-image: url(../img/01-PREMIUMPACK-Website-Desktop-BANNER-COTILLON.jpg);
	height: 572px;
}
.headercotillon h2 {
	padding-top: 450px;
}

.headercontacto {
	background-image: url(../img/01-PREMIUMPACK-Website-Desktop-BANNER-CONTACTO.jpg);
	height: 572px;
}
.headercontacto h2 {
	padding-top: 450px;
	line-height: 29px;
}
.headercontacto h2 span {
	display: block;
}

.headergracias {
	background-image: url(../img/01-PREMIUMPACK-Website-Desktop-BANNER-CONTACTO-Gracias.jpg);
	height: 600px;
	background-size: cover;
}
.headergracias h2 {
	padding-top: 300px;
	line-height: 29px;
}
.headergracias h2 span {
	display: block;
}

.headernovedades {
	background-image: url(../img/01-PREMIUMPACK-Website-Desktop-BANNER-NOVEDADES.jpg);
	height: 572px;
	background-size: cover;
}
.headernovedades h2 {
	padding-top: 450px;
	line-height: 29px;
}
.headernovedades h2 span {
	display: block;
}

.headerfanpack {
	background-image: url(../img/01-PREMIUMPACK-Website-Desktop-BANNER-FANPACK.jpg);
	height: 700px;
	background-size: cover;
}
.headerfanpack h2 {
	padding-top: 450px;
	margin-bottom: 33px;
}
.headerfanpack h2 span {
	display: block;
}
.headerfanpack a {
	background-color: #000;
	color: #fff;
	border-radius: 20px;
	padding: 10px 20px 10px 20px;
	font-size: 15px;
}
.headerfanpack a:hover {
	background-color: rgb(147, 213, 10);
}

.productos {
	background: RGBA(147, 213, 10, 1);
	background: linear-gradient(180deg, rgb(147, 213, 10) 0%, rgb(147, 213, 10) 33%, #fbf8f4 33%);
	padding-top: 168px;
}
.productos a {
	color: #000;
	text-align: center;
	display: block;
	padding: 10px;
}
.productos a img {
	border-radius: 33px;
}
.productos a:hover img {
	transform: scale(1.1);
}

.productoscorporativo {
	background: RGBA(147, 213, 10, 1);
	background: linear-gradient(180deg, rgb(244, 199, 202) 0%, rgb(244, 199, 202) 33%, #fbf8f4 33%);
	padding-top: 57px;
}
.productoscorporativo a {
	color: #000;
	text-align: center;
	display: block;
	padding: 10px;
}
.productoscorporativo img {
	border-radius: 33px;
}

.novedades {
	background: rgb(90, 195, 208);
	background: linear-gradient(180deg, rgb(90, 195, 208) 0%, rgb(90, 195, 208) 33%, #fbf8f4 33%);
	padding-top: 57px;
}
.novedades a {
	color: #000;
	text-align: center;
	display: block;
	padding: 10px;
}
.novedades img {
	width: 100%;
	border-radius: 33px;
}
.novedades .vermas {
	text-align: center;
	padding: 20px;
	border-top: solid 1px rgb(28, 28, 27);
	margin-top: 33px;
}
.novedades .vermas a {
	color: #fff;
	background-color: #000;
	border-radius: 20px;
	padding: 12px 20px 12px 20px;
	width: 200px;
	margin: auto;
}
.novedades .vermas a:hover {
	background-color: rgb(147, 213, 10);
}

.productoscotillon {
	background: rgb(195, 221, 205);
	background: linear-gradient(180deg, rgb(244, 199, 202) 0%, rgb(244, 199, 202) 33%, #fbf8f4 33%);
	padding-top: 57px;
}
.productoscotillon a {
	color: #000;
	text-align: center;
	display: block;
	padding: 10px;
}

.novedadesdetalle h2 {
	font-size: 14px;
}

.productosfanpack {
	padding-top: 57px;
}
.productosfanpack a {
	color: #000;
	text-align: center;
	display: block;
	padding: 10px;
}
.productosfanpack p {
	padding-top: 162px;
}
.productosfanpack .col-md-6 img {
	width: 100%;
	border-radius: 33px;
}

.productos1 {
	margin-top: 120px;
}
.productos1 .col-md-6 img {
	border-radius: 78px;
}
.productos1 .fondo {
	border-radius: 33px;
	position: relative;
}
.productos1 .fondo img {
	width: 100%;
	height: 500px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 33px;
	display: block;
	margin: auto;
}
.productos1 .fondo img:hover {
	opacity: 0.8;
}
.productos1 .fondo a {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 33px;
	background-color: #000;
	color: #000;
}
.productos1 .fondo a:hover img {
	width: 500px;
	height: 500px;
	display: block;
	margin: auto;
	border-radius: 300px;
}
.productos1 .col-md-6 {
	margin-bottom: 33px;
}
.productos1 .col-md-6 ul {
	padding: 12px 12px 0 12px;
}
.productos1 .col-md-6 ul a {
	color: #000;
	font-size: 33px;
	margin-top: 12px;
	padding-left: 0;
	line-height: 33px;
	font-weight: 500;
}
.productos1 .col-md-6 ul a span {
	display: block;
}
.relacionados {
	margin-top: 92px;
	background: RGBA(147, 213, 10, 1);
	background: linear-gradient(180deg, rgb(147, 213, 10) 0%, rgb(147, 213, 10) 63%, rgb(255, 255, 255) 33%);
}
.relacionados h4 {
	padding-top: 33px;
	padding-bottom: 18px;
	padding-left: 33px;
}
.relacionados img {
	width: 100%;
	border-radius: 33px;
}
.relacionados .item {
	padding: 20px;
}

.por {
	background-color: rgb(147, 213, 10);
	padding: 33px;
	color: #fff;
}
.por h2 {
	font-size: 33px;
	padding-top: 20px;
}
.por img {
	width: 100%;
}
.por p {
	font-size: 20px;
	margin-top: 12px;
}

.por2 {
	background-image: url(../img/01-PREMIUMPACK-Website-Desktop-EMPRESA-BANNER_021.png);
	background-repeat: no-repeat;
	padding: 33px;
	height: 500px;
	background-size: cover;
}
.por2 h2 {
	font-size: 33px;
	padding-top: 20px;
}
.por2 p {
	font-size: 20px;
	margin-top: 12px;
}

.carouselcolor img {
	width: 100%;
	cursor: pointer;
}
.carouselcolor .item {
	margin: 0 8px 0 8px;
}
.carouselcolor .slick-prev::before,
.carouselcolor .slick-next::before {
	color: #000;
}

button:focus:not(:focus-visible) {
	box-shadow: none;
}

.easy-autocomplete a {
	color: #000;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	margin-left: 86px;
	border: none;
	background-color: #fbf8f4;
	margin-top: 12px;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-item:hover {
	background-color: #151515;
	color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: rgb(147, 213, 10);
}

.slick-slide img {
	width: 100%;
}

.whatsapp {
	position: fixed;
	right: 12px;
	bottom: 120px;
	z-index: 999999;
}

@media (max-width: 950px) {
	.datos p {
		font-size: 11px;
	}
	.brand-badge {
		width: 72px;
		height: 72px;
		left: 20px;
		transform: none;
		top: 18px;
		z-index: 99999999;
	}
	.topbar {
		min-height: 58px !important;
	}
	.navbar-toggler {
		position: absolute;
		top: -44px;
		right: 20px;
		filter: invert(1);
	}
	.menubar {
		position: absolute;
		top: 89px;
		z-index: 999999;
		width: 100%;
		border: none;
		background-color: #212529 !important;
	}
	.menubar .nav-link {
		color: #fff;
	}
	.carouselhome img {
		height: 300px;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.frase {
		padding: 20px;
	}
	.frasemobile {
		padding: 20px;
	}
	.frasemobile a {
		color: #fff;
		background-color: #000;
		border-radius: 20px;
		padding: 12px 20px 12px 20px;
		font-size: 15px;
		width: 200px;
		margin: auto;
		display: block;
		text-align: center;
		margin-top: 12px;
	}
	.frasemobile a:hover {
		background-color: rgb(147, 213, 10);
	}
	.productoshome {
		padding-top: 15px;
		background: linear-gradient(180deg, rgb(147, 213, 10) 0%, rgb(147, 213, 10) 16%, #fbf8f4 16%);
	}
	.productoshome .fondo img {
		height: 333px;
	}
	.contacto .col-md-8 {
		padding: 15px;
	}
	.contacto input[type=submit] {
		float: right;
	}
	.anim-box {
		border-radius: 0 84px 84px 84px;
	}
	.marquee {
		font-size: 65px;
	}
	.newsletter {
		padding: 44px;
	}
	footer ul li {
		font-size: 12px;
	}
	footer .instagram {
		padding: 0;
		font-size: 43px;
	}
	footer ul {
		padding-top: 0;
	}
	footer ul li {
		margin-right: 6px;
	}
	footer {
		padding-bottom: 120px;
	}
	.subir {
		padding: 20px 12px 12px 12px;
		padding-bottom: 33px;
	}
	.subir p {
		padding-bottom: 12px;
	}
	.subir input[type=submit] {
		position: absolute;
		right: 12px;
		top: 43px;
	}
	footer .menufooter li {
		font-size: 14px;
	}
	.headerempresa,
	.headernovedades,
	.headercontacto,
	.headerproductos,
	.headercorporativo,
	.headercorporativo {
		height: 220px;
	}
	.headerempresa h2,
	.headerempresa p,
	.headernovedades h2,
	.headernovedades p,
	.headercontacto h2,
	.headercontacto p,
	.headerproductos h2,
	.headerproductos p,
	.headercorporativo h2,
	.headercorporativo p,
	.headercorporativo h2,
	.headercorporativo p {
		display: none;
	}
	.por,
	.por2 {
		padding: 20px;
	}
	.novedades a {
		padding: 0;
	}
	.novedadesdetalle h2 {
		padding-top: 12px;
	}
	.productos {
		padding-top: 20px;
	}
	.productos1 img {
		width: 100%;
	}
	.productos {
		padding-top: 20px;
		background: linear-gradient(180deg, rgb(147, 213, 10) 0%, rgb(147, 213, 10) 8%, #fbf8f4 8%);
	}
	.productoscorporativo img {
		width: 100%;
	}
	.headerproductos {
		background-image: url(../img/01-PREMIUMPACK-Website-Mobile-BANNER-PRODUCTOS.jpg);
		background-size: cover;
	}
	.headercorporativo {
		background-image: url(../img/01-PREMIUMPACK-Website-Mobile-BANNER-CORPORATIVO.jpg);
		background-size: cover;
	}
	.headerempresa {
		background-image: url(../img/01-PREMIUMPACK-Website-Mobile-BANNER-EMPRESA.jpg);
		background-size: cover;
	}
	.headercotillon {
		background-image: url(../img/01-PREMIUMPACK-Website-Mobile-BANNER-COTILLON.jpg);
		background-size: cover;
	}
	.headercontacto {
		background-image: url(../img/01-PREMIUMPACK-Website-Mobile-BANNER-CONTACTO.jpg);
		background-size: cover;
	}
	.headergracias {
		background-image: url(../img/01-PREMIUMPACK-Website-Mobile-BANNER-CONTACTO-Gracias.jpg);
		background-size: cover;
	}
	.headernovedades {
		background-image: url(../img/01-PREMIUMPACK-Website-Mobile-BANNER-NOVEDADES.jpg);
		background-size: cover;
	}
	.headerfanpack {
		background-image: url(../img/01-PREMIUMPACK-Website-Mobile-BANNER-FANPACK.jpg);
		background-size: cover;
		height: 200px;
		background-repeat: no-repeat;
	}
	.detalle .color li {
		flex: 0 0 48%;
	}
	.slick-next {
		right: 0;
		z-index: 999999;
	}
	.slick-prev {
		left: 0;
		z-index: 99999;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		margin: auto;
	}
	.navbar-nav .nav-link.active,
	.navbar-nav .nav-link.show {
		color: #fff;
	}
	.contacto {
		padding: 84px 0 28px 0;
	}
}