/* ---------------------------------------- */
/* ----- >>> Layout: Mobile --------------- */
/* ---------------------------------------- */

@media (max-width: 640px) and (min-width: 0) {

html {
	height: 100%;
	font-size: 2.77777777777778vw;
}

.setWrapper {
	width: calc(100% - 4.8rem);
	margin: 6.4rem auto;
}

section:first-of-type {
	margin-top: 4.8rem;
}

/* ---------------------------------------- */
/* ----- >>> Styles ----------------------- */
/* ---------------------------------------- */

h1 	{ font-size: 3.2rem; }
h2 	{ font-size: 2.4rem; }
h3 	{ font-size: 1.8rem; }
h4 	{ font-size: 1.7rem; }
h5 	{ font-size: 1.6rem; }
h6 	{ font-size: 1.5rem; }
p, dd	{ font-size: 1.4rem; }
small { font-size: 1.2rem; }

h1 > span {
	font-size: 1.4rem;
}

footer small {
	text-align: justify;
	font-size: 1.2rem;
}

footer small:last-child {
	text-align: center;
}

/* ---------------------------------------- */
/* ----- >>> Navegation ------------------- */
/* ---------------------------------------- */

header .setWrapper  {
	margin: 1.6rem auto;
}

nav {
	width: 100%;
	position: fixed;
	display: none;
	left: 0.0rem;
	top: 5.4rem;
}

nav > ul {
	border-top: thin solid rgba(0, 0, 0, 0.2);
	flex-direction: column;
	text-align: left;
	background: #FFF;
	gap: 0.0rem;
}

nav > ul > li {
	border-bottom: thin solid rgba(0, 0, 0, 0.2);
	padding: 0.8rem 2.4rem;
}

nav > ul > li:hover {
	background: #DBEEE2;
}

nav > ul > li:hover > a {
	color: #007B59;
}

nav > ul > li > ul {
	background: transparent;
	visibility: visible;
	line-height: 3.2rem;
	position: relative;
	font-size: 1.4rem;
	transition: unset;
	display: none;
	padding: 0;
	opacity: 1;
}

nav > ul > li.isMenu:before {
	width: 3.2rem;
	height: 3.2rem;
	background: url(../assets/SVG/SVG_DRP.svg?001) no-repeat center center/ cover; 
	transition: all 0.25s ease-in-out;
	position: absolute;
	content: "";
	right: 1.0rem;
	top: 0.6rem;
}

nav > ul > li.isOpen:before {
	transform: rotate(90deg);
}

nav > ul > li:hover > ul {
	padding-top: unset;
}

/* ---------------------------------------- */
/* ----- >>> Section: Home ---------------- */
/* ---------------------------------------- */

.setGrid .setItem.isB1 > div,
.setGrid .setItem.isB2 > div,
.setGrid:not(.isC03) .setItem > div  {
	width: calc(100% -  9.6rem);
	transform: translate(-50%, 00%);
	top: 6.4rem !important;
	position: absolute;
	color: #007B59;
	z-index: 100;
	left: 50%;
}

.setGrid .setItem > div > h1 {
	font-size: 2.4rem;
}

.setGrid .setItem > div .setButton.isFixed {
	margin: 1.6rem 0.0rem 0.0rem 0.0rem;
	right: unset;
	top: 175%;
}

.setGrid .setItem.isB2 > div {
	top: 62% !important;
}

.setGrid .setItem.isB1 > div h1 {
    font-size: 32px;
    max-width: 130px!important;
}

.setGrid .setItem.isB1 > div {
    top: 33% !important;
    left: 45%;
} 

/* ---------------------------------------- */

.setProducts {
	width: calc(100% - 3.2rem);
	margin-bottom: 3.2rem !important;
	margin-top: 3.2rem;
	gap: 1.6rem;
}

.setProducts > li,
.setProducts > li:nth-child(2n) {
	flex-direction: column;
	border-radius: 3.2rem;
	text-align: left;
	padding: 3.2rem;
	gap: 0.0rem;
}

.setProducts > li > * {
	width: 100%;
}

.setProducts > li:nth-child(1) { background: #CAE9E8; }
.setProducts > li:nth-child(2) { background: #FEF7DE; }
.setProducts > li:nth-child(3) { background: #E9DEEB; }

#Contacto .setWrapper {
	text-align: left !important;
}

#Contacto .setWrapper h1.isMB048 {
	margin-bottom: 2.4rem !important;
}

/* ---------------------------------------- */
/* ----- >>> Section: Product ------------- */
/* ---------------------------------------- */

.isProduct .setColumns > div:nth-child(1) {
	padding: 0.0rem;
}

.isProduct .setColumns > div:nth-child(2) {
	padding-bottom: 9.6rem;
}

.isProduct .setColumns > div > img {
	margin-bottom: -3.2rem;
	margin-top: 3.2rem;
}

.isProduct .setColumns > div h3 {
	margin-bottom: 0.6rem;
}

.isProduct section:nth-of-type(2) > div > .setUse {
	flex-direction: column;
	margin-bottom: 3.2rem;
	text-align: center;
}

.isProduct section:nth-of-type(2) > div > .setUse > img,
.isProduct section:nth-of-type(2) > div > .setUse > picture {
	margin-bottom: -1.6rem;
	max-width: 12.8rem;
}

.isProduct section:nth-of-type(2) > div > .setUse > p {
	line-height: 1.0em;
	font-size: 2.4rem;
}

.isProduct section:nth-of-type(2) > div > .setUse > p > span {
	font-size: 1.6rem;
}

.isProduct section:nth-of-type(3) > div > .setBox {
	flex-direction: column;
}

.isProduct section:nth-of-type(3) > div > .setBox > div {
	width: 100%;
}

.isProduct section:nth-of-type(3) > div > .setBox > div > p {
	margin-top: 3.2rem;
	font-size: 1.6rem;
}

.isProduct section:nth-of-type(3):before { 
	height: 25.6rem;
}

/* ---------------------------------------- */
/* ----- >>> Section: Recomendación ------- */
/* ---------------------------------------- */

.isAdvice .isC01 .setItem {
	flex-direction: column;
	justify-content: center;
	min-height: 18.0rem;
	display: flex;
}

.isAdvice .setColumns > div:nth-child(1) > img {
	transform: translateX( -12.8rem);
	width: 32rem;
}

.isAdvice .isC01 .setItem:nth-child(1) { padding: 2.4rem 4.8rem 2.4rem 0.0rem; }
.isAdvice .isC01 .setItem:nth-child(2) { padding: 2.4rem 0.0rem 2.4rem 4.8rem; l }

/* ---------------------------------------- */

.isAdvice .isC02 .setItem > p {
	margin: 0.0rem auto;
	max-width: 26rem;
	font-size: 1.4rem;
}

.isAdvice .setColumns > div:nth-child(1)  { margin-bottom: -4.8rem; }
.isAdvice .setColumns > div:nth-child(2)  { width: 90%; padding: 0.0rem; }

/* ---------------------------------------- */

.isAdvice .isC03  .setItem > div:nth-child(1) > img {
	width: 9.6rem;
}

/* ---------------------------------------- */

.isAdvice section:nth-of-type(3):before {
	width:  calc(100% - 3.2rem);
	height: calc(100% - 3.2rem);
	margin: 1.6rem;
}

/* ---------------------------------------- */

.isAdvice section:nth-of-type(6) .setWrapper {
	margin-top: 16.0rem;
}

.isAdvice .isP02 {
	width: 32rem;
}

.isAdvice .setTable {
	flex-direction: column;
	margin-top: 3.2rem;
}

.isAdvice .setTable,
.isAdvice .setTable > li,
.isAdvice .setTable > li > div  {
	align-items: flex-start !important;
	flex-direction: column;
	font-size: 1.6rem;
	gap: 2.4rem;
}

.isAdvice .setTable > li {
	flex-direction: column;
}

.isAdvice .setTable > li > div {
	gap: 0.6rem;
}

.isAdvice .setTable > li > div > * {
	width: 100%;
}

.isAdvice .setTable > li:hover {
	color: unset;
}

.isAdvice .setTable > li:first-child {
	display: none;
}

.isAdvice .setTable > li:first-child > div,
.isAdvice .setTable > li > div:first-child {
	margin-bottom: 1.6rem;
	font-size: 1.8rem !important;
}

.isAdvice .setTable > li:nth-child(3):after,
.isAdvice .setTable > li > div:nth-child(1),
.isAdvice .setTable > li:not(:first-child):before {
	line-height: 6.4rem;
	height: 6.4rem;
}

.isAdvice .setTable > li:not(:first-child):before,
.isAdvice .setTable > li:hover:not(:first-child):before {
	width: 80vw;
	transform: translateX(-2.4rem);
}

.isAdvice .setTable > li > div > img {
	margin: 3.2rem auto;
	width: 12.8rem;
}

.isAdvice .setTable > li > div > span {
	display: inline-block;
}

.isAdvice .setTable > li > div:nth-child(1),
.isAdvice .setTable > li > div:nth-child(2),
.isAdvice .setTable > li > div:nth-child(3),
.isAdvice .setTable > li > div:nth-child(4) { width: 100%; }


/*
.isAdvice section:nth-of-type(6) {
	display: none !important;
}

/* ---------------------------------------- */
/* ----- >>> General ---------------------- */
/* ---------------------------------------- */

.setColumns,
.setColumns > div {
	width: 100%;
	flex-direction: column;
}

.setColumns > div:nth-child(2) {
	padding: 4.8rem 2.4rem 4.8rem 2.4rem;
}

.setColumns > div > ul {
	margin-top: 1.6rem;
}

.setColumns > div:nth-child(2) > h1 {
	margin-top: 0 !important;
}

.setColumns > div:nth-child(1) > h1 {
	margin-top: 6.4rem;
}

.setColumns.isAlt {
	flex-direction: column-reverse;
}

.setColumns.isAlt > div {
	background: rgba(var(--half-color), 1.0);
}

.setColumns.isAlt > div:nth-child(1) > picture {
	width: calc(100% - 4.8rem);
	margin: 1.2rem auto 4.8rem auto;
	border-radius: 1.6rem;
	overflow: hidden;
}

.setColumns.isAlt > div:nth-child(2) {
	padding-bottom: 1.6rem;
	padding-top: 9.6rem;
}

/* ---------------------------------------- */

.setGrid:not(.setSwiper) .setItems {
	gap: 2.4rem;
}

.setGrid[data-min="1"] .setItems > .setItem  { width: 100%; }

/* ---------------------------------------- */

.setPrev,
.setNext {
	width:  2.4rem;
	height: 2.4rem;
}

.setPrev { left:  1.6rem; }
.setNext { right: 1.6rem; }

/* ---------------------------------------- */


dl {
	margin-top: 3.2rem;
}

dt {
	padding: 1.2rem 3.2rem 1.2rem 0.0rem;
	font-size: 1.6rem;
}

dt:after {
	font-size: 2.1rem;
	right: 0.0rem;
}

dd {
	padding: 0.0rem 1.2rem 1.2rem 0.0rem;
}

/* ---------------------------------------- */

.setButton {
	padding: 0.6rem 2.4rem 0.4em 2.4rem;
	line-height: 2.4rem;
	margin-top: 0.0rem;
	font-size: 1.4rem;
}

/* ---------------------------------------- */
/* ----- >>> Menu Animation --------------- */
/* ---------------------------------------- */

.setMenu {
	display: block;
}

/* ---------------------------------------- */
/* ----- >>> Masks ------------------------ */
/* ---------------------------------------- */

.isM00 {
	min-height: unset;
}

.isSHP:before {
	margin-bottom: 0.4rem;
	height: 6.0rem;
}

/* ---------------------------------------- */
/* ----- >>> Icon Sets -------------------- */
/* ---------------------------------------- */

.isBND {
	width: 7.2rem;
}

.isISO {
	width: 9.6rem;
	margin-bottom: 2.4rem;
}

.isS02 {
	width:  6.4rem;
	height: 6.4rem;
}


}