html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:#fff0;-webkit-box-sizing:border-box;box-sizing:border-box}
html {
    font-size: 16px;
}
:root {
  	--color-base: #0072BC;
	--color-baseClaro: #E5F1F8;
	--color-baseHover: #005D99;
	--fuente: "ProximaNova", sans-serif;
}
* {
	color: #000;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	font-family: "Fira Sans", sans-serif;
}
body {
	opacity: 0;
	background-color: #22212C;
}
.body--overflow {
	overflow: hidden;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
/*VIDEO*/
.video-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}    
/*FLEX*/
.flex, .flex-wrap, .flex-center, .flex-spaceBetween, .flex-column {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-wrap, .flex-column {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-center {
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-spaceBetween {
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; 
}
.flex-column {
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*COMUN*/
.responsive {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
/*BTNS*/
.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 3rem;
	padding: 0.5rem 1.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 62.5rem;
	background: #ee6e68;
	border: none;
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.btn--inverse {
	color: #FFFFFF;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.50);
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s; 
}
.btn:hover {
	background-color: #e8423a;
}
.btn--inverse:hover {
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: rgba(255, 255, 255, 0.15);
}
.no-btn--mobile {
	width: 3rem;
	height: 3rem;
	border-radius: 12.5rem;
	border: 1px solid rgba(255, 255, 255, 0.30);	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent;
}
@media only screen and (min-width:1024px) {
	.no-btn {
		border: none;
		padding: 0;
		cursor: pointer;
		color: #FFF;
		text-align: center;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.25rem; 
		background-color: transparent;
	}
}
/*HEADER*/
header {
	position: fixed;
	z-index: 9;
	top: 1.38rem;
	width: 100%;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.logo {
	height: 1.87031rem;
}
nav {
	gap: 1rem;
	min-height: 3rem;
	width: 100%;
	padding: 0 1rem;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
nav .btn {
	display: none;
	padding: 0 .5rem;
	width: 9.375rem;
}
@media only screen and (min-width:768px) {
	nav {
		padding-left: 0;
	}
	nav .btn {
		width: auto;
		padding: .5rem 1.5rem;
	}
}
@media only screen and (min-width:1024px) {
	header {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.logo {
		height: 1.82106rem;
	}
}
/*INTRODUCCION*/
.inicio {
	width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 2;
	background-color: #000E0F;
}
.inicio__fondo {	
	width: 100%;
	height: 23.625rem;
  	background-size: cover;
	background-repeat: no-repeat;
  	background-position: center;
	position: relative;
}
.inicio__fondo::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(62.09%, rgba(0, 0, 0, 0.00)), to(#000E0F));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.00) 62.09%, #000E0F 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 62.09%, #000E0F 100%);
}
.inicio__container {
	padding: 1.5rem;
}
.btns {
	gap: .5rem;	
	padding: 0.875rem 0 1rem 0;
}
.btns .btn {
	width: 100%;
}
.inicio__titulo {
	color: #FFF;
	font-size: 1.9375rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 1rem;
}
.inicio__descripcion, .inicio__descripcion p, .inicio__descripcion span, .inicio__descripcion strong {
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5rem;	
}
.inicio__descripcion strong {
	font-weight: 600;
}
.inicio__fondo--desktop {
	display: none;
}
@media only screen and (min-width:600px) {
	.inicio {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: safe center;
		-ms-flex-align: safe center;
		align-items: safe center;
	}
	.btns .btn {
		width: auto;
	}
	.btns {
		gap: 1.5rem;
	}
	.inicio__fondo--desktop {
		display: block;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: -1;
	}
	.inicio__fondo--mobile {
		display: none;
	}
	.inicio__fondo::before {
		background: -o-linear-gradient(153deg, rgba(1, 6, 7, 0.00) 44.13%, rgba(1, 6, 7, 0.40) 70.87%);
		background: linear-gradient(297deg, rgba(1, 6, 7, 0.00) 44.13%, rgba(1, 6, 7, 0.40) 70.87%);
	}
	.inicio__container {
		padding-left: 5.44rem;		
	}
	.inicio__titulo {
		color: #FFF;
		font-size: 3rem;
		font-style: normal;
		line-height: normal;
		max-width: 34.875rem;
	}
	.inicio__descripcion {
		margin-bottom: 2rem;
	}
	.inicio__descripcion, .inicio__descripcion p, .inicio__descripcion span, .inicio__descripcion strong {
		font-size: 1.125rem;
		line-height: 1.625rem;
		max-width: 34.875rem;
	}
}
@media only screen and (min-width:768px) {
	.btns {
		padding: 0;
	}
}
/*SELECCION*/
.interacion {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	display: flex;
	justify-content: center;
}
.interacion__svg {
	height: calc(100% + 5rem);
	display: block;
	margin-left: -5rem;
	margin-top: -5rem;
}
.contenedorForma {
	display: none;
}		
.productos {
	position: absolute;
	bottom: 1.51rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 0.5rem;
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	width: calc(100% - 1rem);
	border: 1px solid rgba(32, 168, 220, 0.50);
	background: rgba(28, 171, 226, 0.50);
	-webkit-box-shadow: 0 4px 24px 0 rgba(28, 171, 226, 0.60);
    box-shadow: 0 4px 24px 0 rgba(28, 171, 226, 0.60);
	padding: .75rem 0 0 0;	
	opacity: 1;
	-webkit-transition: bottom .8s ease-out, opacity 1s 0.2s;
	-o-transition: bottom .8s ease-out, opacity 1s 0.2s;
	transition: bottom .8s ease-out, opacity 1s 0.2s; 
}
.productos--modal .productos__items {
	opacity: 0.3;
	pointer-events: none !important;
}
.productos--inicio {
	bottom: -5rem;
	opacity: 0;
}
.productos__info {
	color: #FFF;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5rem;
	max-width: 65%;
  	margin: 0 auto;
}
.productos__container {
	gap: .5rem;
	overflow: auto; 
  	scrollbar-width: none;  
	scroll-behavior: auto;
	padding: 1rem 0;
	min-width: 100%;
}
.productos__items {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	transition: transform 0.2s ease-out, opacity .3s ease-in;
    transform: translateY(0);
	opacity: 1;
}
.productos__items--inicio {
	opacity: 0;
	-webkit-transform: translateY(2rem);
	-ms-transform: translateY(2rem);
	transform: translateY(2rem);
	pointer-events: none;
}
.productos__items:first-child {
	padding-left: .75rem;
}
.productos__items:last-child {
	padding-right: .75rem;
}
.producto {
	height: 6.125rem;
}
.productos__cantidad {
	position: absolute;
	width: 1.50794rem;
	height: 1.50794rem;
	right: 0.44963rem;
	top: -0.5655rem;
	border-radius: 12.5rem;
	border: 2px solid #FFF;
	background: #ee6e68;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.productos__cifra {
	color: #131313;
	text-align: center;
	font-size: 0.75394rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: Inter;
}
.clon-activo {
	-webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.7); 
	-o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.7);
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.7); 
}
.clon-plantado {
	transition: none; 	
}
[class^='item-fijo-invisible-'] {
	opacity: 0; 
	-webkit-transition: none; 
	-o-transition: none; 
	transition: none;
	display: block;
}
.caja-secundaria {
	opacity: 0;
}
.mobile-fade-in {
	-webkit-transition: opacity 200ms ease-in !important;
	-o-transition: opacity 200ms ease-in !important;
	transition: opacity 200ms ease-in !important;
	opacity: 1 !important; 
}
.pago__info, .noMobile {
	display: none;
}
.pago {
	margin: 0 auto;
	max-height: 0;
	overflow: hidden;
}
.pago--visible {
	max-height: 9.375rem;
	-webkit-transition: max-height .8s ease-out, opacity 1s 0.2s;
	-o-transition: max-height .8s ease-out, opacity 1s 0.2s;
	transition: max-height .8s ease-out, opacity 1s 0.2s; 
}
.pago__inner {
	gap: 1rem;
	padding-bottom: 1rem;
}
@media only screen and (max-width:500px) {	
	.pago--visible {
		width: 100%;
		padding: 0 .75rem;
	}
	.btn--donar {
		width: calc(100% - 4rem);
	}
}
@media only screen and (max-width:660px) {
	.btns {
		bottom: 0;
		position: sticky;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(-18.71%, rgba(0, 14, 15, 0.00)), color-stop(50.34%, #000E0F));	
		background: -o-linear-gradient(top, rgba(0, 14, 15, 0.00) -18.71%, #000E0F 50.34%);
		background: linear-gradient(180deg, rgba(0, 14, 15, 0.00) -18.71%, #000E0F 50.34%);
	}
	.inicio__container {
		padding-bottom: 0;
		margin-top: -4rem;
		position: relative;
		z-index: 2;
	}
}
@media only screen and (min-width:643px) {
	.productos {		
		width: 38rem;
	}
	.productos__container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}	
	.productos__items:last-child {
		padding-right: 0;
	}
	.productos__items:first-child {
		padding-left: 0;
	}
}
@media only screen and (min-width:1024px) {
	.interacion__svg {
		height: 100%;
		margin: 0;
		width: 100%;
	}
	.productos {
		padding: 1rem 1rem 1rem 1.5rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;		
	}
	.productos__container {
		padding: 0;
		overflow: inherit;
		-webkit-box-pack: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
		min-width: inherit;
		margin-left: 1rem;
	}
	.productos__container--visible {
		margin-right: 1rem;
	}
	.productos__info {
		max-width: 8.5625rem;
		text-align: left;
	}
	.productos__cantidad {
		width: 2rem;
		height: 2rem;
		top: -0.75rem;
		right: 0.53125rem;
	}
	.productos__cifra {
		font-size: 1rem;
	}
	.pago__info {
		display: block;
		color: #FFF;
		text-align: center;
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.5rem;
	}
	.pago {
		max-width: 0; 
		opacity: 0;
		gap: 0;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
		min-width: 0; 
		min-height: 0; 
		overflow: hidden;
		height: 6.125rem;
	}
	.pago--visible {
		-webkit-transition: max-width .8s ease-out, opacity 1s 0.2s;
		-o-transition: max-width .8s ease-out, opacity 1s 0.2s;
		transition: max-width .8s ease-out, opacity 1s 0.2s; 
		max-width: 18.75rem; 
		overflow: hidden; 
		display: block; 
		opacity: 1;
	}
	.pago__inner {
		gap: .3rem;
		width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-width: 0;
		height: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 0;
	}
	.noMobile {
		display: block;
	}
	.noDesktop {
		display: none;
	}	
	.productos__items:hover {
		-webkit-transform: translateY(-.5rem);
		-ms-transform: translateY(-.5rem);
		transform: translateY(-.5rem);
	}
}
@media only screen and (min-width:1280px) {
	.producto {
		height: 7.375rem;
	}
	.productos {
		bottom: 3rem;
	}
	.productos--inicio {
		bottom: -5rem;
	}
	.pago {
		height: 7.375rem;
	}
	.pago__inner {
		gap: .75rem;
	}
}	
@media only screen and (min-width:1440px) {
	.productos__info {
		font-size: 1.125rem;
		line-height: 1.5rem;
		max-width: 9.6875rem;
	}
	.producto {
		height: 8.0625rem;
	}
	.pago {
		height: 8.0625rem;
	}
	.pago__info {
		font-size: 1.125rem;
		line-height: 1.5rem; 
	}
}
@media only screen and (min-width:1920px) {
	.productos {
		bottom: 5.5rem;
	}
	.productos--inicio {
		bottom: -1rem;
	}
}
/*OVERLAY*/
.overlay {
	position: fixed;
	height: 100%;
	top: 0;
	z-index: 2;
	opacity: 0;
	width: 100%;
	overflow-y: auto;	
	pointer-events: none;	
	background: rgba(0, 0, 0, 0.50);
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay--open {
	z-index: 9;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	pointer-events: all;
}
.overlay__items {
	min-height: 100%;
	border-radius: 1.5rem 1.5rem 0 0;
	position: absolute;
	top: 1rem;
	right: 0.938rem;
	max-width: calc(100% - 1.875rem);
	padding: 4rem 1rem 1rem 1rem;
	border: 1px solid rgba(32, 168, 220, 0.50);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 171, 226, 0.50)), to(rgba(28, 171, 226, 0.50))), rgba(0, 0, 0, 0.70);
	background: -o-linear-gradient(bottom, rgba(28, 171, 226, 0.50) 0%, rgba(28, 171, 226, 0.50) 100%), rgba(0, 0, 0, 0.70);
	background: linear-gradient(0deg, rgba(28, 171, 226, 0.50) 0%, rgba(28, 171, 226, 0.50) 100%), rgba(0, 0, 0, 0.70);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.overlay__btn {
	position: absolute;
	right: 1.5rem;
	top: 1.5rem;
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	width: 1.5rem;
	height: 1.5rem;
}
.titulos {
	color: #FFF;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2rem;
	margin-bottom: 2rem;
}
.overlay__cards {
	gap: 1rem;
}
.card {
	padding: 1rem;
	border-radius: 1rem;
	background: #F6F6F6;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.card__image {
	border-radius: .5rem;
	height: 13.40981rem;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 1rem;
}
.card__titulo {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	margin-bottom: 1rem;
}
.card__titulo strong {
	display: block;
	font-weight: 600;
}
.card__descripcion {
	margin-bottom: 1rem;
}
.card__descripcion, .card__descripcion p {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.25rem; 
}
.card__precio {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.75rem; 
}
.btn--overlay {
	width: 100%;
	margin-top: 1rem;
}
@media only screen and (min-width:767px) {
	.titulos {
		max-width: 33.31rem;
		margin: 0 auto 2.5rem auto;
	}
	.card {
		width: calc((100% - 2rem) / 2);
		-ms-flex-preferred-size: calc((100% - 2rem) / 2);
		flex-basis: calc((100% - 2rem) / 2);
	}
	.card__descripcion, .card__descripcion p {
		font-size: .875rem;
	}
}
@media only screen and (min-width:1024px) {
	.overlay {   
    	width: 60rem;
    	right: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);    
    	-webkit-transition: opacity 0.3s, transform .5s;
    	transition: opacity 0.3s, transform .5s;
		background-color: transparent;
	}
	.overlay--open {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		-webkit-transition: opacity 0.1s, transform .5s;
    	transition: opacity 0.1s, transform .5s;
	}
	.overlay__items {
		top: 0;		
		right: 0;
		padding: 4.5rem 3rem 3rem 3rem;		
		max-width: 60rem;
		border-radius: 1.5rem 0 0 1.5rem;
	}	
	.titulos {
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
	.card {
		padding: 1.5rem;
		width: calc((100% - 2rem) / 3);
		-ms-flex-preferred-size: calc((100% - 2rem) / 3);
		flex-basis: calc((100% - 2rem) / 3);
	}
	.card__image {
		height: 9.09856rem;
	}
	.btn--overlay {
		display: none;
	}
}
/*AGRADECIMIENTO*/
.agradecimiento {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #1CABE2;
	display: -webkit-box;      
	display: -ms-flexbox;      
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.agradecimiento--inicial {
	opacity: 0;
}
.agradecimiento__contenido {
	text-align: center;
	margin-top: 0;
	-webkit-transition: margin-top 0.9s ease;
	-o-transition: margin-top 0.9s ease;
	transition: margin-top 0.9s ease;
}
.agradecimiento--inicial .agradecimiento__contenido {
	margin-top: -90px;
}
.agradecimiento__img {
	margin: 0 auto;
	width: 16.27725rem;
	height: 13.43719rem;
	aspect-ratio: 260.44/215.00;
}
.agradecimiento__titulo, .agradecimiento__descripcion p {
	color: #FFFFFF;
	text-align: center;
	font-size: 4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 5rem;	
}
.agradecimiento__descripcion {
	margin: 0 auto;
	max-width: 19.71069rem;
}
.agradecimiento__descripcion p {
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	font-size: 1.18688rem;
}
.redes {
	list-style-type: none;
	padding: 0;
	gap: 0.89rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 1.05rem auto 0 auto;
}
.redes__enlaces {
	cursor: pointer;
}
.redes__enlaces:hover .redes__fill {
	fill: #5DCEFA;
}
@media only screen and (min-width:768px) {
	.agradecimiento__img {
		width: 24rem;
		height: 19.8125rem;
		aspect-ratio: 384/317;
	}	
}
@media only screen and (min-width:1024px) {
	.agradecimiento__titulo {
		font-size: 8.125rem;
		line-height: 9.3125rem;
	}
	.agradecimiento__descripcion {
		max-width: 29.0625rem;
	}
	.agradecimiento__descripcion p {
		font-size: 1.75rem;
	}
	.redes {
		margin-top: 1.5rem;
	}
}
/*EXPLICACION*/
.explicacion {
	z-index: 9;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.60);
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	gap: 0.87rem;
}
.explicacion__texto {
	color: #FFFFFF;
	font-size: 0.875rem;
	line-height: 1.57;
	font-weight: 600;
	width: 100%;
  	text-align: center;
	font-family: var(--font-secundaria);
}
.explicacion--girar {
	pointer-events: none;
	display: none;
}
@media (orientation: landscape) and (max-height: 500px)  {	
  	.explicacion--girar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (orientation: landscape) and (max-height: 700px) {
	.inicio {
		padding-top: 6.25rem;
	}
}
@media only screen and (min-width: 768px) {
	.explicacion:not(.explicacion--girar) {
		display: none;
	}
}