@charset "utf-8";
/* CSS Document */
/*
@font-face {
	font-family: 'FrancesUncial';
	src: url('fonts/FrancesUncial.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bronzetti';
	src: url('fonts/Bronzetti.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
	font-family: 'Monarcha';
	src: url('fonts/Monarcha.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Mithella';
	src: url('fonts/Mithella.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.link-whatsapp {
	position: fixed;
	background-color: #070;
	background-image: url(imagenes/3D.png);
	background-size: 100% 100%;
	right: 20px;
	bottom: 20px;
	padding: 5px 25px;
	padding-top: 10px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	z-index: 150;
}

.btn-whatsapp {
	width: 40px;
	height: 40px;
	float: left;
}

.txt-whatsapp {
	width: auto;
	float: right;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	color: #FFF;
	font-size: 18px;
	font-weight: bolder;
}

.background {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	object-fit: cover;
	object-position: 50% 50%;
	z-index: -500;
}

.background-general {
	position: fixed;
	width: 100%;
	height: 400px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	object-fit: cover;
	object-position: 50% 100%;
	z-index: -500;
}

.web {
	max-width: 1200px;
	min-width: 320px;
	height: 100%;
	margin: auto;
}

input:focus, 
textarea:focus, 
select:focus, 
button:focus {
	outline: 0px;
}

input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    -webkit-text-fill-color: #000;
}

textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize: none;
}

a:active {text-decoration: none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}

a img { border: 0px;}

p {margin: 0px; margin-bottom: 10px;}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

.centrado {
	width: 100%;
	float: left;
	text-align: center;
}

.left {float: left;}
.right {float: right;}

.tleft {text-align: left;}
.tright {text-align: right;}

.bg-blanco {background-color: #FFF !important;}
.bg-negro {background-color: #000 !important;}
.bg-rojo {background-color: #900 !important;}
.bg-amarillo {background-color: #FC0 !important;}

.blanco {color: #FFF !important;}
.negro {color: #000 !important;}
.rojo {color: #900 !important;}
.amarillo {color: #FC0 !important;}

.blur {box-shadow: 10px 10px 15px #999;}

.redondeado {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.inline {width: 100%; float: left;}
.diline {width: 50%; float: left;}
.triline {width: 33%; float: left;}
.ditriline {width: 66%; float: left;}
.tetraline {width: 25%; float: left;}



.lightbox {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 500;
}

.lightbox-web {
	position: relative;
	width: 90%;
	max-width: 800px;
	display: inline-block;
}

.lightbox-iframe {
	background-color: #FFF;
	background-image: url(imagenes/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75px 75px;
	width: 100%;
	height: 70%;
	margin-top: 15%;
	box-shadow: 15px 15px 20px #000;
}

.lightbox-cerrar {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
/*	margin-top: 15% - 15px;*/
	margin-top: -moz-calc(15% - 15px);
	margin-top: -webkit-calc(15% - 15px);
	margin-top: -o-calc(15% - 15px);
	margin-top: calc(15% - 15px);
	z-index: 550;
}

.lightbox-main {
/*	background-color: #FFF;*/
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
	height: -moz-calc(100% - 40px);
	height: -webkit-calc(100% - 40px);
	height: -o-calc(100% - 40px);
	height: calc(100% - 40px);
	float: left;
	padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}

.lightbox-header {
	width: 100%;
	float: left;
	margin: 0px;
	margin-bottom: 15px;
}

.lightbox-logo {
	width: 100px;
	height: 50px;
	float: right;
	margin: 10px;
}

.bg-header {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 50;
}

.bg-header-interno {
/*	background-color: rgba(0, 0, 0, 0.5);*/
}

.bg-header-aktivo {
	background-color: rgba(0, 0, 0, 0.5);
}

.header {
	width: 100%;
	float: left;
}

