<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap');


:root {
	--color-body: #000;
	--color-gray: #414141;
	--color-bg-gray: #f1f1f1;
	--color-main: #ce1126;
	--color-yellow: #fef200;
	--color-border: #e5e5e5;
	--color-text-dark: #414141;
	--color-text-clear: #fff;
	--font-texto: 'Open Sans', sans-serif;
	--font-titulos: 'Helvetica 85', sans-serif;
	--font-sub-titulos: 'Helvetica 65', sans-serif;
}

* {
	box-sizing: border-box; /* Padding y borde no incrementan el ancho */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	color: var(--color-text-dark);
	background-color: var(--color-body);
	font-family: var(--font-texto);
	/*font-weight: 300;*/
}

body.interna {
	background-color: #fafafa;
}

h1 {
	font-family: var(--font-titulos);
	text-transform: uppercase;
	font-style: italic;
}

h2 {
	font-family: var(--font-titulos);
	font-size: 28px;
	font-weight: 300;
}

h3 {
	font-family: var(--font-titulos);

}

h4 {
	font-family: var(--font-sub-titulos);
}

h4 a {
	color: var(--color-body);
}

p {
	font-weight: 300;
}

p.bajada {
	font-size: 20px;
	margin-top: 30px;
}

a {
	--color-body: #000;
}

a:link {
	--color-body: #000;
	text-decoration: none;

}

a:visited {
	--color-body: #000;
	text-decoration: none;

}

a:hover {
	text-decoration: none;

}

hr {
	background-color: #bbb;
}

ul.lista-destacada {
	margin: 40px 0;
}

ul.lista-destacada li {
	font-size: 20px;
	line-height: 1.6em;
	list-style-image: url(../img/li-red.png);
}

/*HEADER*/

section.pre-header {
	background-color: var(--color-body);
	height: 34px;
}

section.pre-header .txt {
	color: var(--color-bg-gray);
	font-size: 13px;
	/*margin-top: 9px;*/
}

section.pre-header a {
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}

section.pre-header .cont-login a {
	margin-left: 8px;
	margin-right: 8px;
}

section.pre-header .cont-login .ico-login {
	margin-top: 5px;
	display: inline-block;
	vertical-align: bottom;
}

section.pre-header .cont-login .ico, footer .ico-login {
	margin-right: 6px;
}

section.pre-header a.minicart {
	position: relative;
	margin-right: 0;
	padding-right: 0;
}

section.pre-header a.minicart .globo {
	font-weight: bold;
	color: #000;
	border-radius: 50px;
	background-color: yellow;
	height: 14px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 14px;
}

section.pre-header .minicart .cart {
	background-color: var(--color-main);
	border-top-right-radius: 10px;
	height: 34px;
	width: 34px;
}

header {
	height: 70px;
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 40px;
}

header .container-xxl, header .row {
	height: 100%;
}

header .header_logo {
	margin-top: 8px;
}

header .header_logo img {
	width: 90px;
}

header.hdr-small {
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
}

header.hdr-small2 {
	background-color: rgba(0, 0, 0, 0.8);
}

header.hdr-small3 {
	background-color: rgba(0, 0, 0, 1);
}

header.hdr-small3 .toggle-button  {
	background-color: rgba(255, 255, 255, 0.8);
}

/*NAV*/

nav.header_nav {
	background-color: #fff;
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	padding: 20px 0;
}

nav.header_nav ul {
	margin-left: 0px;
	margin-bottom: 0;
}

nav.header_nav ul li {
	border-bottom: 1px solid var(--color-border);
	font-size: 16px;
	font-weight: 500;
	list-style-type: none;
	padding: 10px 0;
}

nav.header_nav ul li a {
	color: #000;
	padding: 0 10px;
	text-transform: uppercase;
}

nav.header_nav .nav_links ul {
	margin-left: 0;

}

nav.header_nav .mega_box h5 {
	font-family: var(--font-titulos);
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	margin-top: 5px;
}

nav.header_nav .mega_box h5 a {
	color: inherit;
	text-transform: none;
}

nav.header_nav .mega_box ul li {
	font-size: 13px;
}

.nav_secundaria ul {
	padding-left: 0;
	margin-left: 0;
	margin-right: 15px;
	margin-bottom: 0;
}

