@charset "UTF-8";

@viewport {
	zoom: 1.0;
	width: extend-to-zoom;
}


/* ====================== */
html {
	scroll-behavior: smooth;
}

body {
	font-family: "Nunito Sans", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 400;
	  font-style: normal;
	  font-variation-settings:
		"wdth" 100,
		"YTLC" 500;
	font-variation-settings: normal;
	font-size: 16px;
	line-height: 1.3em;
	color: #ffffff;
	background-image: url("../img/papel.jpg");
	background-size: auto;
	background-position: left top;
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
}

p {
	line-height: initial;
}

:root {
	--main: rgba(255, 0, 0, 1);
	--sec: #936f9d;
	--ter: #d3a20d;
	--blc: #d4886d;
	--ngr: rgba(30, 30, 30, 1);
}

.cm {
	color: var(--main)
}

.cs {
	color: var(--sec)
}

.ct {
	color: var(--ter)
}

.cb {
	color: var(--blc)
}

.cn {
	color: var(--ngr)
}

.zs {
	font-size: 1em
}

.zm {
	font-size: 2em
}

.zl {
	font-size: 4em
}

.zx {
	font-size: 6em
}

.bm {
	background-color: var(--main)
}

.bs {
	background-color: var(--sec)
}

.bt {
	background-color: var(--ter)
}

.bb {
	background-color: var(--blc)
}

.bn {
	background-color: var(--ngr)
}