.logo {
	width: 200px;
	height: 100px;
	float: left;
	margin: 10px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.logo-mini {
	width: 100px;
	height: 50px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.menu-responsive, 
.menu-responsive-cerrar {
	display: none;
}

.menu {
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: -o-calc(100% - 250px);
	width: calc(100% - 250px);
	height: 50px;
	float: right;
	line-height: 50px;
	text-align: right;
	margin: 10px;
	margin-top: 35px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.menu-mini {
	margin-top: 10px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.bg-slider {
	width: 100%;
	height: 100%;
	float: left;
}

.slider-main {
	width: 100%;
	height: 100%;
	float: left;
	display: table;
}

.slider {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}

.slider-titulo {
	width: 100%;
	font-family: 'Mithella';
	text-align: center;
/*	font-size: 70px;*/
	font-size: 90px;
/*	text-transform: uppercase;*/
	color: #FFF;
	margin-bottom: 20px;
}

.slider-subtitulo {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
/*	font-size: 30px;*/
	font-size: 45px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 100px;
}

.slider-btn {
/*	background-color: #7B1;*/
	background-color: #900;
	background-image: url(imagenes/3d.png);
	background-size: 100% 100%;
	width: auto;
	padding: 15px 40px;
	text-align: center;
	display: inline-block;
	color: #FFF;
	margin-top: 20px;
	font-size: 1.8rem;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.75);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bg-contenido {
	background-color: #FFF;
	width: 100%;
	float: left;
}

.contenido {
	width: 100%;
	float: left;
	padding: 15px 0px;
	text-align: justify;
}

.info {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	float: left;
	margin: 0px 10px;
	text-align: justify;
}

.beneficios {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.bg-beneficios {
	background-color: #EDEDED;
}
 
.beneficios-txt-main {
	position: relative;
	width: 50%;
	height: 200px;
	float: left;
	margin-top: 140px;
}

.beneficios-txt {
	font-family: "Trebuchet MS";
	width: 100%;
	color: #666;
	font-size: 1.2rem;
	padding: 0px 20px;
	box-sizing: border-box;
}

.beneficios-titulo {
	width: 100%;
	font-family: 'Mithella';
	float: left;
	color: #333;
	text-align: left;
	font-size: 2.5rem;
}

.beneficios-img {
	width: 50%;
	min-height: 400px;
	float: left;
	object-fit: contain;
	object-position: 50% 50%;
}

.niveles {
	width: 100%;
	float: left;
	margin: 50px 0px;
}

.bg-niveles {
	background-color:#248;
	width: 100%;
	float: left;
}
 
.niveles-txt-main {
	position: relative;
	width: 60%;
	min-height: 380px;
	float: left;
/*	margin-top: 70px;*/
}

.niveles-txt {
	font-family: "Trebuchet MS";
	width: 100%;
	color: #666;
	font-size: 1.2rem;
	padding: 0px 20px;
	box-sizing: border-box;
}

.niveles-resaltar {
	color: #FC0;
}

.niveles-titulo {
	width: 100%;
	font-family: 'Mithella';
	float: left;
	color: #FFF;
	font-size: 2.5rem;
	margin-bottom: 0px;
}

.niveles-pleca {
	width: 20%;
	height: 10px;
	float: left;
	margin-right: 80%;
	margin-bottom: 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.pleca-A1 {
	background-color: #E44;
}

.pleca-A2 {
	background-color: #0BD;
}

.pleca-B1 {
	background-color: #FB2;
}

.pleca-B2 {
	background-color: #91D;
}

.pleca-C1 {
	background-color: #AB2;
}

.pleca-C2 {
	background-color: #47B;
}

.niveles-img {
	width: 40%;
	min-height: 400px;
	margin-top: 50px;
	float: left;
	object-fit: contain;
	object-position: 50% 50%;
}

.niveles-info-main {
/*	background-color: #FFF;*/
	width: -moz-calc(100% - 110px);
	width: -webkit-calc(100% - 110px);
	width: -o-calc(100% - 110px);
	width: calc(100% - 110px);
	min-height: 380px;
	float: left;
	margin: 0px;
	text-align: center;
	color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.niveles-info {
	display: none;
	width: 100%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	text-align: justify;
}

.niveles-info p {
	margin: 0px;
}

.niveles-info-columna {
/*	background-color: #FFF;*/
	width: 90px;
	height: 380px;
	float: left;
	padding: 0px 5px;
	margin-right: 20px;
	box-sizing: border-box;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.niveles-info-label {
	position: relative;
	width: 100%;
	float: left;
	text-align: center;
	padding: 5px 0px;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.niveles-info-flecha {
	display: none;
	position: absolute;
	background-color: #FC0;
	width: 18px;
	height: 30px;
	right: -25px;
	top: 10px;
	z-index: 5;
}

.niveles-info-ico {
	background-color: #FFF;
	width: 30px;
	height: 30px;
	display: inline-block;
}

.niveles-info-ico-blanco {
	background-color: #000;
/*	-webkit-filter: hue-rotate(0deg)  saturate(0%) brightness(1000%);
	filter: hue-rotate(0deg)  saturate(0%) brightness(1000%);*/
}

.niveles-info-titulo {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

.niveles-info-titulo-blanco {
	color: #000;
}

.nivel-info-aktiva {
	display: block;
}

.niveles-info-ico-seleccionado {
	background-color: #E44;
}

.niveles-info-titulo-seleccionado {
	color: #E44;
}

.info-blanco {
	color: #000;
}

.niveles-resaltar-blanco {
	color: #F00;
}

.img-derecha {
	float: right;
}

.bg-slides {
	width: 100%;
	height: 400px;
	float: left;
}

.slides-main {
	width: 100%;
	height: 400px;
	float: left;
}

.slides {
	width: 100%;
}

.slides-titulo {
	width: 100%;
	font-family: 'Mithella';
	text-align: center;
	font-size: 50px;
	color: #999;
	margin: 20px 0px;
}

.informacion {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.informacion-txt-main {
	position: relative;
	width: 50%;
	min-height: 300px;
	float: left;
	margin-top: 50px;
}

.informacion-txt {
	font-family: "Trebuchet MS";
	width: 100%;
	color: #666;
	font-size: 1.2rem;
	padding: 0px 20px;
	box-sizing: border-box;
}

.informacion-titulo {
	width: 100%;
	float: left;
	color: #333;
	font-size: 2.5rem;
}

.informacion-img {
	width: 50%;
	height: 400px;
	float: left;
	object-fit: contain;
	object-position: 50% 50%;
}

.informacion-img-centrada {
	background-color: #FFF;
	width: 70%;
	height: auto;
	float: left;
	padding: 10px 20px;
	margin: 20px 15%;
	box-sizing: border-box;
}

.contacto {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.contacto-txt-main {
	position: relative;
	width: 50%;
	height: 520px;
	float: left;
	margin-top: 50px;
}

.contacto-txt {
	font-family: "Trebuchet MS";
	width: 100%;
	color: #666;
	font-size: 1.2rem;
	padding: 0px 20px;
	box-sizing: border-box;
}

.contacto-titulo {
	width: 100%;
	float: left;
	color: #333;
	font-size: 2.5rem;
}

.contacto-img {
	width: 50%;
	height: 520px;
	float: left;
	object-fit: contain;
	object-position: 50% 50%;
}

.input,
.select,
.textarea {
	background-color: rgba(255, 255, 255, 0.75);
	box-sizing: border-box;
	width: -moz-calc(100% - 12px);
	width: -webkit-calc(100% - 12px);
	width: -o-calc(100% - 12px);
	width: calc(100% - 12px);
	height: 50px;
	border: 2px solid #000;
	padding: 8px 1.5%;
	resize: none;
	float: right;
	font-size: 0.9rem;
	color: #000;
	margin: 2px;
	margin-bottom: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.textarea {
	height: 135px;
	white-space: normal;	
	line-height: 1.5em;
	font-size: 1rem;
}

.btn {
	border: none;
	background-color: #B23;
	background-image: url(imagenes/3d.png);
	background-size: 100% 100%;
	width: 150px;
	color: #FFF;
	float: right;
	font-weight: bolder;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.loading {
	height: 32px;
	display: none;
	background: url('imagenes/loading.gif') no-repeat;
	padding: 7px;
	padding-left: 40px;
	color: #353526; 
	font-weight: bold;
	width: auto; 
	float: right;
}

.enviando {
	display: none;
	background-color: #CCC;
	background-image: url(imagenes/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 30px;
}

.btn-oculto {
	width: 0px;
	height: 0px;
	float: left;
	overflow: hidden;
}

.fail {
	box-sizing: border-box;
	background-color: #D44;
	border: 2px solid #C00;
}

.ok {
	box-sizing: border-box;
	background-color: #486;
	border: 2px solid #063;
}

.respuesta {
	width: -moz-calc(100% - 12px);
	width: -webkit-calc(100% - 12px);
	width: -o-calc(100% - 12px);
	width: calc(100% - 12px);
	line-height: 32px;
	float: left;
	color: #FFF;
	padding: 0px 10px;
	margin: 20px 0px;
	font-weight: bold;
	text-align: center;
	margin-left: 9px;
	margin-top: 4px;
}

.bg-footer {
	background-color: #000;
	width: 100%;
	float: left;
}

.footer {
	width: 100%;
	padding: 25px 0px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

#desarrollador-web {
	font-size: 12px;
	color: #FF0;
}