.nav_secundaria ul li {
	font-size: 15px;
	font-weight: normal;
	font-weight: 500;
	display: inline-block;
	list-style-type: none;
}

.nav_secundaria ul li a {
	color: var(--color-body);
	padding: 0 6px;
}

.nav_secundaria form.buscar {
	margin-right: 20px;
}

.nav_secundaria form.buscar svg {
	padding: 0;
	height: 25px;
	width: 15px;
}

.nav_secundaria form.buscar button {
	color: #fff;
	background-color: transparent;
	padding: 0;
	width: 60px;
}

.nav_secundaria form.buscar button .icon {
	fill: currentColor;
}

.nav_secundaria form.buscar .form-control {
	background-color: transparent;
	color: #fff;
	border: none;
	padding: 0 20px;
	height: 40px;
	width: 180px;
}

.nav_secundaria form.buscar .input-group {
	border: 1px solid #fff;
	border-radius: .25rem;
}

.form-control::-webkit-input-placeholder { color: var(--color-text-dark);; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: var(--color-text-dark);; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: var(--color-text-dark);; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: var(--color-text-dark);; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: var(--color-text-dark);; }  /* Microsoft Edge */

.nav_secundaria form.buscar .form-control::-webkit-input-placeholder { color: #ffffff; }  /* WebKit, Blink, Edge */
.nav_secundaria form.buscar .form-control:-moz-placeholder { color: #ffffff; }  /* Mozilla Firefox 4 to 18 */
.nav_secundaria form.buscar .form-control::-moz-placeholder { color: #ffffff; }  /* Mozilla Firefox 19+ */
.nav_secundaria form.buscar .form-control:-ms-input-placeholder { color: #ffffff; }  /* Internet Explorer 10-11 */
.nav_secundaria form.buscar .form-control::-ms-input-placeholder { color: #ffffff; }  /* Microsoft Edge */

section.cont-breadcrumb {
	margin-bottom: 20px;
}

nav ol.breadcrumb {
	margin-bottom: 8px;
}

nav ol.breadcrumb li {
	font-family: var(--font-titulos);
	font-size: 15px;
}

nav ol.breadcrumb li a {
	color: #000;
	margin-right: 5px;
	opacity: 0.6;
}

nav ol.breadcrumb li a:hover {
	text-decoration: underline;
}

nav ol.breadcrumb li.breadcrumb-item.active {
	color: var(--color-main);
}

nav ol.breadcrumb li.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	color: #000;
}

nav ol.breadcrumb li+.breadcrumb-item {
	padding-left: 0;
}

/*FOOTER*/

footer {
	background-color: var(--color-body);
}

footer form.news svg {
	padding: 0;
	height: 25px;
	width: 15px;
}

footer form.news button {
	color: #fff;
	background-color: var(--color-main);
	padding: .5rem 1rem;
}

footer form.news button .icon {
	fill: currentColor;
}

footer .box {
	padding-top: 30px;
	padding-bottom: 30px;
}

footer .box a {
	color: var(--color-border);
}

footer .box a:hover {
	color: var(--color-main);
}

footer .box h3 {
	color: var(--color-border);
	font-weight: 500;
	font-size: 15px;
}

footer .box p, footer .box ul li {
	color: var(--color-border);
	font-size: 12px;
}

footer .box ul {
	padding-left: 0;
}

footer .box ul li {
	list-style-type: none;
}

footer .rrss a {
	border: 1px solid var(--color-gray);
	display: inline-block;
	padding: 10px 14px 12px;
}

footer .rrss a:hover, footer  li a:hover {
	color: var(--color-main);
}

footer .rrss a:last-of-type {
	border-right: 1px solid var(--color-gray);
}

footer .ico-login {
	vertical-align: text-bottom;
}

div.legales {
	background-color: var(--color-gray);
	padding-top: 20px;
	padding-bottom: 20px;
}

div.legales ul {
	padding-left: 0;
	margin-bottom: 0;
}

div.legales ul li {
	color: var(--color-gray);
	font-size: 12px;
	list-style-type: none;
}

div.legales ul li a:link, div.legales ul li a:visited {
	color: var(--color-bg-gray) !important;
	color: inherit;
	padding-right: 10px;
	padding-left: 10px;
}

div.legales p {
	color: var(--color-bg-gray);
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 5px;
}

.data-web {
	max-width: 60px;
}

.ico-ws {
	bottom: 20px;
	right: 20px;
	position: fixed;
	width: 51px;
}

/* TOGGLE BUTTON */

.toggle-button {
	background-color: rgba(255,255,255,0.5);
	border-radius: 50px;
	position: absolute;
	display: block;
	width: 40px;
	padding: 12px 10px;
	top: 14px;
	left: 20px;
	z-index: 999;
}

.toggle-button span {
	display: block;
	height: 16px;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	position: relative;
}

.toggle-button span:after {
	content:"";
	width: 100%;
	height: 2px;
	background:#000;
	display: block;
	top: 50%;
	position: absolute;
	margin-top: -1px;
}

/* -- CONTENIDO -- */

section.hero {
	position: relative;
}

section.hero .img-hero {
	width: 100%;
}

section.hero .container {
	left: 0;
	right: 0;
	margin-top: -5%;
}

section.hero h1 {
	color: var(--color-text-clear);
	font-size: 30px;
	font-weight: 700;
	margin-top: 15px;
	max-width: 1000px;
	width: 100%;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
}

section.hero h2 {
	font-family: var(--font-sub-titulos);
	color: var(--color-text-clear);
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

section.destacados-home {
	padding-top: 40px;
	padding-bottom: 40px;
}

section.destacados-home .box .txt {
	color: #fff;
	background-color: var(--color-gray);
	padding-left: 20px;
	padding-right: 10px;
}

.box .img img {
	width: 100%;
}

.box .txt {
	font-size: 18px;
	padding: 12px 0;
}

section.destacados-home .destacados {
	margin-top: 40px;
	margin-bottom: 40px;
}

section.revendedor-home {
	background-color: var(--color-bg-gray);
	padding-top: 60px;
	padding-bottom: 60px;
}

section.modulo-pdp-carousel {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 0px;
}

.cont-iconos {
	margin-top: 40px;
	margin-bottom: 40px;
}

.cont-iconos .cont-ico {
	margin-bottom: 30px;
}

.cont-iconos h4 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
}

section.catalogo-home {
	background-image: url(../img/bg-catalogo-home.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}

section.catalogo-home .img-catalogo {
	padding: 60px 0 40px;
}

.img-catalogo img {
	max-width: 592px;
	width: 100%;
}

section.video-home {
	background-color: #000;
	padding-top: 60px;
	padding-bottom: 60px;
}

section.video-home .cont-video {
	margin: 70px auto;
	text-align: center;
	width: 90%;
}

.cont-videos .titulo-primario {
	font-family: var(--font-sub-titulos);
	font-size: 18px;
	line-height: 1.4em;
	text-align: center;
	margin-top: 15px;
	padding: 0 15px;
}

section.form-home {
	background-color: var(--color-bg-gray);
	padding-top: 60px;
	padding-bottom: 60px;
}

section.form-home .form-generico {
	margin-top: 40px;
	margin-bottom: 0px;
}

.form-generico .form-control, .form-generico .form-select {
	color: var(--color-text-dark);
	background-color: rgba(255, 255, 255, 0.4);
	border-bottom: 2px solid var(--color-main);
	border-radius: 4px;
    padding: .775rem .75rem;
}

/* Carousel Productos Relacionados */

.pdp-carousel {
	margin: 60px 0;
}

.pdp-carousel .txt, .pdp-contenedor .box .titulo-primario{
	font-family: var(--font-sub-titulos);
	font-size: 16px;
	line-height: 1.4em;
	text-align: center;
	margin-top: 15px;
	padding: 0 15px;
}

.pdp-carousel a {
	color: inherit;
}

.pdp-carousel a:hover {
	color: var(--color-main);
}

.pdp-carousel .owl-controls .owl-nav {
	margin-top: 20px;
}

.pdp-carousel .owl-controls .owl-nav div, .pdp-carousel-main .owl-controls .owl-nav div {
	background-color: transparent !important;
}

.pdp-carousel .owl-controls .owl-nav .owl-prev img,
.pdp-carousel .owl-controls .owl-nav .owl-next img,
.pdp-carousel-main .owl-controls .owl-nav .owl-prev img,
.pdp-carousel-main .owl-controls .owl-nav .owl-next img {
	width: 40px;
	height: 40px;
	filter: invert(37%) sepia(93%) saturate(7471%) hue-rotate(356deg) brightness(75%) contrast(135%);
}

.pdp-carousel-main .owl-stage-outer {
	background-image: url(../img/bg-pdp-carousel.jpg);
	position: relative;
}

.pdp-carousel-main .owl-controls .owl-nav {
	position: absolute;
	top: 47%;
	display: flex;
	justify-content: space-between!important;
	width: 100%;
}

@media(max-width: 991px) {
	.pdp-main .thumbs {
		display: none;
	}
}

@media(min-width: 991px) {
	.pdp-main .thumbs {
		margin-top: -60px;
		z-index: 2;
		position: relative;
		display: flex !important;
		justify-content: space-evenly;
		cursor: pointer;
	}
}

.pdp-main .thumbs img {
	margin-left: 5px;
	margin-right: 5px;
}

.pdp-main h2 {
	font-size: 40px;
}

.pdp-main h4 {
	font-size: 18px;
}

.pdp-main p {
	font-size: 16px;
}

.pdp-main p.descripción {
	margin-top: 15px;
}

.pdp-main h4.precio {
	font-size: 22px;

}

.pdp-main hr {
	margin: 22px 0;
}

.pdp-main select.cantidad {
    padding: .50rem 1.75rem .50rem .75rem;
}

section.pdp-video {
	background-color: var(--color-body);
	padding-top: 60px;
	padding-bottom: 60px;
}

section.pdp-video .cont-video {
	margin: 70px auto;
	position: relative;
	text-align: center;
}

/* Pastillas CDZ */

.cont-pastillas .box {
	border: 1px solid var(--color-border);
	padding: 20px 20px 10px;
}

.cont-pastillas p {
	font-weight: 500;
	margin-bottom: .75rem;
}

.cont-pastillas h3 {
	font-size: 1.50rem;
	margin-bottom: .75rem;
}

.cont-pastillas span.ico {
	margin-right: 5px;
}

.cont-pastillas .box a:link, .cont-pastillas .box a:visited {
	color: var(--color-main);
}

/* Accordion Lateral */

#pdp-filtro .accordion-body {
	padding: 0;
	/*margin-bottom: 20px;*/
}

#pdp-filtro .accordion-item:first-of-type .accordion-button,
#pdp-filtro .accordion-item:last-of-type .accordion-button.collapsed  {
	border-radius: 0;
}

#pdp-filtro .accordion-collapse {
	/*border-left: 1px solid var(--color-border);*/
	margin-bottom: 0px;
}

#pdp-filtro .accordion-button {
	color: var(--color-gray);
	font-family: var(--font-main);
	font-weight: 400;
	padding-left: 15px;
	padding-right: 12px;
}

#pdp-filtro .accordion-button:focus {
	color: var(--color-gray);
    z-index: 3;
    border-color: var(--color-border);
    outline: 0;
    box-shadow: none;
}

