@charset "utf-8";
@import url("https://use.typekit.net/tyq1zto.css");
@import url("navigation.css");
@import url("uikit.css");
body, html {
	margin: 0;
	padding: 0;
	font-family: "ratio", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	width: 100%;
	color: #000;
	background: #fff;
	overflow-x: hidden;
}
.fouc {
    visibility: hidden;
}
strong {
	font-weight: 700;
}
.regular {
	font-weight: 400;
}
.latest, .link {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav {
	position: fixed;
}
img {
	width: 100%;
	vertical-align: middle;
}
.flex-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}
.nav-menus-wrapper{
	overflow-x: hidden;
}
.container {
	width: 1180px;
	margin: 0 auto;
}
.padd60 {
	padding: 60px 0;
}
.m0 {
	margin: 0;
}
p {
	margin: 0 0 30px 0;
}
h1 {
	font-family: iskra, sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 50px;
	letter-spacing: 1px;
}
h1 strong {
	white-space: nowrap;
}
h1 small {
	font-size: 22px;
	font-weight: 200;
	letter-spacing: 2px;
	/*position: absolute;
	margin-bottom: -40px;*/
}
h1 span {
	font-weight: 200;
	font-size: 50px;
}
h2, h3, h4 {
	font-family: iskra, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	font-size: 60px;
	line-height: 40px;
	margin: 0;
}
h2 span, h3 span, h4 span {
	font-weight: 200;
	font-size: 30px;
}
h2 span em {
	font-weight: 200;
}
#home {
	background: #fff;
	height: 100vh;
	overflow: hidden;
}
.yellow {
	position: absolute;
	right:0;
	top: 0;
	width:50%;
}
.mac {
	position: absolute;
	top: 50%;
	right: 17%;
	height: 360px;
	width:auto;
	margin-top: -40px;
}
.flex-home {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex-home div:nth-of-type(1) {
	width:48%;
}
.flex-home div:nth-of-type(2) {
	width:48%;
	z-index: 1;
	align-self: flex-end;
}
.flex-home div:nth-of-type(2) img {
	width:100%;
	padding-bottom: 100px;
}
.latest {
	font-family: iskra, sans-serif;
	font-weight: 300;
	background: red;
	color: #fff;
	border-radius: 20px;
	padding: 10px 30px 14px 30px;
	font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
	box-shadow: 20px 20px 20px rgba(0, 0, 0, 0);
	cursor: pointer;
	border: none;
}
.latest:hover {
	/*background: #000;
	color: #ffdc00;*/
	text-decoration: none;
	box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.16);
	animation-name: shake;
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
}
@keyframes shake {
    0%  {transform: translate(1px, 1px) rotate(0deg);}
    10% {transform: translate(-1px, -2px) rotate(-1deg);}
    20% {transform: translate(-3px, 0px) rotate(1deg);}
    30% {transform: translate(3px, 2px) rotate(0deg);}
    40% {transform: translate(1px, -1px) rotate(1deg);}
    50% {transform: translate(-1px, 2px) rotate(-1deg);}
    60% {transform: translate(-3px, 1px) rotate(0deg);}
    70% {transform: translate(3px, 1px) rotate(-1deg);}
    80% {transform: translate(-1px, -1px) rotate(1deg);}
    90% {transform: translate(1px, 2px) rotate(0deg);}
    100% {transform: translate(1px, -2px) rotate(-1deg);}
}
              




