/******************************
*	Detalle producto
******************************/
section { position: relative; }
#detalle-producto main {
	padding: 0;
	position: relative;
	min-height: inherit;
	overflow: hidden;
}
#detalle-producto main .centerProd {
	padding: 60px 0;
	min-height: calc(100vh - 184px);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.product__head picture,
.product__head figure,
.product__head picture > *,
.product__head figure > * {
	width: 100%;
	max-width: inherit;
}

.detail__02 {
	color: rgba(var(--blanco));
	font-weight: normal;
}
.detail__02 .notas { opacity: 1; }
.c__back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.back__01 { padding-top: 100%; }
.back__02 { height: 100%; }
.c__back > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.imgBack {
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}
.back__02 .imgBack {
	height: 0;
	padding-top: 100%;
	-webkit-mask-image: linear-gradient(to top, rgba(var(--blanco), 0) 3%, rgba(var(--blanco), 1) 10%);
    mask-image: linear-gradient(to top, rgba(var(--blanco), 0) 3%, rgba(var(--blanco), 1) 10%);
}
.form__img {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 105%;
	height: 103%;
}
.back__02 .form__img { background-color: rgba(var(--bg_sect), .6); }
.back__02 .imgBack { filter: grayscale(1); }
.back__02 .imgBack::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(var(--blanco), .6);
}

.infoProd { width: 100%; }
.notas {
	margin: 30px auto 0;
	font-size: 80%;
	opacity: .8;
}
.c02 > div { width: 100%; }
.detail__01 .prodIni h2,
.detail__01 .prodIni h3 { color: rgb(var(--clr_01)); }
.prodIni h2,
.prodIni h3 { 
	font-size: 28px;
	text-transform: uppercase; 
}
.prodIni ul {
	margin: 15px 0 20px;
	list-style: none;
}
.prodIni ul li {
	position: relative;
	display: flex;
	gap: 8px;
	align-items: baseline;
}
.prodIni ul li::before {
	content: "\f058";
	font-weight: 300;
	font-family: "Font Awesome 6 Pro";
	font-size: 20px;
	line-height: 1;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
.detail__01 .prodIni ul li::before  { color: rgb(var(--clr_01)); }
.prodIni ul li + li { margin-top: 10px; }
.prodDes sup { font-size: 70%; }
.prodDes p + p { margin-top: 20px; }

.tableVir { width: 100%; }
.tableVir tr td { padding: 5px 15px; }
.tableVir tr:nth-child(even) td { background: rgba(14, 189, 168, 0.09); }

.dudas {
	text-align: center;
	font-size: 16px;
}
.dudas h3 { font-size: 20px; }
.dudas hr {
	margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e1e1e1;
    width: 180px;
}
.dudas span + * { margin-top: 5px; }
.dudas span { display: block; }



.contSlide + .contSlide { margin-top: 30px; }
.contSlide .slick-track { display: flex; }

.sProd .img__prod figure {
	height: 45vh;
	padding: 10px 5px;
}
.sProd .img__prod figure img {
	margin: 0 auto;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 0 5px rgb(var(--negro), .3));
    will-change: filter;
}