#pdp-filtro .accordion-button:not(.collapsed) {
    color: var(--color-body);
    background-color: #f4f4f4;
}

.accordion-button::after {
  	background-image: url("data:image/svg+xml,&lt;svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z' clip-rule='evenodd'/&gt;&lt;/svg&gt;");
}

.accordion-button:not(.collapsed)::after {
  	background-image: url("data:image/svg+xml,&lt;svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z' clip-rule='evenodd'/&gt;&lt;/svg&gt;");
}

#pdp-filtro .accordion-item .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

#pdp-filtro .accordion-item .icon-large {
	width: 2.5rem;
    height: 2.5rem;
}

#pdp-filtro .accordion-item span {
	font-size: 12px;
	padding: 15px;
	border-left: 1px solid var(--color-border);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#pdp-filtro .accordion-item span:hover {
	background-color: rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#pdp-filtro .accordion-item span.active {
	color: #fff;
	background-color: rgba(0,0,0,1);
	border-left: 1px solid #000;
}

#pdp-filtro .accordion-item a {
	color: var(--color-body);
	border-right: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
	/*min-width: 50%;*/
}

#pdp-filtro .accordion-item a.w-20 {
	width: 20%;
}

#pdp-filtro .accordion-item a.bg-color {
	border: none;
	padding: 10px;
	text-align: center;
}

