html {
	font-size: 100%;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	background: #f6e8e5;
	margin: 0;
	font-family: 'Hammersmith One', Helvetica, Verdana, Arial, "Lucida Grande", sans-serif
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

progress {
	vertical-align: baseline
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: 0;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button,
input,
select,
textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: bold
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* Para navegadores WebKit */
	-moz-appearance: button;
	/* Para Firefox */
	appearance: button;
	/* Para navegadores que soportan la propiedad estándar */
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}



fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	/* Para navegadores WebKit */
	-moz-appearance: textfield;
	/* Para Firefox (si fuera necesario) */
	appearance: textfield;
	/* Para navegadores que soportan la propiedad estándar */
	outline-offset: -2px;
	/* Ajusta el contorno del foco */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

a {
	text-decoration: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block
}

.hero {
	background: #111 url(img/bg.jpg) center center;
	background-size: cover;
	box-sizing: border-box;
	color: #fff;
	height: 500px;
	padding: 60px 40px;
	position: relative;
	text-align: center;
	width: 100%
}

.hero:after {
	background: #15171a;
	background: -moz-linear-gradient(left, #15171a 0%, #ff3019 50%, #15171a 100%);
	background: -webkit-linear-gradient(left, #15171a 0%, #ff3019 50%, #15171a 100%);
	background: linear-gradient(to right, #15171a 0%, #ff3019 50%, #15171a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15171a', endColorstr='#15171a', GradientType=1);
	box-sizing: border-box;
	height: 3px;
	position: absolute;
	width: 100%;
	content: "";
	left: 0;
	bottom: 0;
}

.hero.internal {
	height: 350px
}

.l-under {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.arrow {
	font-size: 681px;
	height: 680px;
	position: absolute;
	width: 2310px;
	z-index: 1
}

.l-over {
	position: relative;
	z-index: 2;
	margin-top: 40px
}

.logosm {
	font-size: 22px;
	left: 0;
	line-height: 22px;
	opacity: 0;
	position: absolute;
	top: 20px;
	width: 225px;
}

.fixed .logosm {
	opacity: 1
}

.logo {
	display: block;
	font-size: 46px;
	margin: 0 auto 20px;
	position: relative;
	top: 0;
	color: rgb(255, 48, 25);
}

.logo-title {
	display: block;
	font-size: 38px;
	font-weight: 100;
	margin: 0 auto 10px;
	position: relative;
	text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
	clear: both
}

.container {
	margin: 0 auto;
	position: relative;
	width: 100%
}

.navbar {
	background: rgba(0, 0, 0, 0.1);
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	backdrop-filter: blur(20px);
}

body.fixed .navbar {
	background: rgb(255, 48, 25);
	background: -moz-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
	z-index: 999;
	height: 60px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5)
}

body.fixed .mainmenu {
	margin-top: 14px
}

body.fixed .mainmenu .button-descargar {
	box-shadow: 0 3px 0 rgb(255, 48, 25), 0 8px 3px rgba(0, 0, 0, 0.3)
}

.button-descargar:active,
.button-descargar.active,
.button-descargar.is-active {
	top: 3px
}

.mainmenu {
	float: right;
	margin-right: 76px;
	margin-top: 24px;
	position: relative;
	z-index: 3
}

.transition {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .25s ease
}

.mainmenu.push {
	margin-right: 196px
}

body.fixed .social {
	top: 10px
}

.social-btns.open {
	margin-right: 0;
	opacity: 1;
	right: 64px;
	top: 21px;
	width: auto;
	z-index: 999
}

body.fixed .social-btns.open {
	top: 11px
}

.btns-share {
	color: white;
	display: inline-block;
	height: 38px;
	width: 38px;
}

.social-btns a {
	background-color: rgba(255, 255, 255, 0);
	border-radius: 200px;
	color: white;
	font-size: 26px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	transition: all 0.25s ease 0s;
	width: 40px;
	display: inline-grid;
	align-content: center;
}

.social-btns a:hover {
	background-color: rgba(255, 255, 255, 1)
}

.social-btns a.facebook:hover {
	background-color: #7979ff
}

.social-btns a.twitter:hover {
	background-color: #24a9e6
}

.social-btns a.google:hover {
	background-color: #f24033
}

.facebook {
	background-position: center -379px
}

.twitter {
	background-position: center -422px
}

.google {
	background-position: center -465px
}

.mainmenu a {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 0;
	color: white;
	cursor: pointer;
	float: left;
	font-size: 16px;
	line-height: 23px;
	margin-right: 12px;
	padding: 4px 10px;
	text-decoration: none
}

.mainmenu a:hover {
	background: rgb(255, 48, 25)
}

.mainmenu a.button-descargar.button-action {
	box-shadow: 0 2px 0 rgb(255, 48, 25), 0 4px 3px rgba(0, 0, 0, 0.2)
}

ul.tools {
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 3;
	display: none
}

ul li.toggle {
	display: none;
	float: left
}

.social {
	cursor: pointer;
	font-size: 36px;
	font-weight: bold;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 3;
	width: 40px
}

.social-btns {
	height: 40px;
	margin-right: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 20px;
	width: 1px;
	z-index: 2
}

.landing-toggle-switch__htx {
	background-color: #5d1d6a
}

.landing-toggle-switch {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: 0;
	cursor: pointer;
	-webkit-transition: background .3s;
	transition: background .3s
}

.landing-toggle-switch:focus {
	outline: 0
}

.landing-toggle-switch span {
	display: block;
	position: absolute;
	top: 21px;
	left: 10px;
	right: 10px;
	height: 6px;
	background: white
}

.landing-toggle-switch span::before,
.landing-toggle-switch span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #fff;
	content: ""
}

.landing-toggle-switch span::before {
	top: -12px
}

.landing-toggle-switch span::after {
	bottom: -12px
}

.landing-toggle-switch__rot span {
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s
}

.landing-toggle-switch__rot.active {
	background-color: #777
}

.landing-toggle-switch__rot.active span {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.landing-toggle-switch__htx {
	background-color: #000
}

.landing-toggle-switch__htx span {
	-webkit-transition: background 0s .3s;
	transition: background 0s .3s
}

.landing-toggle-switch__htx span::before,
.landing-toggle-switch__htx span::after {
	-webkit-transition-duration: .3s, 0.3s;
	transition-duration: .3s, 0.3s;
	-webkit-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.landing-toggle-switch__htx span::before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform
}

.landing-toggle-switch__htx span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform
}

.landing-toggle-switch__htx.active {
	background-color: #777
}

.landing-toggle-switch__htx.active span {
	background: 0
}

.landing-toggle-switch__htx.active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.landing-toggle-switch__htx.active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.landing-toggle-switch__htx.active span::before,
.landing-toggle-switch__htx.active span::after {
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s
}

.background-dark {
	background: rgba(0, 0, 0, 0.97);
	color: white
}

.background-dark.bg3 {
	background: url("img/bg3b.jpg") repeat fixed 0 0 / cover;
	color: white
}

.showcase-phone {
	min-height: 480px;
	padding: 160px 430px 60px 40px
}

.showcase {
	padding: 60px 120px;
	position: relative
}

.showcase.size2 {
	font-size: 25px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.background-arrow-top-left {
	background: rgba(0, 0, 0, 0)
}

.background-arrow-top-left::before {
	position: absolute;
	left: 0;
	top: 0;
	background: #15171a;
	width: 100%;
	height: 190px;
	content: "";
	clip-path: polygon(100% 0, 0 0, 0 100%);
}

.nowrap {
	white-space: nowrap;
}

.l-center {
	margin-left: auto;
	margin-right: 20%;
	margin-top: 150px;
	text-align: center
}

.bg2 .showcase-content {
	padding-left: 450px
}

.showcase-content>h2 {
	color: white;
	font-size: 30px
}

.background-light {
	background: #15171a;
	color: #bfc9d3
}

.showcase .showcase-title {
	font-size: 50px;
	margin: 0;
	text-transform: uppercase
}

.showcase .showcase-title,
.showcase .showcase-sub-title {
	font-weight: 100
}

.showcase .showcase-sub-title {
	font-size: 30px;
	margin: 0 0 40px
}

.showcase {
	font-size: 16px;
	margin: 0
}

.phone {
	background: rgba(0, 0, 0, 0) url("img/iphone-6.png") no-repeat scroll left top;
	height: 800px;
	position: absolute;
	right: 0;
	top: 35px;
	width: 440px;
	z-index: 3
}

.screen-bg {
	overflow: hidden
}

.screen-bg iframe {
	height: 100%;
	left: -200%;
	position: absolute;
	top: 0;
	width: 400%
}

.phone .button:hover {
	background: rgb(255, 48, 25);
	color: white
}

@-webkit-keyframes sliderFadeInOut {
	0% {
		opacity: 1;
	}

	17% {
		opacity: 1;
	}

	25% {
		opacity: 0;
	}

	92% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes sliderFadeInOut {
	0% {
		opacity: 1;
	}

	17% {
		opacity: 1;
	}

	25% {
		opacity: 0;
	}

	92% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes sliderFadeInOut {
	0% {
		opacity: 1;
	}

	17% {
		opacity: 1;
	}

	25% {
		opacity: 0;
	}

	92% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes sliderFadeInOut {
	0% {
		opacity: 1;
	}

	17% {
		opacity: 1;
	}

	25% {
		opacity: 0;
	}

	92% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


#slider {
	display: block;
	height: 462px;
	left: 0;
	position: relative;
	top: 0;
	width: 288px;
	z-index: 2
}

#slider img {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-animation-name: sliderFadeInOut;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 8s;
	-moz-animation-name: sliderFadeInOut;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 8s;
	-o-animation-name: sliderFadeInOut;
	-o-animation-timing-function: ease-in-out;
	-o-animation-iteration-count: infinite;
	-o-animation-duration: 8s;
	animation-name: sliderFadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 8s
}

#slider img:nth-of-type(1) {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	animation-delay: 6s
}

#slider img:nth-of-type(2) {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s
}

#slider img:nth-of-type(3) {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s
}

#slider img:nth-of-type(4) {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0
}

.phone .phone-screen {
	background: #828c95;
	background: -moz-linear-gradient(left, #828c95 0, #28343b 100%);
	background: -webkit-linear-gradient(left, #828c95 0, #28343b 100%);
	background: linear-gradient(to right, #828c95 0, #28343b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#828c95', endColorstr='#28343b', GradientType=1);
	height: 444px;
	left: 76px;
	position: absolute;
	top: 120px;
	width: 289px;
	z-index: 2
}

.phone .phone-footer {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	text-align: center;
	left: 0;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	z-index: 5
}

.button {
	background-color: #db026e;
	border: 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Hammersmith One';
	font-size: 16px;
	font-weight: 300;
	height: 40px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	line-height: 40px;
	margin: 0;
	padding: 0 40px;
	text-align: center;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: all
}

.button-lg {
	height: 50px;
	text-transform: uppercase
}

.button-descargar strong {
	display: block;
	font-size: 18px;
	line-height: 22px;
	margin-top: 5px
}

.button-descargar em {
	display: block;
	font-size: 13px;
	line-height: 14px
}

.button-action,
.button-action-flat {
	background: #ff5db1;
	background: -moz-linear-gradient(top, #ff5db1 0, #ef017c 100%);
	background: -webkit-linear-gradient(top, #ff5db1 0, #ef017c 100%);
	background: linear-gradient(to bottom, #ff5db1 0, #ef017c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5db1', endColorstr='#ef017c', GradientType=0);
	border-color: #db026e;
	color: white
}

.button-pill {
	border-radius: 200px
}

.button-descargar {
	position: relative;
	top: 0
}

.showcase .button,
.showcase .button-dropdown,
.showcase .button-group {
	margin: 5px
}

.button-descargar.button-action {
	box-shadow: 0 7px 0 #db026e, 0 8px 3px rgba(0, 0, 0, 0.3)
}

.button-descargar.button-action:active,
.button-descargar.button-action.active,
.button-descargar.button-action.is-active {
	box-shadow: 0 2px 0 #db026e, 0 3px 3px rgba(0, 0, 0, 0.2)
}

.button-action:hover,
.button-action:focus,
.button-action-flat:hover,
.button-action-flat:focus {
	background: #ff5db1;
	background: -moz-linear-gradient(top, #ff5db1 0, #ef017c 100%);
	background: -webkit-linear-gradient(top, #ff5db1 0, #ef017c 100%);
	background: linear-gradient(to bottom, #ff5db1 0, #ef017c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5db1', endColorstr='#ef017c', GradientType=0);
	border-color: #db026e
}

.button-descargar:active,
.button-descargar.active,
.button-descargar.is-active {
	top: 5px;
	transition-duration: .15s;
	transition-property: all
}

.row {
	width: 100%
}

.big {
	font-size: 36px
}

.center {
	text-align: center
}

.col1 {
	border-right: 1px solid #ddd;
	color: #757575;
	float: left;
	padding-right: 30px;
	width: calc(53% - 31px)
}

.col2 {
	float: left;
	padding: 0 0 0 22px;
	width: calc(30% - 30px)
}

.col3 {
	float: left;
	margin-left: 30px;
	width: 150px
}

.clear {
	width: 100%;
	clear: both
}

.item-list {
	text-align: center
}

.item-list>a {
	display: block;
	margin: 0 auto
}

.col1>img.large {
	border-radius: 20px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1)
}

.item-list img {
	border-radius: 15px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1)
}

.item-list h3 {
	background: rgba(0, 0, 0, 0.97);
	border-radius: 0 0 20px 20px;
	color: white;
	font-size: 16px;
	font-weight: normal;
	margin: -20px 0 20px;
	padding: 20px 0 5px
}

.item-list:hover h3 {
	background: rgb(255, 48, 25)
}

.side-bar {
	list-style: outside none none;
	margin: 0;
	padding: 0
}

.side-bar>li {
	clear: both;
	display: block;
	float: left;
	margin-bottom: 15px;
	position: relative;
	width: 100%
}

.side-bar a {
	border-bottom: 1px solid #eee;
	color: #111;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
	position: relative;
	text-transform: uppercase;
	width: 100%
}

.side-bar a:hover {
	color: rgb(255, 48, 25)
}

aside .button {
	width: 100%
}

.block-row {
	background: #1c1d20;
	padding: 90px 20px
}

.block-row.map {
	padding: 20px 0 0
}

.map iframe {
	width: 100%
}

.block-article {
	background: #15171a;
	border-radius: 20px;
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
	clear: both;
	color: #bfc9d3;
	display: inline-block;
	margin: 0 1% 50px;
	padding: 20px;
	position: relative;
	vertical-align: top;
	width: calc(30% - 40px);
	z-index: 2
}

.block-article:before {
	background: #e4cfa3;
	border-radius: 20px 20px 0 0;
	content: "";
	height: 60px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	display: none
}

.block-article h3.title {
	clear: both;
	color: white;
	display: block;
	margin: 0
}

h2.title,
h3.title {
	margin: 8px 0 35px;
	font-size: 22px
}

.block-article .title a {
	color: white;
	display: block;
	margin-left: 20px
}

h2.size3 {
	font-size: 42px
}

.title a:hover {
	color: rgb(255, 48, 25)
}

.block-article.c1 h3.title {
	color: #c62d38
}

.block-article.c2 h3.title {
	color: #c58852
}

.block-article.c3 h3.title {
	color: #ff741f
}

.block-article.c1:before {
	background: #f070a4
}

.block-article.c2:before {
	background: #5f2d07
}

.block-article.c3:before {
	background: #fee567
}

.block-article a {
	color: black
}

.block-article img {
	float: left;
	border-radius: 15px;
	position: relative;
	height: 150px;
	margin: -70px 0 15px 0;
	-moz-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	transform: rotate(-8deg)
}

.pic-1 {
	border-radius: 100%;
	height: 320px;
	left: 102px;
	position: absolute;
	top: 66px;
	width: 320px;
	z-index: 1;
}

.pic-2 {
	border-radius: 100%;
	height: 427px;
	position: absolute;
	right: 70px;
	top: 117px;
	width: 427px;
}

.site-footer {
	background-image: url(img/bg3.jpg);
	background-attachment: fixed;
	background-color: rgba(0, 0, 0, .5);
	background-size: cover;
	color: #ebe6db;
	font-size: 14px;
	display: block;
	padding: 30px 0;
	text-align: center;
	width: 100%;
	margin: 0;
	position: relative
}

.site-footer:after {
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	width: 100%;
}

.site-footer .container {
	position: relative;
	z-index: 9;
}

.site-footer a {
	color: #747474;
	font-weight: normal
}

.site-footer a:hover {
	color: white;
	font-weight: normal
}

.button-lg {
	height: auto;
	padding-bottom: 10px
}

.block-row.transparent {
	background: transparent;
	padding: 20px 20%;
	text-align: center;
}





/*GALERIA*/

.imagelightbox-arrow {
	border: 0;
}

.galeria>ul {
	clear: both;
	display: block;
	margin: 20px 0;
	padding: 0;
}

.galeria li {
	display: inline-block;
	margin: 0.625em;
}

.galeria img {
	border: 0.625em solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0.313em rgba(0, 0, 0, 0.05);
	height: 5.2em;
	transition: box-shadow 0.3s ease 0s, border-color 0.3s ease 0s;
	width: 5.2em;
}

.galeria img:hover {
	border: 0.625em solid rgba(255, 255, 255, 1);
	box-shadow: 0 0 0.313em rgba(0, 0, 0, 0.3);
}


/* Estilos para la galería */
.gallery img {
	height: auto;
	margin: 10px;
	cursor: pointer;
	transition: transform 0.2s;
}

.gallery img:hover {
	transform: scale(1.1);
}

/* Estilos para el Lightbox */
.lightbox {
	display: none;
	/* Oculto por defecto */
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.lightbox-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	height: auto;
}

#caption {
	text-align: center;
	color: white;
	padding: 10px;
	font-size: 18px;
}

.close {
	position: absolute;
	top: 10px;
	right: 25px;
	color: white;
	font-size: 35px;
	cursor: pointer;
}

.close:hover,
.close:focus {
	color: red;
}


/* Fondo del lightbox */
#lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	justify-content: center;
	align-items: center;
}

#lightbox img {
	max-width: 90%;
	max-height: 90%;
}

#lightbox:target {
	display: flex;
}






/* cookie-disclaimer */

.cookie-disclaimer.is-active {
	opacity: 1;
	transform: translateY(0);
}

.cookie-disclaimer {
	background-color: white;
	color: black;
	font-size: 16px;
	opacity: 0;
	padding: 40px;
	transform: translateY(100%);
	transition: opacity 0.3s, transform 0.5s;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 9;
	will-change: transform;
}

.disclaimer-content {
	display: flex;
	align-items: center;
	gap: 20px;
}

.disclaimer-info p {
	margin: 0;
}

.disclaimer-action .button {
	background: green;
	text-wrap: nowrap;
}

@media(max-width:1600px) {
	.bg2 .showcase-content {
		padding-left: 390px
	}

	.l-center {
		margin-right: 40%
	}

	.phone {
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		top: -20px
	}

	.site-footer .container {
		padding-left: 50px;
		padding-right: 230px;
		width: calc(100% - 280px)
	}
}

@media(max-width:1200px) {
	.container {
		max-width: 980px;
	}

	h2.title,
	h3.title {
		font-size: 18px
	}

	.bg2 .showcase-content {
		padding-left: 0
	}

	.background-light.bg2 {
		background-position: center top;
		padding-top: 320px
	}

	.phone {
		-moz-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-o-transform: scale(0.6);
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		right: -40px;
		top: 0
	}

	.showcase {
		padding: 60px
	}

	.logosm {
		left: 20px
	}

	.col1 {
		width: calc(60% - 31px)
	}

	.col2 {
		width: calc(40% - 30px)
	}

	.item-list>a {
		width: auto
	}

	.item-list img {
		height: auto;
		width: 100%
	}

	.col1>img.large {
		height: auto;
		width: 100%
	}

	.col3 {
		border-top: 1px solid #ddd;
		display: block;
		margin: 40px -10px;
		padding-top: 40px;
		width: 100%
	}

	.item-list {
		float: left;
		margin: 10px;
		width: calc(20% - 20px)
	}

	.showcase-content {
		margin-top: 0;
		padding-top: 0;
		text-align: center
	}

	.background-light.bg2 {
		padding-top: 0;
	}

	.pic-1 {
		position: static;
		margin-top: -160px;
		border: 3px solid #fff;
	}

	.pic-2 {
		position: static;
	}

	.showcase {
		display: grid;
		grid-template-areas: "img" "txt";
		place-items: center;
		place-content: center;
	}

	.size2 .showcase-content {
		grid-area: txt;
	}

	.size2 .pic-2 {
		grid-area: img;
		margin-top: -50px;
		z-index: 9;
	}

	.l-center {
		margin: 0;
		padding-top: 35px;
	}
}

@media(max-width:992px) {
	.container {
		width: 750px
	}

	.background-arrow-top-left {
		background: 0;
		padding: 1px 40px 10px
	}

	.phone {
		right: -60px;
		top: -120px
	}

	.l-center {
		margin-top: 60px;
		padding-bottom: 30px
	}

	.block-article img {
		margin: 0 20px 20px 0
	}

	.block-row {
		padding: 90px 0
	}
}

@media(max-width:768px) {
	.container {
		width: 100%
	}

	.phone {
		display: none
	}

	.l-center {
		margin-right: 0
	}

	.item-list h3 {
		font-size: 13px
	}

	header ul li.toggle {
		display: block
	}

	.mainmenu {
		display: none
	}

	.mainmenu.open {
		background: rgba(0, 0, 0, 0.97);
		display: block;
		height: calc(100% - 120px);
		left: 0;
		margin: 0;
		padding: 120px 0 0;
		position: fixed;
		top: 0;
		width: 100%;
		text-transform: uppercase
	}

	#mainmenu>a {
		background: #777;
		display: block;
		float: none;
		margin: 10px auto;
		padding: 10px;
		width: 90%
	}

	#mainmenu>a:hover {
		background: #444
	}

	.mainmenu.open a.button-descargar.button-action {
		background: #a5de37 !important
	}

	body.fixed ul.tools {
		top: -10px
	}

	.social {
		right: 0
	}

	.social-btns.open {
		right: 50px
	}

	body.fixed .social {
		right: 0;
		top: 10px
	}

	body.fixed .social-btns {
		right: 50px
	}

	.block-article {
		display: table;
		float: none;
		margin: 0 auto 40px;
		width: calc(80% - 40px)
	}

	.background-light.bg2 {
		background-size: 200px auto;
	}

	.disclaimer-content {
		flex-direction: column;
	}
}

@media(max-width:600px) {
	.block-row {
		padding: 50px 0
	}

	.nomobile {
		display: none;
	}

	.nowrap {
		display: block;
	}

	.block-article img {
		clear: both;
		display: block;
		height: auto;
		margin: -30px auto 20px;
		width: 100%
	}

	.block-article h3.title {
		padding: 0;
		width: auto
	}

	.block-article .title a {
		clear: both;
		margin: 20px 0 0;
		text-align: center
	}

	.site-footer .container {
		padding: 0 20px 20px;
		width: auto
	}

	.site-footer:after {
		background-position: center bottom;
		display: block;
		margin: 0 auto;
		position: static
	}

	.block-article {
		display: block;
		text-align: center;
		margin: 0 auto 40px;
		width: calc(80% - 80px)
	}

	.col1 {
		border-right: 0 none;
		float: none;
		padding: 0 30px;
		width: calc(100% - 60px)
	}

	.col2 {
		padding: 20px;
		width: calc(100% - 40px)
	}

	.col3 {
		margin: 40px 0;
		text-align: center
	}

	.item-list {
		margin: 10px;
		width: 25%;
		display: inline-block;
		float: none
	}

	.social {
		background-color: black;
		bottom: 0;
		position: fixed;
		right: 0;
		top: inherit;
		border-radius: 200px;
	}

	.social i {
		line-height: 40px;
	}

	.social i:before {
		line-height: 40px;
	}

	body.fixed .social {
		bottom: 0;
		position: fixed;
		right: 0;
		top: inherit
	}

	body.fixed .social-btns.open {
		background-color: rgba(0, 0, 0, 0.5);
		bottom: 0;
		position: fixed;
		right: 0;
		height: 100%;
		top: inherit;
		display: flex;
		align-items: center;
		text-align: center;
		place-content: center;
	}

	.social-btns.open {
		background-color: rgba(0, 0, 0, 0.5);
		bottom: 0;
		height: 48px;
		position: fixed;
		right: 48px;
		top: inherit;
		width: 100%
	}

	.social-btns a {
		font-size: 100px;
		line-height: 100px;
		width: 100px;
		height: 100px;
		padding: 10px;
		margin: 10px;
	}

	body.fixed .social {
		bottom: 10px;
		right: 10px;
		z-index: 9999;
		background-color: rgba(0, 0, 0, 0.4);
		height: 60px;
		width: 60px;
		line-height: 60px;
	}

	.logosm {
		margin: 20px auto 0;
		position: static
	}

	.disclaimer-action {
		flex-wrap: wrap;
	}
}

@media(max-width:480px) {
	.logo {
		background-position: center -60px;
		background-size: 100% auto;
		height: 222px;
		width: 220px
	}

	#mainmenu>a {
		width: 80%
	}

	.hero {
		height: auto;
	}

	.pic-1 {
		margin-top: 50px;
		width: 280px;
		height: 280px;
	}

	.pic-2 {
		width: 280px;
		height: 280px;
	}
}

@media(max-width:380px) {
	.item-list {
		margin: 10px 0;
		width: 90%
	}

	.showcase {
		padding: 60px 10px
	}
}