.litros { padding: 0 20px; }
.litros .arrow__slider {
	color: rgb(var(--clr_03));
	font-size: 26px;
	background: transparent;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.detail__02 .litros .arrow__slider { color: rgb(var(--blanco)); }
.litros .a__prev { left: 0px; }
.litros .a__next { right: 0px; }
.litros .arrow__slider.slick-disabled {
	opacity: .3;
	pointer-events: none;
}
.litros .slick-list { overflow: visible; }
.litros .slick-slide {
	padding: 0 6px;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.litros .slick-slide.slick-current,
.litros .slick-slide.slick-active {
	pointer-events: all;
	opacity: 1;
}
.litros .slick-slide.slick-current.slick-active .btnLitr span {
	background: rgb(var(--clr_01));
	color: rgb(var(--blanco));
}

.litros .slick-slide:nth-last-child(2):has(+ .slick-current),
.litros .slick-slide:nth-last-child(3):has(+ .slick-current.slick-active),
.litros .slick-slide:nth-last-child(3):has(+ .slick-slide:nth-last-child(2) + .slick-current.slick-active) {
	pointer-events: all;
	opacity: 1;
}
.btnLitr span {
	text-align: center;
	display: block;
	line-height: 1;
	color: rgb(var(--clr_01));
	background: rgb(var(--blanco));
	padding: 10px 5px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 10px 0 rgba(var(--negro), .2);
    box-shadow: 0 1px 10px 0 rgba(var(--negro), .2);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.referen {
	margin-top: 30px;
	font-size: 80%;
	/* padding-left: 12px; */
}
.prodDes .referen p + p { margin-top: 5px; }
.prodDes .referen p {
	position: relative;
	display: flex;
	gap: 3px;
}
.prodDes .referen p sup {
	/* position: absolute;
	left: -12px; */
	top: 3px;
	line-height: 1;
}

/******************************
*	Acordeon
******************************/
* + .acordionInfo { margin-top: 30px; }
.acordionInfo .opt__txt ul { padding-inline-start: 20px; }
.opt__txt ul li + li { margin-top: 8px; }
.cont__acordeon { max-width: 620px; }
.opt__info { display: none; }
.acor__opt + .acor__opt { margin-top: 4px; }
.opt__title {
    padding: 15px;
    background: rgb(var(--clr_01));
    color: rgb(var(--blanco));
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 1;
}
.opt__title h4 {
	width: 100%;
	font-size: 16px;
    font-family: 'Museo Sans';
    font-weight: normal;
}
.arrw {
    width: 18px;
    height: 18px;
    position: relative;
}
.arrw::before,
.arrw::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: currentcolor;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -moz-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -ms-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -o-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.arrw::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.opt__title.active .arrw::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
.opt__title.active {
	color: rgb(var(--gris_xd));
	background: rgb(var(--clr_04));
}
.opt__info {
    padding: 15px;
    background: rgb(var(--blanco));
    font-size: 80%;
    filter: drop-shadow(0 0 10px rgb(var(--negro), .2));
    will-change: filter;
}
.detail__02 .cont__acordeon { padding-left: 25px; }
.detail__02 .acor__opt + .acor__opt { margin-top: 20px; }
.detail__02 .opt__title {
    border-radius: 8px;
    color: rgb(var(--clr));
    background: rgb(var(--blanco));
    text-transform: uppercase;
    text-align: left;
    filter: drop-shadow(0 0 10px rgb(var(--negro), .2));
    will-change: filter;
    padding: 12px 12px 12px 30px;
}
.detail__02 .opt__title .icon__circ {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgb(var(--blanco));
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: -25px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.icon__circ figure { width: 70%; }
.icon__circ svg {
	display: block;
	width: 100%;
	height: auto;
	fill: rgb(var(--clr));
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.detail__02 .opt__title h4 { font-weight: bold; }
.detail__02 .opt__txt { color: rgb(var(--gris_xd)); }
.detail__02 .active {
    color: rgb(var(--blanco));
    background: rgb(var(--clr));
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.detail__02 .active .icon__circ {
    color: rgb(var(--blanco));
    background: rgb(var(--clr));
}
.detail__02 .active .icon__circ svg { fill: rgb(var(--blanco)); }


.detail__02 .slick-slide.slick-current.slick-active .btnLitr span { background: rgb(var(--clr)); }

/******************************
*	MOBILE
******************************/

/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {
.prodContain,
.notas  {
	margin: 0 auto;
	max-width: 600px;
	padding: 0 15px;
}
.notas { margin-top: 30px; }
.c01 { margin-bottom: 30px; }
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
.back__01 { padding-top: 40%; }
.back__02 .imgBack {
	height: 0;
	padding-top: 50%;
}
.prodContain {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 40px;
}
.infoProd {
	width: 90%;
	max-width: 1800px;
	margin: 0 auto;
}
.c01 { width: calc(40% - 20px); }
.c02 {
	width: calc(60% - 20px);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sProd .img__prod figure { height: 65vh; }
.btnLitr span:hover	 {
	background: rgb(var(--clr_01));
	color: #ffffff;
}

.prodIni h2,
.prodIni h3 { font-size: 33px; }

}

@media (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {

}

@media (min-width : 1200px){
.infoProd { width: 75%; }
.c01 { width: calc(30% - 20px); }
.c02 { width: calc(70% - 20px); }
.txtDesc {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 30px;
}
.prodIni { width: calc(40% - 15px); }
.prodDes { width: calc(60% - 15px); }
}

@media (min-width : 768px) and (max-width : 1200px) {
.litros .slick-slide:nth-last-child(3):has(+ .slick-current.slick-active),
.litros .slick-slide:nth-last-child(3):has(+ .slick-slide:nth-last-child(2) + .slick-current.slick-active) {
	pointer-events: none;
	opacity: 0;
}
}

@media (min-width : 1100px) and (max-width : 1380px) {
.prodIni h2,
.prodIni h3 { font-size: 2.2vw; }
}