#pdp-filtro .accordion-item a.bg-color span {
	border-radius: 50px;
	border: 1px solid var(--color-border);
	display: block;
	width: 25px;
	height: 25px;
	padding: 10px;
}

#pdp-filtro .accordion-item ul.listado {
	padding: 10px 0px;
	margin-bottom: 0;
}

#pdp-filtro .accordion-item ul.listado li {
	font-size: 14px;
	list-style-type: none;
	border: none !important;
	position: relative;
	padding: 5px 0 5px 14px;
}

#pdp-filtro .accordion-item ul.listado li a {
	border: none !important;
	position: relative;
	padding: 0 20px;
}

#pdp-filtro .accordion-item ul.listado li a:before {
    content: "";
    background-image: url("data:image/svg+xml,&lt;svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/&gt;&lt;/svg&gt;");
	position: absolute;
	width: .75rem;
    height: .75rem;
    top: 5px;
    left: 0;
}

#pdp-filtro .accordion-item ul.listado li a.active:before {
	background-color: #000;
	border-color: 000;
}

#pdp-filtro .accordion-item ul.listado li span.item-cantidad {
	font-weight: 500;
	position: absolute;
	border: none;
	padding: 0;
	right: 0;
}

.pdp-grid {
	margin-bottom: 40px;
}