.bbs {
	z-index: 0;
	content: '';
	background: transparent url("../img/patternblack.png");
	background-repeat: repeat top left;
	background-size: auto;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.bbm {
	z-index: 0;
	content: '';
	background: transparent url("../img/patternwhite.png");
	background-repeat: repeat top left;
	background-size: 3px;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

.bbl {
	z-index: 0;
	content: '';
	background: transparent;
	background-repeat: repeat top left;
	background-size: auto;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
}


.ls {
	line-height: .75em
}

.lm {
	line-height: 1em
}

.ll {
	line-height: 1.3em
}

.fm {
	font-family: serif
}

.fs {
	font-family: sans-serif
}

.ws {
	font-weight: 100;
}

.wm {
	font-weight: 400;
}

.wl {
	font-weight: 600;
}

.wx {
	font-weight: 900;
}

.al {
	text-align: left;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

h1 {
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 1000;
	font-style: normal;
	font-size: 12em;
	line-height: .8em;
}

h2 {
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
	font-size: 2.5em;
	line-height: 1em;
}

h3 {
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 1000;
	font-style: normal;
	font-size: 16em;
	line-height: .8em;
}


p.col {
	font-weight: 400;
	font-size: .9em;
	text-transform: none;
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-gap: 50px;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-rule: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-column-rule: 1px solid rgba(255, 255, 255, 0.3);
	-moz-column-rule: 1px solid rgba(255, 255, 255, 0.3);
}

p.scaps {
	font-variant: small-caps;
	margin: 0;
	color: #edede6;
	text-shadow: 5px 5px 5px rgba(43, 43, 43, 0.5);
	font-size: 1.3em;
	font-weight: 700;
}

a,
a:hover {
	text-decoration: none;
	color: #ffffff;
}

a.btn {
	background-color: rgba(255, 255, 255, 0.1);
	border: none;
	border-radius: 0 0 15px 15px;
	padding: .5em 1.5em;
	font-size: 1em;
	display: inline-block;
	color: rgba(255, 255, 255, 1);
	border-top: 1px solid rgba(255, 255, 255, 0.45)
}

a.btn:hover{
	background-color: rgba(255, 255, 255, 0.25);
	cursor: pointer;
	color: rgba(255, 255, 255, 1);
}

a.btn-off, a.btn-off:hover {
	display: none
}


hr {
	margin: .5em 0 1em;
	width: 100%;
}

/* ========================= ===== */
.simple {
	font-size: .65em;
	padding: 2px 10px;
	background: rgba(0, 0, 0, 0.5);
	color: rgba(237, 237, 230, 1);
	position: fixed;
	left: 0;
	/* Coordenada X */
	top: 45%;
	/* Coordenada Y */
	transform-origin: top left;
	transform: rotate(-90deg);
	z-index: 150;
	opacity: 1;
	border-radius: 0 0 5px 5px;
}

.popup {
	position: fixed;
	left: 0;
	top: -100vh;
	width: 100vw;
	height: 100vh;
	z-index: 20;
	content: '';
	background: transparent url("../img/patternwhite.png") repeat top left;
	background-size: auto;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

.popup section {
	position: relative;
	width: 62%;
	height: 85vh;
	padding: 0;
	border-radius: 0 0 20px 20px;
	overflow: hidden;
	box-shadow: 0px 10px 12px rgba(51, 51, 51, .5);
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	outline: 1px solid rgba(255, 255, 255, 0.6); 
	outline-offset: -50px;
	margin: 0 auto;
}
.popup section article{
	position: absolute;
	width: 60%;
	height: 60%;
	top: 20%;
	left: 20%;
	background: none;
	overflow-y: scroll;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: start;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column nowrap;
	border-left: 1px solid #ffffff;
	padding-left: 2%;
}

.popup section article .arriba-btn{
	font-size: 2.5em;
	font-weight: 800;
	color: #f0ff00;
	text-align: left;
	margin-left: 6%;
	display: none
}
.popup section article hr{
	border-color: #ffffff;
	width: 90%;
	margin: 1em 5% 0;
}

.popup section h1 {
font-size: 5em;
opacity: 1;
text-transform: uppercase;
text-shadow: none;
font-weight: 800;
transform-origin: left top;
  transform: rotate(-90deg);
  position: absolute;
  top: 80%;
  left: 13.5%;
  color: rgba(255, 255, 255, 0.25);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.9);
}
.popup section h2 {
font-size: 1.5em;
opacity: 1;
text-transform: uppercase;
text-shadow: none;
font-weight: 800;
background: rgba(0, 0, 0, 0.05);
color: #038489;
text-align: left;
margin: 1em 0 0;
padding: .25em;
}
.popup section h2.light {
font-size: 1.2em;
opacity: 1;
text-transform: uppercase;
text-shadow: none;
font-weight: 600;
background: rgba(0, 0, 0, 0.05);
color: #feff00;
text-align: left;
margin: 1em 0 0;
padding: .25em;
}

.popup list{
	background: rgba(255, 255, 255, 0.2);
	padding: 1em;
}

.popup section h2:before {
font-family: 'icomoon';
content: '\e969';
margin-right: .1em;
color: #f0ff00;
font-size: 1rem;
}

.popup section p {
color: #000000;
opacity: .75;
margin-top: .5em;
}

.popup.prices-pop section p {
border-left:  2px solid #feff00;
background: rgba(255, 255, 255, 0.25);
padding: .5em;
}

.popup.similar-pop section p {
border-left:  1px solid #feff00;
background: rgba(255, 255, 255, 0.25);
padding: .5em;
font-size: 1.25em;
color: #038489;
cursor: pointer;
text-transform: capitalize;
}

.popup.similar-pop section p:hover {
border-left:  1px solid #feff00;
background: rgba(255, 255, 255, 0.35);
padding: .5em;
font-size: 1.25em;
color: #038489;
cursor: pointer;
text-transform: capitalize;
}

.popup section p:before {
font-family: 'icomoon';
content: '\e969';
margin-right: .1em;
color: #038489;
font-size: .75rem;
}

.popup section a.btn {
color: #038489;
background: rgba(255, 255, 255, 0.2);
font-size: 1.2em;
font-weight: 600;
}

.popup section .bg-pop {
	width: 102%;
	height: auto;
	bottom: 0;
	left: 0;
	mix-blend-mode: soft-light;
	opacity: 1;
	position: absolute;
	  top: 10%;
	  left: -1%;
}
.popup section .icon-cancel-circle{
	position: absolute;
	bottom: 20%;
	right: 13%;
	color: rgba(240, 255, 0, 1);
	font-size: 2.5em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.popup section .icon-cancel-circle:hover{
	color: rgba(240, 255, 0, 0.5);
}


.nav-pop {
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5%;
	width: 93%;
	background: rgba(0, 0, 0, 0.1);
	text-align: center;
}

.nav-pop a {
	display: inline-block;
	color: #fff;
	padding: .5em 1em .5em 0;
	text-align: center;
}
.nav-pop a:hover {
	background-color: rgba(0, 0, 0, 0.1);
	cursor: pointer;
}


.nav-pop a:before {
	font-family: 'icomoon';
	content: "\e969";
	color: rgba(241, 255, 0, 1);
	margin-right: 1em;
}

.nav-pop a:first-child:before {
	font-family: 'icomoon';
	content: ''
}

.rubrica{
	position: fixed;
	width: 10%;
	height: auto;
	bottom: 5%;
	left: 0;
	text-align: right;
	z-index: 250;
}

.rubrica img{
	width: 40%;
	mix-blend-mode: multiply;
}
.rubrica p{
	font-size: .5em;
	color: rgba(204, 225, 84, 1);
}

.popup a.hid {
	display: none;
}

.icon-home{
	position: fixed;
	bottom: 4%;
	right: 3%;
	font-size: 1.5em;
	color: #ffffff;
	z-index: 100;
	cursor: pointer;
}

@media (min-width: 1920px) {
  body {
    font-size: 18px;
  }
}

@media (min-width: 1440px)  and (max-width: 1919px)  {
  body {
    font-size: 15px;
  }
  .rubrica{
	  width: 15%;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  body {
    font-size: 13px;
  }
  .rubrica{
		width: 15%;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
  body {
    font-size: 10px;
  }
  .rubrica{
	  width: 15%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 7px;
  }
  .rubrica{
		width: 15%;
	}
}




































