@charset "UTF-8";
*,::after,::before{box-sizing: border-box;}
body{margin: 0;}
.container-fluid,
.container{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.d-none{display: none!important;}
figure img, figure svg, figure video{
	width: 100%;
	display: block;
}
@charset "UTF-8";

/* ARTYMAX CSS Document */
/* primary: #09809d; */
/* secondary: #1d1d1b; */

/* FONTS */
@font-face {
	font-family: 'Barlow';
	src: url('fonts/Barlow-Thin.eot');
	src: url('fonts/Barlow-Thin.eot?#iefix') format('embedded-opentype'),
		url('fonts/Barlow-Thin.woff2') format('woff2'),
		url('fonts/Barlow-Thin.woff') format('woff'),
		url('fonts/Barlow-Thin.ttf') format('truetype'),
		url('fonts/Barlow-Thin.svg#Barlow-Thin') format('svg');
	font-weight: 100;
}
@font-face {
	font-family: 'Barlow';
	src: url('fonts/Barlow-ExtraLight.eot');
	src: url('fonts/Barlow-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('fonts/Barlow-ExtraLight.woff2') format('woff2'),
		url('fonts/Barlow-ExtraLight.woff') format('woff'),
		url('fonts/Barlow-ExtraLight.ttf') format('truetype'),
		url('fonts/Barlow-ExtraLight.svg#Barlow-ExtraLight') format('svg');
	font-weight: 200;
}
@font-face {
	font-family: 'Barlow';
	src: url('fonts/Barlow-Light.eot');
	src: url('fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Barlow-Light.woff2') format('woff2'),
		url('fonts/Barlow-Light.woff') format('woff'),
		url('fonts/Barlow-Light.ttf') format('truetype'),
		url('fonts/Barlow-Light.svg#Barlow-Light') format('svg');
	font-weight: 300;
}
@font-face {
	font-family: 'Barlow';
	src: url('fonts/Barlow-Regular.eot');
	src: url('fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Barlow-Regular.woff2') format('woff2'),
		url('fonts/Barlow-Regular.woff') format('woff'),
		url('fonts/Barlow-Regular.ttf') format('truetype'),
		url('fonts/Barlow-Regular.svg#Barlow-Regular') format('svg');
	font-weight: 400;
}
@font-face {
	font-family: 'Barlow';
	src: url('fonts/Barlow-Medium.eot');
	src: url('fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Barlow-Medium.woff2') format('woff2'),
		url('fonts/Barlow-Medium.woff') format('woff'),
		url('fonts/Barlow-Medium.ttf') format('truetype'),
		url('fonts/Barlow-Medium.svg#Barlow-Medium') format('svg');
	font-weight: 500;
}
@font-face {
	font-family: 'Barlow';
	src: url('fonts/Barlow-SemiBold.eot');
	src: url('fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Barlow-SemiBold.woff2') format('woff2'),
		url('fonts/Barlow-SemiBold.woff') format('woff'),
		url('fonts/Barlow-SemiBold.ttf') format('truetype'),
		url('fonts/Barlow-SemiBold.svg#Barlow-SemiBold') format('svg');
	font-weight: 600;
}
@font-face {
	font-family: 'Barlow';
	src: url('fonts/Barlow-Bold.eot');
	src: url('fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Barlow-Bold.woff2') format('woff2'),
		url('fonts/Barlow-Bold.woff') format('woff'),
		url('fonts/Barlow-Bold.ttf') format('truetype'),
		url('fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
	font-weight: 700;
}
@font-face {
	font-family: 'Barlow';
	src: url('fonts/Barlow-ExtraBold.eot');
	src: url('fonts/Barlow-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Barlow-ExtraBold.woff2') format('woff2'),
		url('fonts/Barlow-ExtraBold.woff') format('woff'),
		url('fonts/Barlow-ExtraBold.ttf') format('truetype'),
		url('fonts/Barlow-ExtraBold.svg#Barlow-ExtraBold') format('svg');
	font-weight: 800;
}
@font-face {
	font-family: 'Barlow';
	src: url('fonts/Barlow-Black.eot');
	src: url('fonts/Barlow-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/Barlow-Black.woff2') format('woff2'),
		url('fonts/Barlow-Black.woff') format('woff'),
		url('fonts/Barlow-Black.ttf') format('truetype'),
		url('fonts/Barlow-Black.svg#Barlow-Black') format('svg');
	font-weight: 900;
}







/* GENERAL */
html {
	font-size: 16px;
}

body {
	text-align: center;
	font: 300 1rem/1.4 "Barlow", Arial, sans-serif;
	color: #000;
}

h1 {
	font-weight: 300;
}

h2 {
	font-weight: 300;
}

h3 {
	font-weight: 300;
}

h4 {
	font-weight: 300;
}

h5 {
	
}

h6 {
	
}

.z-index-1{z-index:1!important;}
.z-index-2{z-index:2!important;}
.z-index-3{z-index:3!important;}
.z-index-4{z-index:4!important;}
.z-index-5{z-index:5!important;}


::moz-selection {
	background: #09809d;
	background: rgba(9,128,157,.4);
}

::selection {
	background: #09809d;
	background: rgba(9,128,157,.4);
}

small{font-size: .78rem!important;}
.small,.small>p,{font-size: .9rem!important;}
.normal{font-size: 1rem!important;}
.xl{font-size: 2.4375rem!important;}

.bold {font-weight: 700!important;}
.semibold,b,strong{font-weight: 600!important;}
.regular{font-weight: 400!important;}
.light{font-weight: 300!important;}

a,
a:hover,
a:focus,
a:active {
	color: inherit;
	text-decoration: none;
	outline: 0;
}

.coloured,
.text-primary {color: #09809d !important;}
.bg-primary {background-color: #09809d !important;}
.text-secondary {color: #1d1d1b !important;}
.bg-secondary {background-color: #1d1d1b !important;}
.bg-grey{background-color: #606060 !important;}
.text-grey{color:#606060!important;}

.btn {
	border-radius: 0;
}

.btn-primary {
	
}

.btn-secondary {
	border: 0;
	border-bottom: 3px solid #000;
	padding: .4rem 2rem;
	font-size: 1.15rem;
	cursor: pointer;
}

.text-bg-primary {
	background-color: #09809d;
	color: #fff;
}

.store_button {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: .5rem;
}

.store_button svg,
.store_button img {
	width: auto;
	max-width: none;
	height: 2.5rem;
}

input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
textarea,
textarea.form-control,
select,
select.form-control,
form button:not(.btn):not(.boton_general) {
	font: inherit;
    color: #fff;
    height: 30px;
    line-height: 30px;
    background-color: #329ab4;
    color: #a4d2de;
    margin-bottom: 1rem;
    padding: 1rem .5rem;
    border-radius: 0;
    border: none;
    width: 100%;
}
textarea::placeholder,
input::placeholder {
  color: #a4d2de;
}
input[type="datetime"],
input[type="datetime-local"],
input[type="date"] {
	min-width: 120px;
}

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
textarea:focus,
textarea.form-control:focus,
select:focus,
select.form-control:focus,
form button:focus:not(.btn):not(.boton_general) {
	outline: 0;
	-webkit-box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	box-shadow: 0 0 6px #000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #a4d2de;
	-webkit-box-shadow: 0 0 0 30px rgba(239, 118, 34, .2) inset;
	transition: background-color 5000s ease-in-out 0s;
}

button:focus {
	outline: 0;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}

s {
	color: #e9322d;
}

option {
	font-weight: inherit;
}

input[type="file"],input[type="checkbox"],input[type="radio"]{float:left;width:0.1px;height:0.1px;opacity:0;overflow:hidden;margin:0;padding:0}
input[type="file"]+label{color:#fff;min-width:40px;height:40px;background:#666 url(../img/icon-upload-image.png) 5px center no-repeat;border-color:#666;cursor:pointer;display:inline-block;vertical-align:middle;overflow:hidden;margin-bottom:10px;padding:10px 10px 10px 50px !important;opacity:.8}
input[type="file"]:focus+label,input[type="file"]+label:hover,input[type="file"].has-focus+label{opacity:1}

input[type="checkbox"]+label,
input[type="radio"]+label {
	display: block;
	cursor: pointer;
	margin-bottom: 1.4rem;
	text-align: left;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	content: '';
	float: left;
	margin-right: 8px;
	margin-top: 0;
	width: 20px;
	height: 20px;
	border: 3px solid #666;
}

input[type="radio"]+label:before {
	border-radius: 50%;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
	background: #666;
}

.input.checkbox input[type="checkbox"]+label {
	padding-left: 30px;
	position: relative;
}
.input.checkbox input[type="checkbox"] {
	width: 0.1px;
	height: 0.1px;
	float: left;
	opacity: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.input.checkbox input[type="checkbox"]+label:before {display: none;}
.input.checkbox input[type="checkbox"]+label svg {
	position: absolute;
	top:0px;
	left:0px;
	height: 1.4rem;
}
.input.checkbox input[type="checkbox"]+label svg path {
	fill: none;
	stroke: #329ab4;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 71px;
	stroke-dashoffset: 71px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.input.checkbox input[type="checkbox"]+label svg polyline {
	fill: none;
	stroke: #FFF;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 18px;
	stroke-dashoffset: 18px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.input.checkbox input[type="checkbox"]+label svg path {stroke-dashoffset: 0;}
.input.checkbox input[type="checkbox"]:checked+label svg {border-color: #a58100;}
.input.checkbox input[type="checkbox"]:checked+label svg path {fill: #329ab4;}
.input.checkbox input[type="checkbox"]:checked+label svg polyline {stroke-dashoffset: 0;}
.input.checkbox input[type="checkbox"]:checked+label svg path {stroke-dashoffset: 0;}

textarea,
select[multiple],
select[size] {
	resize: vertical;
	line-height: 1.4;
	height: 150px;
}

input.error {
	border: 1px solid #e9322d;
}

label.error,
.error-message {
	position: relative;
	top: -12px;
	left: 10px;
	color: #e9322d;
	text-align: left;
}

input[type="checkbox"]+label+label.error,
input[type="radio"]+label+label.error {
	top: 0;
	left: 0;
	float: left;
}

.alert {
	margin-bottom: 0;
	border-radius: 0;
	cursor: pointer;
}

.g-recaptcha{display:inline-block;margin:20px auto}
iframe{border:0 !important}
figure{margin:0 auto}
figure img,figure svg,figure video{width:100%;display: block;}
.google-maps{position:relative;padding-bottom:35%;height:0;overflow:hidden}
.google-maps iframe{position: absolute;top:0;left:0;width:100% !important;height:100% !important}
.valign{width:0;display:inline-block;vertical-align:middle;height:100%}
.inline{width:100%;display:inline-block;vertical-align:middle;}

.video_responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video_responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.scrolltop {
	display: none;
	position: fixed;
	bottom: 3vw;
	right: 3vw;
	width: 10vw;
	height: 10vw;
	z-index: 99;
	background: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: .5;
	cursor: pointer;
}

.scrolltop svg {
	position: absolute;
	top: 50%;
	left: 20%;
	width: 60%;
	height: auto;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.scrolltop svg * {
	fill: #fff !important;
}

.content_flex {
	width: 100%;
}

/** HEADER */
header {
	background-color: #ffff;
	width: 100%;
	position: sticky;
	top: 0;
	padding: .5rem 0;
	z-index: 1020;
}

header.static{position:sticky;top:0;z-index:1020;}

header.header_app{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(60px + env(safe-area-inset-top));
    background-color: #fff;
    padding-top: env(safe-area-inset-top);
    padding-bottom: 0;  
}


header.header_app + main{
	margin-top: 60px!important;
	background-color: #f1f1f1;
}


header .logo {
	max-width: 125px;
}

header.header_app .logo{
	max-width: auto;
	width: 120px;
}
header .red_social {
	max-width: 20px;
}

header .red_social svg *{
	fill: #0083a5!important;
}

header.header_app .atras{
	width: 100%;
	max-width: 25px;
	margin: 0 auto;
	position: absolute;
	top: 16px;
	left: 15px;
	margin-top: env(safe-area-inset-top);
}

header.colouredHeader.mobile{
	position:sticky;
	top:0;
	z-index:1020;
}

.opacity-0{
	opacity: 0!important;
}

.social a,
header .acciones figure {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
}

.social a:not(:last-child),
header .acciones figure:not(:last-child) {
	margin-right: .5rem;
}

.social a img,
.social a svg {
	display: block;
	width: 20px;
	height: 20px;
}

header .acciones figure img,
header .acciones figure svg {
	display: block;
	width: 24px;
	height: 24px;
}
header .idiomas img {
	max-width: 20px;
}
header .idiomas .oculto {
	opacity: 0;
	transition: all ease .5s;
	margin-top: 1rem;
}
header .idiomas:hover .oculto {
	opacity: 1;
	transition: all ease .5s;
}
/** MENU */
/** CONTENIDO */
.cabecera {
	min-height: 90px;
    background-color: #0484a3;
}
section.portada {
	padding: 10% 0 5% !important;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-image:  url(../img/portada.jpg);
}
.portada .texto {
	color: #fff;
	margin: 0 auto;
}
.portada .texto h1 {
	font-size: 3rem;
}
.portada .texto p {
	max-width: 70%;
	margin: 0 auto;
}
.portada .boton_general {
	text-align: center;
	margin-top: 2%;
}

#banner{
	height: calc(100vh - 80px);
	overflow: hidden;
	background-color: #343e3d; 
}

#banner img{
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#banner .download_on{
	max-width: 130px;
}

#banner .mockup{
	display: block;
	max-width: 280px;
	position: relative;
}
#banner .mockup.mockup_mujer img{
	-ms-transform: scale(2);
	transform: scale(2);
	transform-origin: center 35%;
}
#banner .mockup img{
	position: relative;
	left:0;
	top: 0;
	z-index: 2;
	width: 100%;
	display: block;
	transform: none;
}

#banner .carousel-item:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: aqua;
	clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}

/*#banner .mockup:before{
	content: '';
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 180%;
	height: 50px;
	z-index: 1;
	background: url('../img/banner/sombra.png') no-repeat right center / contain;
}*/

.carousel-indicators{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto; 
	justify-content: start;
	padding: 0 15px;
}
.carousel-indicators li{
	width: 10px;
	height: 10px;
	border-radius: 60%;
	overflow: hidden;
}
.carousel-indicators li.active{
	background-color: #fff;	
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition: opacity ease .5s;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

#carouselProductosDestacados .carousel-indicators {
	bottom: -4rem;
	-ms-flex-pack: center;
	justify-content: center;
}
#carouselProductosDestacados .carousel-indicators li {
	width: 12px;
	height: 12px;
	margin-left: 6px;
	margin-right: 6px;
	background-color: #0484a3;
}
#carouselProductosDestacados .carousel-indicators li.active {
	background-color: #f67f6a;
}



section.suite {
	padding: 15% 0 0 !important; 
}
.suite .texto .titulo {
	color: #0484a3;
	font-size: 3.5rem;
	margin-bottom: 7%; 
}
.suite .texto .titulo h2 {
	font-size: 3.5rem;
}
.boton_general.cuerpo {
	background-color: transparent;
	color: #0484a3;
	border-color: #0484a3;
	margin-top: 5%;
}
.boton_general.cuerpo:hover {
	background-color: #0484a3;
	color: #fff;
	transition: all ease 1s;
}
.boton_general.negative {
	background-color: #f67f6a;
	color: #fff;
	border-color: #f67f6a;
	margin-top: 5%;
}
.boton_general.negative:hover {
	background-color: #fff;
	color: #f67f6a;
	border-color: #f67f6a;
	transition: all ease 1s;
}
.suite .moviles{
	position: relative;
	max-width: 250px;
	margin: 0 auto;
}
.suite .moviles .movil-1{
	position: relative;
	z-index: 2
}
.suite .moviles .movil-2{
	position: absolute;
	left: 0;
	top:0;
	z-index: 1;
	-ms-transform: rotate(0deg) translate(0%, 0%);
	transform: rotate(0deg) translate(0%, 0%);
	transition: all ease .5s;
	transform-origin: 50% 200%;
	transform-origin: right bottom;
}
.suite .moviles .movil-cascos{
	position: absolute;
	right: 95%;
	bottom: 3%;
	z-index: -1;
}

.suite .animado .moviles .movil-2{
	-ms-transform: rotate(10deg) translate(65%, 2%);
	transform: rotate(10deg) translate(65%, 2%);
}


.suite .adjetivos {
	margin-top: 25%;
}
.suite .adjetivos h2 {
	font-weight: 300;
	font-size: 1.5rem;
	margin: 10px 0;
}
.suite .adjetivos p{
	max-width: 80%;
	margin: 0 auto;
}
.suite .adjetivos svg {
	max-width: 80px;
	margin: 0 auto 10px;
	overflow: visible;
}
.suite .adjetivos.iconos_animados.animado svg,
.suite .adjetivos.iconos_animados.animado svg:hover .cuerpo{
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration:.9s;
	animation-duration:.9s;
	animation-fill-mode: both;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -8px, 0);
		transform: translate3d(0, -8px, 0);
	}
	90% {
		-webkit-transform: translate3d(0,-2px,0);
		transform: translate3d(0,-2px,0);
	}
}

@keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -8px, 0);
		transform: translate3d(0, -8px, 0);
	}
	90% {
		-webkit-transform: translate3d(0,-2px,0);
		transform: translate3d(0,-2px,0);
	}
}
section.banner_video_01 {
	padding: 15% 0 !important;
	position: relative;
}
.banner_video_01 .video {
    position: absolute;
    width: 77%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);

}
.banner_video_01 .marco {
	position: relative;
	overflow: hidden;
}
.video_interior.wait figure.play{
	opacity: 1;
}
.video_interior {
	position: relative;
	margin-top: 15%;
}
.video_interior figure.play {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    opacity: 0;
    -webkit-transition: opacity ease .8s;
    -moz-transition: opacity ease .8s;
    -o-transition: opacity ease .8s;
    transition: opacity ease .8s;
    cursor: pointer;
}
.banner_A {
	position: relative;
}
.galeria .boton_general {
	margin-top: 1rem !important;
	margin-bottom: 1.5rem;
}
.clientes .galeria .texto {
	color: #000;
}
.clientes .galeria .texto svg {
	max-width: 60px;
}
.clientes .galeria .texto .barra svg{
	max-height: 50px;
}
.clientes .galeria .texto h3{
	text-align: left;
	margin-top: 2%;
	font-size: 3rem;
	color: #0484a3;
	margin-bottom: 0;
}
.clientes .galeria .texto h5 {
	font-size: 2rem;
	margin-top: 5%;
    margin-bottom: 10%;
	margin-left: -2%;
}
.clientes .galeria .boton_general {
	background-color: transparent;
    color: #0484a3;
    border-color: #0484a3;
    margin: 5% 0;
}
section.galeria {
	margin-top: 10%;
}

.galeria .descripcion_dia .segundo_fondo {
	position: relative;
	left: 0;
	height: 100%;
	width: 800%;
	-webkit-transition: left ease .5s;
	-moz-transition: left ease .5s;
	-o-transition: left ease .5s;
	transition: left ease .5s;
}
.galeria .descripcion_dia {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}    
.galeria .descripcion_dia .textos {
	width: 12.5%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.galeria .audioguias{
	margin-bottom: 3rem;
}
.galeria .titulo {
	margin-bottom: 5%;
	font-size: 2.5rem;
}
.galeria .numeros {
	margin: 2.5% 0;
	cursor: pointer;
	opacity: .4;
	max-width: 74px;
}
.galeria .segundo_fondo .textos {
	padding: 0 65px;
}
.galeria .expos .expo{
	margin-top: 1rem;
	display: none;
	color:#0484a3;
}
.galeria .relative {
	width: 100%;
	max-height: 300px;
}
.galeria .imagen{
	width:250px;
}
.galeria .imagen.imagen_1 {
	position: absolute;
	left: -5%;
	bottom: 50%;
	transition: all ease 1s;
}
.galeria .imagen.imagen_1.animado {
	bottom: -62%; 
	transition: all ease 1s;
}
.galeria .imagen.imagen_2.animado {
	top: -5%;
	transition: all ease 1s;
}
.galeria .imagen.imagen_2 {
	position: absolute;
	top: 50%;
	left: 35%;
	transition: all ease 1s;
}
.galeria h3 {
	color: #0484a3;
	margin-bottom: 15px;
	font-size: 3rem;
}
.galeria p {
	margin-bottom: 25px;
	color: #000;
	margin-left: 1rem;
}
.galeria .segundo_fondo .textos img {
	max-width: 45%;
	margin: 0 auto;
}
section.iphones {
	overflow: hidden;
	margin-top: 10%;
}
.iphones h2 {
	color: #0484a3;
	margin-bottom: 5%;
	font-size: 3.5rem;
}
.iphones .iphone_principal {
	max-width: 250px;
	position: relative;
}
.iphones .iphone_principal .principal {
	position: relative;
	z-index: 2;
}
.iphones .iphone {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	transform: scale(.9);
}
.iphones .iphone.iphone_01 {
	left: -500%;
}
.iphones .iphone.iphone_02 {
	left: -800%;
}
.iphones .iphone.iphone_03 {
	right: -500%;
}
.iphones .iphone.iphone_04 {
	right: -800%;
}
.iphones .iphone.animado.iphone_01 {
	left: -140%;
	transition: all ease 1s;
}
.iphones .iphone.animado.iphone_02 {
	left: -85%;
	transition: all ease 1s;
}
.iphones .iphone.animado.iphone_03 {
	right: -85%;
	transition: all ease 1s;
}
.iphones .iphone.animado.iphone_04 {
	right: -140%;
	transition: all ease 1s;
}
.fondo_video {
	margin-top: 10%;
    padding: 2% 0% 35%;
	background-image: url(../img/fondo_video.svg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.fondo_video.banner_01 {
	padding: 0 0% 50%;
	margin-top: -17rem;
}
.fondo_video.banner_01 .posibilidades {
	margin-top: 5rem;
}	
.video_banner_02 .video_interior{
	margin-top: 12%;
	padding: 1.5%;
	-webkit-box-shadow: -3px 0px 30px 0px rgba(88,88,89,0.5);
	-moz-box-shadow: -3px 0px 30px 0px rgba(88,88,89,0.5);
	box-shadow: -3px 0px 30px 0px rgba(88,88,89,0.5);
	border-radius: 15px;
	background-color: #fff;
}
.fondo_video h2 {
	margin: 10% auto 0;
	color: #fff;
	font-size: 3rem;
}
.fondo_video .boton_general {
	margin-top: 1rem;
	opacity: 1;
}
section.servicios {
	margin: 2% 0 15%;
}
.servicios h2 {
	color: #0484a3;
	margin-bottom: 2.5rem;
	font-size: 2.5rem;
}
.servicios .col-md-4 {
	margin: 2% 0;
}
.servicios svg {
	max-width: 65px;
	margin: 0 auto;
}
.servicios h4 {
	color: #0484a3;
	margin: 1rem;
	font-size: 1rem;
}
section.pre_footer {
	position: relative;
	padding: 5.5rem 0 !important;
}
.pre_footer .fondo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-image:  url(../img/fondo_prefooter.jpg);
	-webkit-clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 89%);
    clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 89%);
}
.pre_footer svg {
	max-width: 25px;
}
.pre_footer h2 {
	color: #fff;
	font-size: 3rem;
}
.pre_footer p {
	color: #fff;
}
.pre_footer .elemento_anim figure {
	position: absolute;
	bottom: -200%;
	left: 5%;
	width: 90%;
	transition: all ease 1s;
	z-index: 2;
}
.pre_footer .elemento_anim.animado figure {
	bottom: -40%;
	transition: all ease 1s;
}
.pre_footer .moviles_mobile {
	position: absolute;
    top: 50%;
    left: 55%;
    width: 70%;
    transform: translateY(-50%);
}
/** QUIENES-SOMOS */
section.portada.quienes_somos { 
	background-image: url(../img/portada_quienes.jpg);
}	
section.expliacaciones {
	padding: 6rem !important;
}
.explicaciones .explicacion {
	padding: 7% 5%;
}
.explicaciones .explicacion img {
	max-width: 90%;
	margin: 0 auto;
}
.explicaciones .explicacion h2 {
	color: #0484a3;
	font-size: 3rem;
}
.explicaciones .explicacion svg {
	max-width: 60px;
	height: 20px;
	margin: 1rem 0 2rem;
}
/** CONTACTO */
.visible_activo {
	right: 0 !important;
	transition: all ease 1s; 
}
.panel_contacto {
	position: fixed;
	right: -350px;
	bottom: 10px;
	background-color: #0484a3;
	color: #fff;
	z-index: 99999;
	padding: 1.5rem;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	width: 350px;
	transition: all ease 1s; 
}
.panel_contacto button {
	width: 100%;
	padding: 0;
	border: 0;
	background-color: #d1e9ee;
	color: #0484a3;
	transform: all ease .5s;
}
.panel_contacto button:hover {
	background-color: #329ab4;
	transform: all ease .5s;
}
.panel_contacto .boton_contacto {
	position: absolute;
	right: 100%;
	top: 1rem;
	width: 50px;
	z-index: 100;
	cursor: pointer;
	-webkit-box-shadow: -3px 0px 30px 0px rgba(88,88,89,0.5);
	-moz-box-shadow: -3px 0px 30px 0px rgba(88,88,89,0.5);
	box-shadow: -3px 0px 30px 0px rgba(88,88,89,0.5);
	background-color: #0484a3;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
}
/** UTILES */
.grecaptcha-badge {opacity: 0;}
.relative{position:relative;}
.boton_general {
	border-radius: 15px;
	padding: 7px 65px;
	border: solid 1px #fff;
	background-color: rgba(255, 255, 255, .3);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
}
.boton_general:hover {
	background-color: rgba(255, 255, 255, .8);
	color: #000;
	transition: all ease 1s;
}
.active {opacity: 1 !important;}
.visible {display: block;}
.no_visible {display: none;}
.prev {
    transform: rotate(180deg);
}
.control_svg svg {
	max-width: 40px;
}
.strong {font-weight: 300;}
/** RECURSO RESPONSIVE */
.mas {
	font-size: 3.5rem;
    font-weight: 300;
    color: #0484a3;
}
.servicios_mobile .textos_portada h1 {color: #000;}
.servicios_mobile .textos_portada p {color: #000;}
.servicios_mobile .imagenes_servicios_mobile {margin: 15px 0;}
.servicios_mobile .desplegables {
	margin-top: 2.5rem;
}
.servicios_mobile .desplegables .plegable{
   max-height:0;
   overflow:hidden;
   -webkit-transition: all .6s ease-out;
   -moz-transition: all .6s ease-out;
   -o-transition: all .6s ease-out;
   transition: all .6s ease-out;
}
.servicios_mobile .desplegables .plegable.desplegado{
	padding: 5% 0;
	height: 100%; 
   	max-height: 800px;
   -webkit-transition: all .6s ease-out;
   -moz-transition: all .6s ease-out;
   -o-transition: all .6s ease-out;
   transition: all .6s ease-out;
}
.servicios_mobile .desplegables .titulo:first-child{border-top: 0;}
.servicios_mobile .desplegables .titulo {
	cursor: pointer;
	border-top: solid 1px #d6d6d6;
	padding: 5px;
}
.servicios_mobile .desplegables .titulo h2 {
	font-size: 3.5rem;
	margin-right: 40px;
	color: #F39200;
	font-weight: 300;
}
.servicios_mobile .desplegables .titulo h3 {
	color: #000;
	margin-top: 18px;
	font-size: 2rem;
}
.servicios_mobile .desplegables figure{
	max-width: 50px;
	margin-right: 40px;
}
.servicios_mobile .desplegables .elemento_anim figure{
	max-width: 50%;
	margin: 0 auto;
}
.servicios_mobile .desplegables .titulo.desplegado {
	background-color: #d6d6d6;
}
.servicios_mobile .desplegables .titulo.desplegado h3 {
	color: #fff;
}
.servicios_mobile .plegable .fondo_oscuro {
	background-color: #d6d6d6;
	color: #fff;
	padding: 25px;
}
/** FOOTER */
footer {
	margin-top: -2.5%;
}
footer .fondo_azul {
	background-color: #0484a3;
	color: #fff;
	-webkit-clip-path: polygon(0 0, 100% 36%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 22%, 100% 100%, 0% 100%);
	padding: 5% 0 1.5%;
}
footer .fondo_azul .logo svg {
	max-width: 130px;
	margin-bottom: 1.5rem;
}	

footer .fondo_azul .logo svg *{
	fill: #fff !important;
}


footer .fondo_azul .red_social svg {
	max-width: 25px;
	margin-top: 1.5rem;
}
footer .fondo_negro {
	background-color: #1d1d1b;
	padding: 5px 0;	
}
footer .fondo_negro p {
	margin-bottom: 0 !important;
	color: #fff;
}
footer .social a img,
footer .social a svg {
	width: 32px;
	height: 32px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}


/** CONTENT */
section:not(.main_container) {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.slider_galeria .carousel-inner .carousel-item>img {
	width: 100%;
}

.slider_galeria .carousel-caption {
	position: absolute;
	bottom: 10%;
	left: 10%;
	width: 80%;
	max-width: 400px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: left;
}

.slider_galeria .carousel-caption .caption1 {
	font-weight: 500;
	font-size: 3.5rem;
	line-height: 1;
	color: #fff;
	padding-top: 2rem;
}

.slider_galeria .carousel-caption .caption2 {
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #fff;
	margin-top: 1rem;
}

.slider_galeria .carousel-control-next,
.slider_galeria .carousel-control-prev {
	width: 5%;
}

.slider_galeria .carousel-indicators {
	bottom: -5px;
	margin: 0;
}

.slider_galeria .carousel-indicators li {
	max-width: none;
	height: 5px;
	background-color: #000;
	margin: 0;
}

.slider_galeria .carousel-indicators li {
	background-color: #292b2c;
}

.slider_galeria .carousel-indicators li.active {
	background-color: #000;
	opacity: 1 !important;
}

.slider_galeria .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23292b2c' viewBox='0 0 8 8'><path d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/></svg>");
}

.slider_galeria .carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23292b2c' viewBox='0 0 8 8'><path d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/></svg>");
}

.slider_galeria .btn {
	margin-top: 2rem;
	padding-left: 4rem;
	padding-right: 4rem;
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active{
	z-index: auto;
}




.grid {
	text-align: left;
	padding: 1rem 0;
	padding-right: 10px;
}

.grid h1{
	margin-bottom: 2rem;
}
.producto .container-md{
	padding: 0;
	overflow: hidden;
}
.producto figure:not(.ondevices) {
	position: relative;
	max-height: 406px;
	overflow: hidden;
}

.producto figure:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 109%;
}

.adquirir_guia .producto figure {
	margin-bottom: 1.5rem;
}

.producto figure .mainImage {
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	height: auto;
}

.producto figure .mainImage.adjust_h {
	top: 0;
	left: 50%;
	width: auto;
	height: 100%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ondevices {
	position: absolute;
    top: 0;
    right: -10px;
    width: 90px;
    z-index: 1;
    transition: top .3s linear;
}

.producto .contenido {
	text-align: left;
	padding: 1rem 0;
}

.producto .categoria,
.producto h4,
.producto h2{
	margin-bottom: 1rem;
}

.producto h4,
.producto h2 {
	/*height: 66px;*/
	overflow: hidden;
}

.producto .idiomas {
	height: .8rem;
	overflow: hidden;
	margin-top: .5rem;
	margin-bottom: 1.5rem;
}

.producto .idiomas svg,
.producto .idiomas img {
	display: inline-block;
	vertical-align: top;
	width: .8rem;
	height: auto;
	margin-right: .5rem;
}

.producto .categoria {
	display: none;
	font-size: .9rem;
	color: #aaa;
}

.producto .contenido .texto {
	position: relative;
	line-height: 1.1rem;
	height: 5.5rem;
	overflow: hidden;
	margin-bottom: 1.5rem;
}

.producto .contenido .texto p:last-child {
	margin-bottom: 0;
}

.product_page input.pedido_cantidad {
	max-width: 50px;
	font-size: .8em;
	line-height: 40px;
	height: 40px;
	padding: .5rem 0;
	margin: 0;
	background-color: #fff;
	border: 2px solid #f67f6a;
	color: #f67f6a;
}

.product_page input.pedido_cantidad[disabled] {
	border-color: #aaa;
	color: #aaa;
}

.product_page input.pedido_cantidad::-webkit-outer-spin-button,
.product_page input.pedido_cantidad::-webkit-inner-spin-button  {
	display: none;
	-webkit-appearance: none;
	margin: 0;
}

.product_page .button-label {
	background-color: #f67f6a;
	color: #fff;
	padding: 0 8px;
	font-size: 1em;
	line-height: 1.4;
	font-weight: 600;
	margin: 0;
	text-align: center;
	min-width: 36px;
	cursor: pointer;
}

.product_page .button-label.disabled {
	background-color: #aaa;
}

.product_page .boton_general {
	padding: .75rem 14px;
	text-align: center;
	position: sticky;
	bottom: 0;
	margin-top: 0;
}

.product_page .boton_general.no-radius{border-radius: 0}

.A-grey{
	position: relative;
}


.shadow_out {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.slider_ventajas{
	height: 95vh;
	color: #0083a5;
}

.slider_ventajas .image_tour{max-width: 250px;}
.slider_ventajas .image_webapp{max-width: 100%;}
.slider_ventajas .image_playlist{max-width: 400px;}

.slider_ventajas .franja{
	clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 380px;
}

.slider_ventajas .image{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #cecece no-repeat center / cover;
}

.slider_ventajas .icon{
	max-width: 100px;
}

.video_demo{
	height: 90vh;
	background: #cecece no-repeat center / cover;
	position: relative;
}

.wrapper_video{
	position: relative;
	margin-top: 0!important;
}


.wrapper_video .play {
	position: absolute;
	width: 80px;
	height: auto;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: opacity .8s linear;
	cursor: pointer;
}

section.pasos .number{
	max-width: 100px;
	cursor: pointer;
	opacity: .6;
	transition: all ease .5s;
	transform: scale(.85);
}
section.pasos .number.active{
	opacity: 1;
	transform: scale(1);
}

section.pasos .content_pasos{
	overflow: hidden;
}
section.pasos .wrapp_pasos{
	transition: all ease .5s;
	position: relative;
	left: 0;
}

section.pasos .download_on{
	max-width: 200px;
}

.destacadas .title .icon{
	max-width: 60px;
}

.adquirir_guia {
	position: relative;
}

.info_producto_compra {
	font-size: .7rem;
	line-height: 1.2;
	color: #a9a9a9!important;
}

.info_producto_compra figure {
	width: 15px;
	margin-top: 3px;
}

.info_producto_compra figure * {
	fill: #a9a9a9!important;
}

.resumen_compra {
	text-align: left;
}

.resumen_compra .info_producto_compra{
	border-top: solid #cecece 1px;
}

#form_compra input {
	background-color: #fff;
	color: #262626;
	border: 0;
	border-bottom: 1px solid #09809d;
	padding: .75rem;
	height: 40px;
	line-height: 40px;
}

.successSection .successImg{
	max-width: 120px;
}

.stripe_content .process,
.stripe_content #card-element,
#card-button {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.stripe_content #card-element{
	border: solid 1px #09809d;
	border-radius: 3px;
	padding: .7rem .5rem;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.submitting .stripe_content #card-element,
.submitting #card-button {
	display: none;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.stripe_content .process {
	display: none;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.submitting .stripe_content .process {
	display: block;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes fadeIn {
	from { opacity: 0;}
	to {opacity: 1;}
}

@-webkit-keyframes fadeOut {
	from {opacity: 1;}
	to {opacity: 0;}
}

@keyframes fadeOut {
	from {opacity: 1;}
	to {opacity: 0;}
}




.estaticos {
	text-align: left;
	padding: 4rem 0;
}

.estaticos h1:not(:first-child),
.estaticos h2:not(:first-child) {
	margin-top: 4rem;
}

.estaticos p,
.estaticos li {
	text-align: justify;
	font-size: 1.125rem;
}

.estaticos p,
.estaticas ul,
.estaticos ol {
	margin-bottom: 2rem;
}

.estaticos img,
.estaticos svg,
.estaticos video {
	max-width: 100%;
}

[class*="shape-content-"] {
	position: relative;
	padding-left: 55px;
	margin-top: 25px;
	margin-bottom: 20px;
}

[class*="shape-content-"]:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
	width: 44px;
	height: 51px;
	background: url('../img/marker.png') center center no-repeat;
	color: #fff;
	font-size: 30px;
	line-height: 51px;
	text-align: center;
}

.shape-content-a:before {content: 'A'}
.shape-content-b:before {content: 'B'}
.shape-content-c:before {content: 'C'}
.shape-content-d:before {content: 'D'}
.shape-content-e:before {content: 'E'}
.shape-content-f:before {content: 'F'}
.shape-content-g:before {content: 'G'}
.shape-content-h:before {content: 'H'}
.shape-content-i:before {content: 'I'}
.shape-content-j:before {content: 'J'}
.shape-content-k:before {content: 'K'}
.shape-content-l:before {content: 'L'}
.shape-content-m:before {content: 'M'}
.shape-content-n:before {content: 'N'}
.shape-content-ñ:before {content: 'Ñ'}
.shape-content-o:before {content: 'O'}
.shape-content-p:before {content: 'P'}
.shape-content-q:before {content: 'Q'}
.shape-content-r:before {content: 'R'}
.shape-content-s:before {content: 'S'}
.shape-content-t:before {content: 'T'}
.shape-content-u:before {content: 'U'}
.shape-content-v:before {content: 'V'}
.shape-content-w:before {content: 'W'}
.shape-content-x:before {content: 'X'}
.shape-content-y:before {content: 'Y'}
.shape-content-z:before {content: 'Z'}
.shape-content-1:before {content: '1'}
.shape-content-2:before {content: '2'}
.shape-content-3:before {content: '3'}
.shape-content-4:before {content: '4'}
.shape-content-5:before {content: '5'}
.shape-content-6:before {content: '6'}
.shape-content-7:before {content: '7'}
.shape-content-8:before {content: '8'}
.shape-content-9:before {content: '9'}
.shape-content-0:before {content: '0'}

.errorpage {
	padding: 80px 0;
}

.errorpage figure {
	max-width: 500px;
	margin: 0 auto;
}


/** LOGIN */
.login-page {
	height: 100%;
}

.login-page form {
	max-width: 250px;
	margin: 0 auto;
}

.login-page input,
.login-page button {
	width: 100%;
}

.forgot-pass {
	margin-top: 1.5rem;
	font-size: .8rem;
}

.forgot-pass + .forgot-pass {
	margin-top: .3rem;
}


/** COOKIES */
.show_cookies {
	position: fixed;
	top: auto;
	bottom: -300px;
	left: auto;
	right: 0;
	width: 100vw;
	z-index: 9999;
	font-weight: 300;
	font-size: .8rem;
	text-align: left;
	text-transform: none;
	background: rgba(0,0,0,.9);
	color: #fff;
	border: none;
	padding: 1rem 2.5rem;
	-webkit-transition: bottom .75s cubic-bezier(.2,.45,.42,1.28);
	transition: bottom .75s cubic-bezier(.2,.45,.42,1.28);
}

.show_cookies.mostrar {
	bottom: 0;
}

.show_cookies.ocultar {
	display: none;
}

.show_cookies figure#close_cookies{
	max-width: 20px;
	margin: 0 0 0 1.5rem;
}
.show_cookies .btn{
	margin: 0 1.5rem;
}

/** RECAPTCHA */
.grecaptcha-badge {
	z-index: 999;
	right: -386px !important;
}
.grecaptcha-badge.show {right:-186px !important;}

/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 */
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}


/** MEDIA QUERIES **/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	html { font-size: 14px; }
	.carousel-indicators{max-width: 540px;}
	#banner .carousel-item:after{height: 80px;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.carousel-indicators{max-width: 720px;}
	html { font-size:16px; }
	.product_page .boton_general.no-radius{border-radius: 15px;}
	.slider_galeria .carousel-caption { top: 10%; bottom: auto; width: 40%; }
	.slider_galeria .carousel-caption .caption1 { font-size: 2rem; padding-top: 0; }
	.slider_galeria .carousel-caption .caption2 { font-size: 1rem; }
	.adquirir_guia .producto .ondevices{bottom: 0}
	.adquirir_guia .producto figure:before { display: none; }
	.adquirir_guia .producto figure { height: 100%; max-height: none; margin-bottom: 0; }
	.adquirir_guia .producto figure .mainImage {position: absolute;top: 0;left: 50%;-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%);width: auto;height: 100%;}
	.scrolltop{width:5vw;height:5vw;}
	header{padding: .75rem 0;}
	.slider_ventajas,.video_demo{max-height: 800px;}
	.slider_ventajas .icon .changeColor{fill:#0083a5!important;}
	.A-grey:before{content: '';clip-path: polygon(0 0, 100% 25%, 100% 75%, 0% 100%);position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #f1f1f1;}
	#banner .carousel-item:after{height: 150px;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.xl{font-size: 3.4375rem!important;}
	#banner{max-height: 600px}
	#banner .download_on{max-width: 150px;}
	.carousel-indicators{max-width: 960px;}
	.slider_galeria .carousel-caption .caption1 { font-size: 2.5rem; }
	.adquirir_guia .producto .ondevices{width: 150px;}
	.adquirir_guia .producto h4 + .small{font-size: 1rem !important;}
	.slider_ventajas,.video_demo{max-height: 700px;}
	section:not(.main_container){padding-top: 4rem;padding-bottom: 4rem;}
	.producto .contenido{padding-top: 0;}
	.slider_ventajas .franja{clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);height: 400px;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.carousel-indicators{max-width: 1140px;}
	.scrolltop{width:2.5vw;height:2.5vw;}
	main:not(.product_page) .producto h4, .grid_destacados .producto h4, main:not(.product_page) .producto h2{max-width: 163px;}
}
@media (max-width: 1200px) { 
	.pre_footer .elemento_anim.animado figure {bottom: -30%;}
	section.portada {padding: 10% 0 5% !important;}
}
@media (max-width: 992px) {
	.lg{display: none;}
	.suite .elemento_anim .moviles {margin-top: 5%;}
	.suite .moviles {width: 70%;margin-bottom: 2rem;}
	.explicaciones .explicacion.imagen figure {width: 65%;}
	.explicaciones .explicacion img {width: 100%;}
	.galeria .imagen {width: 186px;}
}
@media (max-width: 769px) { 
	section.portada {padding: 35% 0 30% !important;}
	.pre_footer .elemento_anim.animado figure {bottom: -5%;}
	.suite .elemento_anim .moviles{margin-top: 0;margin-bottom: 10%;}
	.banner_A .texto h2 {font-size: 2.5rem;}
	section.banner_A.museum { margin-top: -41%;}
	.servicios_mobile .desplegables .plegable figure {max-width: 30%;}
	.servicios_mobile .desplegables .plegable p {font-size: 16px;}
}
@media (max-width: 768px) { 
	.visible_responsive {display: block !important;}
	.no_visible_reponsive {display: none;}
	.galeria .numeros svg {max-width: 100px;}
	.servicios svg {max-width: 45px;}
	.slider_ventajas{color: #fff;}
}
@media (max-width: 575px){
	header .logo{max-width:150px;}
	section.virtudes_app{background: url(../img/a_grey.svg) no-repeat center;background-size: cover;padding: 13rem 0 15rem!important;margin-top: 4rem;}
	.suite .adjetivos h2{color:#0083a5;font-size: 2.5rem;}
	.slider_ventajas .image_tour{max-width: 200px;}
	.slider_ventajas .image_webapp{max-width: 315px;}
	.slider_ventajas .image_playlist{max-width: 315px;}
	.suite .elemento_anim .moviles{margin-left: 0!important;}
}
@media (max-width: 556px) {
	footer .fondo_azul {-webkit-clip-path: polygon(0 0, 100% 36%, 100% 100%, 0% 100%);clip-path: polygon(0 0, 100% 36%, 100% 100%, 0% 100%);}
}
@media (max-width: 450px) {
	.servicios_mobile .desplegables .plegable figure {max-width: 50%;}
	p {font-size: 17px;}
	section.portada.quienes_somos{padding: 70% 5% 25% !important;}
	section.portada {padding-top: 50% !important;height: 100vh;}
	section.portada .texto p {font-size: 17px;}
	.suite .texto .titulo h2 {font-size: 3rem;}
	.portada .texto p {max-width: 90%;}
	.suite .adjetivos {margin-top: 0}
	.suite .adjetivos .columnas {margin: 0 auto 3rem;}
	.banner_A .texto {width: 100%;bottom: 20%;left: 0;}
	.banner_A .texto h2 {font-size: 2rem;}
	.banner_A .texto svg {max-width: 35px;}
	.suite .elemento_anim .moviles{margin-top: 0;margin-bottom: 10%;}
	.iphones .iphone_principal {max-width: 150px;margin-top: 8%;}
	.iphones .iphone.animado.iphone_03 {right: -40%;}
	.iphones .iphone.animado.iphone_04 {right: -70%;}
	.iphones .iphone.animado.iphone_02 {left: -40%;}
	.iphones .iphone.animado.iphone_01 {left: -70%;}
	.iphones h2{margin: 0 auto;}
	.fondo_video h2 {margin-bottom: 5%;font-size: 2rem;}
	footer .fondo_azul {padding: 15% 0 5.5%;}
	.suite .adjetivos.iconos_animados.animado svg, 
	.suite .adjetivos.iconos_animados.animado svg:hover .cuerpo{animation-iteration-count: infinite;}
	.banner_A figure {overflow: hidden;}
	.pre_footer{overflow: hidden;}
	.pre_footer .elemento_anim figure {left: 70%;}
	.pre_footer p {max-width: 80%;}
	section.banner_A.museum{margin-top: -43%;}
	section.pre_footer {padding: 30% 0 !important;}
	footer .fondo_azul {-webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);}
	footer {margin-top: -12%;}
	footer .fondo_negro p {font-size: 14px;}
	.servicios .desplegables figure {max-width: 50px;margin-right: 25px;}
	.banner_A .boton_general {margin-left: 5px;}
	.panel_contacto .boton_contacto {top:auto;bottom:2rem;width:40px;}
	
}