.pdp-contenedor .box {
	cursor: pointer;
	margin-bottom: 20px;
}

.pdp-contenedor .box a {
	color: var(--color-body);
}

.pdp-contenedor .box a:hover {
	color: var(--color-main);
}

.pdp-contenedor .box .pdp-producto {
	position: relative;
}

.pdp-contenedor .box .pdp-producto img.producto {
	width: 100%;
}

.pdp-contenedor .box .precio {
	font-family: var(--font-titulos);
	font-size: 16px;
	color: var(--color-gray);
	padding-top: 5px;
	margin-top: 12px;
	border-top: 1px solid var(--color-border);
}

.pdp-contenedor .box .txt {
	padding-top: 3px;
}

.lateral h3 {
	font-size: 1rem;
}

.cont-colores span {
	cursor: pointer;
	border-radius: 50px;
	border: 2px solid #999;
	display: inline-block;
	margin: 4px;
	width: 30px;
	height: 30px;
}

.cont-colores span.active, .cont-colores span:hover {
	border: 2px solid #000;
}

/* Revendedor */

.hero nav ol.breadcrumb {
	margin-top: 20px;
}

.hero nav ol.breadcrumb li a {
	color: #fff;
	opacity: 1;
}

.hero nav ol.breadcrumb li a:hover {

}

section.prop-comercial {
	padding-top: 80px;
	padding-bottom: 80px;
}

.user-info .cont-info .info {
	margin-top: 20px;
}