.down {
	text-align: center;
	position: absolute;
	bottom: 20px;
	left:50%;
}
a {
	text-decoration: none;
}
.link {
	color: #000;
	text-decoration: none;
	border-bottom: transparent solid 1px;
}
.link:hover {
	border-bottom: red solid 1px;
	text-decoration: none;
}
.back-to-top {
    position: fixed;
    bottom:-50px;
    right:2%;
    z-index:9999;
    opacity:1;
    cursor:pointer;
}
.back-to-top.show {
    bottom:5% !important;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
}
.back-to-top.back-run {
    bottom: 100% !important;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
}
.back-to-top.back-down {
    -webkit-transition: 1.0s;
    -ms-transition: 1.0s;
    -o-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
}
.perfil {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.perfil div:nth-of-type(1) {
	width: 65%;
}
.perfil div:nth-of-type(2) {
	width: 30%;
}
#particle-canvas {
  width: 100%;
  height: 400px;
  background : -moz-radial-gradient(44.37% 39.7%, ellipse farthest-corner, rgba(3, 121, 167, 1) 0%, rgba(3, 115, 159, 1) 11.59%, rgba(3, 100, 138, 1) 29.26%, rgba(2, 77, 106, 1) 49.5%, rgba(2, 52, 80, 1) 68.06%, rgba(1, 21, 49, 1) 87.69%, rgba(0, 0, 0, 1) 100%);
  background : -webkit-radial-gradient(44.37% 39.7%, ellipse farthest-corner, rgba(3, 121, 167, 1) 0%, rgba(3, 115, 159, 1) 11.59%, rgba(3, 100, 138, 1) 29.26%, rgba(2, 77, 106, 1) 49.5%, rgba(2, 52, 80, 1) 68.06%, rgba(1, 21, 49, 1) 87.69%, rgba(0, 0, 0, 1) 100%);
  background : -webkit-gradient(radial,44.37% 39.7% ,0 , 44.37% 39.7%, 920.48 ,color-stop(0,rgba(3, 121, 167, 1) ),color-stop(0.1159,rgba(3, 115, 159, 1) ),color-stop(0.2926,rgba(3, 100, 138, 1) ),color-stop(0.495,rgba(2, 77, 106, 1) ),color-stop(0.6806,rgba(2, 52, 80, 1) ),color-stop(0.8769,rgba(1, 21, 49, 1) ),color-stop(1,rgba(0, 0, 0, 1) ));
  background : -o-radial-gradient(44.37% 39.7%, ellipse farthest-corner, rgba(3, 121, 167, 1) 0%, rgba(3, 115, 159, 1) 11.59%, rgba(3, 100, 138, 1) 29.26%, rgba(2, 77, 106, 1) 49.5%, rgba(2, 52, 80, 1) 68.06%, rgba(1, 21, 49, 1) 87.69%, rgba(0, 0, 0, 1) 100%);
  background : -ms-radial-gradient(44.37% 39.7%, ellipse farthest-corner, rgba(3, 121, 167, 1) 0%, rgba(3, 115, 159, 1) 11.59%, rgba(3, 100, 138, 1) 29.26%, rgba(2, 77, 106, 1) 49.5%, rgba(2, 52, 80, 1) 68.06%, rgba(1, 21, 49, 1) 87.69%, rgba(0, 0, 0, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Stlye=2);"
  background : radial-gradient(44.37% 39.7%, ellipse farthest-corner, rgba(3, 121, 167, 1) 0%, rgba(3, 115, 159, 1) 11.59%, rgba(3, 100, 138, 1) 29.26%, rgba(2, 77, 106, 1) 49.5%, rgba(2, 52, 80, 1) 68.06%, rgba(1, 21, 49, 1) 87.69%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
}
#particle-canvas .container {
	display: flex;
	justify-content:space-between;
	width: 1100px;
	position: absolute;
	left: 50%;
	margin-left: -550px;
	top: 35%;
}
#particle-canvas div {
	text-align:center;
	width: 250px;	
}
#particle-canvas .cifra {
	font-size:90px;
	line-height: 40px;
	font-family: iskra, sans-serif;
	font-weight: 700;
	color:#fff;
}
#particle-canvas .hecho {
	font-weight: 200; 
	font-size: 26px;
	line-height: 28px;
	color:#fff;
	margin-top: 25px;
}
.bg-gris {
	background:#F1F1F1;
}
.flex-servicios {
	display: flex;
	margin-top: 40px;
}
.foto-servicio {
	width: 60%;
}
.servicios {
	width: 45%;
	margin-left: -5%;
}
.cuadro {
	background-color: #fff;
}
.cuadro-header {
	background-color: #3FA8F4;
	color: #fff;
	padding: 10px 40px;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
/*.cuadro-header div {
	width: 60px;
	margin-right: 10px;
	color: #000;
}*/
.cuadro-header p {
	font-family: iskra, sans-serif;
	font-weight: 200;
	font-size: 22px;
	line-height: 36px;
	letter-spacing: 1px;
	text-align: center;
}
.cuadro-header p span {
	text-transform: uppercase;
	font-weight: 500;
	font-style: italic;
	font-size: 36px;
  -moz-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
}
.cuadro-body {
	padding: 20px 40px 25px 40px;
}
.bg-contacto {
	background: url(../img/contacto.jpg) no-repeat left top;
	background-size: cover;
	padding-top: 60px;
}
.flex-contacto {
	display: flex;
}
.flex-contacto div {
	width: 50%;
	margin-top: 40px;
}
footer {
	background: black;
	margin-top: 60px;
}
.flex-footer {
	display: flex;
	justify-content: space-between;
}
.flex-footer div:nth-of-type(1) {
	color: #fff;
	padding: 13px 0;
	font-size: 16px;
	letter-spacing: 1px;
}
.flex-footer div:nth-of-type(2) {
	width: 60px;
	margin-top: -45px;
}
.gradient {
	background : -moz-linear-gradient(50% 100% 90deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
	background : -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(255, 255, 255, 0) ),color-stop(1,rgba(255, 255, 255, 1) ));
	background : -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background : -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
	background : linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	height : 60px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FFFFFF' , GradientType=0);
}
.pb60 {
	padding-bottom: 60px;
}
.uk-input {
	background: #000;
	color: #fff;
}
.uk-subnav > * > :first-child {
  font-size: 20px;
  font-weight: 300;
}
form {
  position: relative;
}
input:not([type=radio]):not([type=checkbox]):focus, textarea:focus {
  outline: none;
}
button:focus {
  outline: none;
}
textarea {
  resize: none;
}
.input-success,
.input-error {
  margin-bottom: 0;
  display: none;
  /*padding: 2px 15px;
  color: #ffffff;*/
}













