/*
Theme Name: SkyWeb
Author: Ezequiel Alonzo
Description: Plantilla para pagina web.
Version: 1.0
Text Domain: SW
*/
@import "css/style-default.css";
/*@import "css/style-default-responsive.css";*/
@font-face {
	font-family: 'GBk';
	src: url('fonts/Gotham-Book.eot');
	src: url('fonts/Gotham-Book.woff') format('woff'),
	url('fonts/Gotham-Book.ttf') format('truetype'),
	url('fonts/Gotham-Book.svg#fonts/Gotham-Book') format('svg'),
	url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GM';
	src: url('fonts/Gotham-Medium.eot');
	src: url('fonts/Gotham-Medium.woff') format('woff'),
	url('fonts/Gotham-Medium.ttf') format('truetype'),
	url('fonts/Gotham-Medium.svg#fonts/Gotham-Medium') format('svg'),
	url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GRBk';
	src: url('fonts/GothamRounded-Book.eot');
	src: url('fonts/GothamRounded-Book.woff') format('woff'),
	url('fonts/GothamRounded-Book.ttf') format('truetype'),
	url('fonts/GothamRounded-Book.svg#fonts/GothamRounded-Book') format('svg'),
	url('fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GRL';
	src: url('fonts/GothamRounded-Light.eot');
	src: url('fonts/GothamRounded-Light.woff') format('woff'),
	url('fonts/GothamRounded-Light.ttf') format('truetype'),
	url('fonts/GothamRounded-Light.svg#fonts/GothamRounded-Light') format('svg'),
	url('fonts/GothamRounded-Light.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GRM';
	src: url('fonts/GothamRounded-Medium.eot');
	src: url('fonts/GothamRounded-Medium.woff') format('woff'),
	url('fonts/GothamRounded-Medium.ttf') format('truetype'),
	url('fonts/GothamRounded-Medium.svg#fonts/GothamRounded-Medium') format('svg'),
	url('fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
:root {
	--azul: #1b334f;
	--fazul: #112539;
	--azul02: #00253e;
}
.bg-azul {background-color: var(--azul)}
.t-fazul {color: var(--fazul)}
.t-azul02 {color: var(--azul02)}
.t-gbk {font-family: 'GBk';}
.t-gm {font-family: 'GM';}
.t-grl {font-family: 'GRL';}
.t-grm {font-family: 'GRM';}
.t-grbk, .t-grl > b {font-family: 'GRBk';}
body {
	opacity: 0;
	font-family: 'Raleway', 'GRL';
	color: #525252;
}
.encabezado > div > div > div {
	min-height: 40vw;
}
.encabezado {
	/*background-image: url('img/bg_head-overlay.png'), url('img/bg_head.jpg');*/
	/*background-size: 100% 100%, cover;*/
	/*background-repeat: no-repeat, no-repeat;*/
	/*background-position: center, center;*/
	background-image: url('img/bg_head-n.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.encabezado:before {
	content: '';
	background: rgb(27,51,79);
	background: -moz-linear-gradient(180deg, rgba(27,51,79,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(27,51,79,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(180deg, rgba(27,51,79,1) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b334f",endColorstr="#000000",GradientType=1);
	width: 100%;
	height: 100%!important;
	position: absolute;
	top: 0;
	height: 0;
	display: block;
	z-index: 2;
	opacity: 0.3;
}
.encabezado > div {
	position: relative;
	z-index: 2;
}
.middle > div > div > div {
	min-height: 40vw;
}
.middle {
	background-image:url('img/bg_002.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.btn.btn-info, .btn.btn-info:focus {
	background-color: #4ca4db;
}
.btn.btn-info:hover {
	background-color: #347ca9;
}
.quform-error-inner {
	background: #91c6ec!important;
	border-color: #4ca4db!important;
	color: #fff!important;
}
.container-blk {max-width: 1230px; background-color: #f4f4f4; border-radius: 15px}
.phone-footer {
	border-radius: 20px;
	border-color: #ccc!important;
	position: relative;
	color: #fff;
	padding-left: 35px !important;
	margin: auto;
	display: table;
}
.phone-footer:hover {
	color: var(--naranja);
}
.phone-footer:before {
	content: '';
	background-image: url('img/icono-phone.svg');
	background-color: #1b334f;
	border: 3px solid #1b334f;
	display: block;
	width: 42px;
	height: 40px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: -15px;
	top: 15%;
	z-index: 999;
}
form.quform-form input,
form.quform-form textarea {
	background: transparent;
	border: none!important;
	border-bottom: 1px solid #ccc!important;
	padding: 0 3px 3px 3px!important;
}
form.quform-form select {
	background: transparent;
	border: none!important;
	border-bottom: 1px solid #ccc!important;
	padding: 3px!important;
	color: #212529!important;
}
form.quform-form {
	padding-top: 20px;
}
form.quform-form textarea {
	max-height: 70px!important;
}
form.quform-form .quform-button-submit {
	width: 100%;
}
form.quform-form .quform-submit {
	background-color: #626060;
	border: 0;
	border-radius: 50px;
	color: #fff;
	margin: auto;
	display: table;
	font-size: 20px;
	padding: 10px 40px;
}
form.quform-form .quform-submit:hover {
	background-color: #2290cf;
}
.quform-recaptcha {
	display: table;
	margin: auto;
}
.btn-outline-light {
	border-radius: 100px;
}
.box-btn {
	position: relative;
}
.box-btn > div {
	width: 100%;
	max-width: 340px;
	height: 230px;
	margin: auto;
	padding: 10px;
	border-radius: 14px;
	position: relative;
}
.box-btn:before {
	content: '';
	background-image: url(img/icon-simple.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
	width: 120px;
	height: 94px;
	position: absolute;
	display: block;
	top: -20px;
	left: -70px;
	pointer-events: none;
}
.bigbox > div:nth-child(1),
.bigbox > div:nth-child(1) > div.box-btn {
	position: relative;
	z-index: 30;
}
.bigbox > div:nth-child(2),
.bigbox > div:nth-child(2) > div.box-btn {
	position: relative;
	z-index: 20;
}
.bigbox > div:nth-child(3),
.bigbox > div:nth-child(3) > div.box-btn {
	position: relative;
	z-index: 10;
}
.box-btn h3 {
	text-shadow: 1px 1px 3px #1b334f;
}
.box {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 360px;
	height: 250px;
	margin: auto;
	padding: 10px;
	background: rgb(147,199,237);
	background: -moz-linear-gradient(0deg, rgba(147,199,237,1) 0%, rgba(47,154,234,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(147,199,237,1) 0%, rgba(47,154,234,1) 100%);
	background: linear-gradient(0deg, rgba(147,199,237,1) 0%, rgba(47,154,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#93c7ed",endColorstr="#2f9aea",GradientType=1);
}
.box:before {
	content: '';
	background-image: url('img/icon.png');
	background-repeat: no-repeat;
	background-size: 200px;
	background-position: right -30px;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}
.box > div {
	padding: 10px;
	border: 1px solid #fff;
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}
.box > div h3 {
	text-shadow: 1px 1px 3px #1b334f;
	padding: 10px;
}
@media (max-width: 1366px) {
	.container-blk {max-width: 88vw;}
}
@media (max-width: 991px) {
	.planes {
		position: relative!important;
		top: 0!important;
	}
}
@media (max-width: 767px) {
	.encabezado > div > div > div {
		min-height: 300px;
	}
	.middle > div > div > div {
		min-height: 430px;
	}
	.contact-title {
		font-size: 26px!important;
	}
}
/* ---- particles.js container ---- */
#particles-js {
	position:absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	top: 0;
	z-index: 2;
}
/* ---- stats.js ---- */
.count-particles {
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.js-count-particles {
	font-size: 1.1em;
}
#stats, .count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}
#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.count-particles {
	border-radius: 0 0 3px 3px;
	display: none;
}
.ani {
	opacity:0;
	visibility:hidden;
	position:relative;
}
.ani.slideUp,
.ani.slideInUp,
.ani.slideInLeft,
.ani.slideInRight{
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility:hidden;
	opacity:0;
}
.ani.slideUp.in-view {
	visibility:visible;
	opacity:1;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
.ani.slideInUp.in-view {
	visibility:visible;
	opacity:1;
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50% {
		opacity: 1;
	}
}
@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 15%, 0);
		transform: translate3d(0, 15%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 15%, 0);
		transform: translate3d(0, 15%, 0);
		visibility: visible;
		opacity:0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.ani.delay-1s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.ani.delay-2s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.ani.delay-3s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.ani.delay-4s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.ani.delay-5s {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
video#vid {
	position: absolute;
	top: -50%;
	bottom: -50%;
	left: 0;
	right: 0;
	margin: auto;
	width: 100vw;
	height: auto;
	z-index: 0;
}
@media (max-width: 1299px) {
	video#vid {
		position: absolute;
		top: 0;
		bottom: 0;
		left:  0;
		right:  0;
		margin: auto;
		height: auto;
		width: 100%;
		z-index: 0;
	}
}