.user-info .cont-info .info .tit {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.user-info .cont-info .info p {
	margin-bottom: 0.2rem;
}

/* MODALES */

.modal .modal-content {
	border-radius: 0;
}

.modal-content .modal-header {
    padding: 2rem 2.5rem 1rem;
    border-radius: 0;
}

.modal h2.modal-title {
	font-size: 24px;
	line-height: 1.2;
	padding-right: 10px;
}

.modal h4 {
	font-size: 20px;
}


.modal-content .modal-body {
    padding: 1rem 2.5rem 2rem;
}

.modal .modal-body, .modal p {
	font-size: 14px;
}

.modal .modal-body h3 {
	font-size: 20px;
}

.modal .modal-body .form-generico {
	margin-top: 20px;
}

.modal a {
	color: var(--color-main);
}

.modal a:hover {
	text-decoration: underline;
}

.form-check-input:checked {
	background-color: var(--color-main);
    border-color: var(--color-main);
}

.msg-error {
	color: var(--color-main);
	font-weight: bold;
	margin-top: 10px;
}

/* Forms */

.form-select, .form-control {
}

.form-control:focus, .form-select:focus {
  border-color: #ced4da !important;
  -webkit-box-shadow: 0 0 5px rgba(111, 111, 111, 1) !important;
          box-shadow: 0 0 5px rgba(111, 111, 111, 1) !important;
}

/* Pedidos */

.cont-product .st {
	background-color: #f1f1f1;
	border-bottom: 1px solid var(--color-main);
	display: block;
	font-size: 15px;
	padding: 5px 10px;
}

.cont-product select.cantidad {
	margin-left: auto;
	margin-right: auto;
	width: 80px;
}

.cont-product .price {
	font-size: 15px;
}

.cont-product .pdp-nombre {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.cont-product .articulo {
	color: #007acf;
	font-size: 13px;
}

.cont-product .pack {
	font-size: 15px;
}

.buy-info {
	margin-top: 20px;
}

.buy-info .big {
	font-size: 20px;
}

section.seccion {
	padding-top: 60px;
	padding-bottom: 60px;
}

.box-iconos {
	margin-top: 60px;
}

.box-iconos h3 {
	font-size: 1.4rem;
	line-height: 1.1;
	margin-top: 6px;
}

.box-iconos .box {
	margin-bottom: 40px;
}

.p-abs-center-center {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(-50%)!important;
	top: 50%!important;
	text-align: center;
}

.txt-box {
	border: 1px solid var(--color-border);
	background-color: #f1f1f1;
	padding: 20px;
}

.img-fluid {
	width: 100%;
}

strong {
	font-weight: 600;
}

.bg-gray {
	background-color: var(--color-bg-gray);
}

.txt-gray {
	color: var(--color-gray);
}

.txt-w {
	color: #000;
}

.txt-b {
	color: #000;
}

.txt-y {
	color: var(--color-yellow);
}

.txt-r {
	color: var(--color-main);
}

.txt-dark {
	color: var(--color-text-dark);
}
.txt-clear {
	color: var(--color-text-clear);
}

/* Reset botones */

.cta {
	margin-top: 20px;
}

.btn {
    font-size: 15px;
    font-weight: 500;
    padding: 0.75rem 1.75rem;
}

.btn.btn-primary {
	border: none;
	background-color: var(--color-main);
	/*height: 42px;*/
	font-weight: 700;
	text-transform: uppercase;
}

.btn.btn-primary:hover {
	color: var(--color-text-dark);
	background-color: var(--color-yellow);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show&gt;.btn-primary.dropdown-toggle {
	background-color: #797878;
}

.btn.btn-primary.ws {
	background-color: #00aa38;
}

.btn.btn-primary.ws:hover {
	color: var(--color-text-dark);
	background-color: var(--color-yellow);
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	color: #fff;
	background-color: #333 !important; /* Reset Press Azul */
	box-shadow: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* - Para quitar los margenes del container fuild - */

.container-fluid {
}

.transition {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

/*FUENTES*/

@font-face {
    font-family: 'Helvetica 65';
    src: url('../fonts/helve-md.eot');
    src: url('../fonts/helve-md.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helve-md.woff2') format('woff2'),
        url('../fonts/helve-md.woff') format('woff'),
        url('../fonts/helve-md.ttf') format('truetype'),
        url('../fonts/helve-md.svg#helve-md') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica 65';
    src: url('../fonts/helve-md-it.eot');
    src: url('../fonts/helve-md-it.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helve-md-it.woff2') format('woff2'),
        url('../fonts/helve-md-it.woff') format('woff'),
        url('../fonts/helve-md-it.ttf') format('truetype'),
        url('../fonts/helve-md-it.svg#helve-md-it') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica 85';
    src: url('../fonts/helve-hv.eot');
    src: url('../fonts/helve-hv.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helve-hv.woff2') format('woff2'),
        url('../fonts/helve-hv.woff') format('woff'),
        url('../fonts/helve-hv.ttf') format('truetype'),
        url('../fonts/helve-hv.svg#helve-hv') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica 85';
    src: url('../fonts/helve-hv-it.eot');
    src: url('../fonts/helve-hv-it.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helve-hv-it.woff2') format('woff2'),
        url('../fonts/helve-hv-it.woff') format('woff'),
        url('../fonts/helve-hv-it.ttf') format('truetype'),
        url('../fonts/helve-hv-it.svg#helve-hv-it') format('svg');
    font-weight: normal;
    font-style: italic;
}


/****************************/
/* MEDIA QUERIES */
/****************************/

/* 992 */
@media screen and (min-width: 992px) {

h2 {
	font-size: 56px;
}

.toggle-button {
	display: none;
}

header {
	height: 80px;
}

header .header_logo {
	margin-top: 0px;
}

nav.header_nav {
	background-color: transparent;
	position: inherit;
	display: block !important;
	overflow: hidden;
	top: auto;
	left: auto;
	width: auto;
	height: 80px;
	padding: 0;
}

nav.header_nav ul {
	margin-left: 30px;
	padding-left: 0;
}

nav.header_nav ul li {
	font-size: 15px;
	font-weight: normal;
	border-bottom: none;
}

nav.header_nav ul li a {
	color: #fff;
}

nav.header_nav&gt;ul&gt;li {
	height: 80px !important;
	padding: 0;
}

nav.header_nav .mega_box {
	border: 1px solid var(--color-border);
	position: absolute;
	top: 80px;
	background-color: #ffffff;
	max-width: 1296px;
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	visibility: hidden;
}

nav.header_nav .mega_box.menu-box {
	max-width: 400px;
	width: 100%;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	visibility: hidden;
}

nav.header_nav .mega_box .box {
	padding: 30px;
}

nav.header_nav .mega_box h5 {
	font-size: 21px;
	font-weight: 500;
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
}

nav.header_nav .mega_box ul {
	margin-left: 30px;
}

nav.header_nav .mega_box ul li {
	list-style-image: url(../img/li.png) !important;
	line-height: 2em;
	display: list-item !important;
	padding: 0;
}

nav.header_nav .mega_box ul li a {
	color: #000;
	padding-left: 0;
}

nav.header_nav .mega_box ul li a:hover {
	color: var(--color-main);
}

nav.header_nav .nav_links li:hover .mega_box {
	visibility: visible;
	opacity: 1;
}

nav.header_nav .mega_box .box img {
	width: 250px;
}

section.hero .container {
	contain: content;
    margin-left:80px;
    width: min-content;
	margin-top: -5%;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
}

body.interna section.hero .container {
	margin-top: -3%;
}

section.hero h1 {
	font-size: 54px;
}

section.hero h2 {
	font-size: 24px;
}

section.destacados-home {
	padding-top: 60px;
	padding-bottom: 80px;
}

section.revendedor-home {
	background-image: url(../img/bg-sep-w-1.png), url(../img/bg-revendedor-home.jpg);
	background-size: 100%, 100%;
	background-position: bottom, top;
	background-repeat: no-repeat, no-repeat;
	padding-top: 160px;
	padding-bottom: 200px;
}

section.modulo-pdp-carousel {
	padding-top: 50px;
	padding-bottom: 60px;
}

body.interna section.modulo-pdp-carousel {
	padding-top: 80px;
	padding-bottom: 60px;
}

section.catalogo-home {
	padding-top: 100px;
	padding-bottom: 200px;
}

section.video-home {
	background-image: url(../img/bg-video-home.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	margin-top: -140px;
	padding-top: 180px;
	padding-bottom: 90px;
}

section.video-home .cont-video {
	width: 60%;
}

section.form-home {
	background-image: url(../img/bg-form.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 120px;
}

section.pdp-video {
	background-image: url(../img/bg-video-home.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	margin-top: -90px;
	padding-top: 180px;
	padding-bottom: 90px;
}

.btn {
    padding: 0.6rem 1.75rem;
}

footer .box {
	padding-top: 40px;
	padding-bottom: 40px;
	border-right: 1px solid var(--color-gray);
}

footer .box {
	padding: 40px;
}

footer .box:last-of-type {
	border-right: none;
}

div.legales ul li {
	display: inline-block;
	list-style-type: none;
}

.txt-w {
	color: #fff;
}

.destacados .box .txt {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.destacados .box a:hover .txt {
	background-color: var(--color-main);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

section.seccion {
	padding-top: 80px;
	padding-bottom: 80px;
}

nav ol.breadcrumb li.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	color: #000;
	padding-right: 10px;
}

nav ol.breadcrumb li+.breadcrumb-item {
	padding-left: .5rem;
}

.cont-pastillas .box {
	margin-left: 15px;
	margin-right: 15px;
}

}

/* 1366 */
@media screen and (min-width: 1360px) {

}

/* 1400 */
@media screen and (min-width: 1400px) {

section.hero h1 {
	font-size: 64px;
}

}

/* 1680 */
@media screen and (min-width: 1600px) {

.container-xxxl {
	max-width: 1600px;
}

section.seccion {
	padding-bottom: 100px;
}

}
</pre></body></html>