.btn {
	display: block;
	padding: 10px 20px;
	color:#fff;
	font-weight: 300;
	background: #3FA8F4;
	border-radius: 25px;
	margin:20px 40%;
	text-align: center;	
	cursor: pointer;	
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:hover {
	background:#0086CC;
}
.nowrap {
	white-space: nowrap;
}

.font20 {
	font-size: 20px;
}
.subtitulo {
	font-size: 26px;
}
.tabla tr th {
	background: #000;
	color: #fff;
	font-weight: 700;
	padding: 5px;
}
.tabla tr td {
	padding: 5px;
	text-align: center;
	border-bottom: rgba(0,0,0,0.5) solid 1px;
}

/*@media only screen and (max-width:1220px) {
	.container {
		width: 90%;
		margin: 0 5%;
	}
	#particle-canvas .container {
		width: 90%;
		margin-left: -450px;
	}
	#particle-canvas div {
		width: 200px;
	}
	.servicios {
		display: flex;
		justify-content:space-between;
		flex-flow:wrap;
	}
	.servicios div {
		padding: 3%;
		width: 25%;
		margin-bottom: 30px;
	}
	.portafolio div {
		width: 33.3%;
		float: left;
	}
	.bg-contacto {
		background: url(../img/contacto.jpg) no-repeat -150px top;
		background-size: cover;
	}
}
@media only screen and (max-width:1023px) {
	body {
		overflow-x: hidden;
	}
	#particle-canvas .container {
		width: 90%;
		margin-left: -350px;
	}
	#particle-canvas div {
		width: 20%;
	}
	#particle-canvas .cifra {
		font-size:80px;
	}
	#particle-canvas .hecho {
		font-size: 22px;
		line-height: 24px;
	}
	.servicios {
		display: block;
	}
	.servicios div {
		padding: 3%;
		width: 94%;
		margin-bottom: 30px;
	}
	.bg-contacto {
		background: url(../img/contacto.jpg) no-repeat -280px top;
		background-size: cover;
	}
	.retrato {
		display: block;
		float: right;
		width: 30%;
	}
	.perfil {
		display: block;
	}
	.perfil div {
		width: 100%;
	}
	.perfil div + div {
		display: none;
	}
}
@media only screen and (max-width:767px) {
	#particle-canvas .container {
		width: 100%;
		margin-left: -200px;
		flex-flow: wrap;
		top: 20%;
	}
	#particle-canvas div {
		width: 50%;
		margin-bottom: 40px;
	}
	h1 span, h2 span, h3 span, h4 span {
		line-height: 15px;
	}
	.portafolio div {
		width: 100%;
		float: none;
	}
	.contacto {
		margin-left: 0;
	}
	.bg-contacto {
		background: url(../img/contacto.jpg) no-repeat -560px top;
		background-size: cover;
	}
	.bg-contacto .footer p {
		margin: -20px 0 0 0;
		float: none;
		text-align: center;
		font-size: 15px;
		line-height: 16px;
	}
	.bg-contacto .footer .html5 {
		display: none;
	}
	.footer .html5-2 {
		display: block;
	}
	.footer .html5-2 img {
		width: 20%;
		margin: -40px 40% 0 40%;
	}
	.btn {
	  width: 90%;
	  padding:5px 5% 8px 5%;
	}
}
@media only screen and (max-width:413px) {
	h1, h2, h3, h4 {
		font-size: 56px;
	}
	#particle-canvas .container {
		margin-left: -180px;
	}
}
@media only screen and (max-width:374px) {
	h1, h2, h3, h4 {
		font-size: 48px;
	}
	#particle-canvas .container {
		margin-left: -150px;
	}
	.retrato {
		width: 50%;
	}
	.contacto p {
		font-size: 18px;
		margin-bottom: 20px;
	}
}*/
.whats {
	position: fixed;
	left: 0;
	bottom: 0;
	background: black;
	color: white;
	border-top-right-radius: 30px;
	padding: 15px;
	box-shadow: 0 0 20px rgba(255, 255, 255, 1.0);
}
.whats a:hover {
	color: yellow;
}
