@import url('https://fonts.googleapis.com/css?family=Lato:400,700');


@font-face {
font-family: 'DINPro-Light';
font-style: normal;
font-weight: normal;
src: local('DINPro-Light'), url('fonts/DINPro-Light_13935.woff') format('woff');
}


@font-face {
font-family: 'DINPro-Black';
font-style: normal;
font-weight: normal;
src: local('DINPro-Black'), url('fonts/DINPro-Black_13933.woff') format('woff');
}

body {
	overflow-x: hidden;
	font-family: 'DINPro-Light';
	
}


input:invalid, select:invalid, textarea:invalid{
    box-shadow: none;
	 outline: 0;
}



input, textarea {
	width: 80%;
	padding: 4px 8px;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: transparent;
    border-radius: 7px;
    background-color: #CBD9E1;


}

h1,
h2,
h3,
h4,
h5,
h6,
h7 { 
  font-family: 'DINPro-Black';
}



/*--- Nav Scrolling Offset --*/
.offset:before {
	height: 4rem;
	margin-top: -4rem;
	content: "";
	display: block;
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
	padding: 1rem;
}

/*============= NAVIGATION =============*/

.navbar {
	padding: .7rem 1rem;
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: 700;
	width: 100%;
	
	
}
.navbar-brand img {
	height: 5rem;
	padding-left: 5rem;
}
.svg-inline--fa.fa-w-14 {
	color: white;
	font-size: 3rem;
}
.navbar-nav li {
	padding-right: 2rem;
	padding-left: 2rem;
}
.navbar-nav .nav-link {
	color: white;
	padding-top: .8rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
	color: #202F52;
}


.btn-secondary {
	border: none;
	background: rgba(0,159,208,1);
background: -moz-linear-gradient(left, rgba(0,159,208,1) 0%, rgba(0,159,208,1) 31%, rgba(0,105,175,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,159,208,1)), color-stop(31%, rgba(0,159,208,1)), color-stop(100%, rgba(0,105,175,1)));
background: -webkit-linear-gradient(left, rgba(0,159,208,1) 0%, rgba(0,159,208,1) 31%, rgba(0,105,175,1) 100%);
background: -o-linear-gradient(left, rgba(0,159,208,1) 0%, rgba(0,159,208,1) 31%, rgba(0,105,175,1) 100%);
background: -ms-linear-gradient(left, rgba(0,159,208,1) 0%, rgba(0,159,208,1) 31%, rgba(0,105,175,1) 100%);
background: linear-gradient(to right, rgba(0,159,208,1) 0%, rgba(0,159,208,1) 31%, rgba(0,105,175,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fd0', endColorstr='#0069af', GradientType=1 );

}


/*============= LANDING PAGE =============*/

.home-inner {
	background-image: url('img/Imagen1.png');
	
}

.caption {
	width: 100%;
	max-width: 100%;
	position: absolute;
	top: 38%;
	z-index: 1;	
	margin-left: 10rem;
	margin-top: 18rem;
}
.caption h1 {
	color: white;
	font-size: 4.5rem;
	text-transform: uppercase;
	font-weight: 700;
	/*letter-spacing: .3rem;*/
	padding-bottom: 1rem;
	font-family: 'DINPro-Black';
	
}
.caption h3 {
	color: white;
	font-size: 1.4rem;	
	font-weight: 400;
	/*text-shadow: .1rem .1rem .5rem black;*/
	padding-bottom: 2rem;
}

/*============= FEATURES SECTION =============*/


.narrow {
	width: 75%;
	margin: 0 auto;
	padding-top: 2rem;
}

.btn-sm {
	border-width: medium;
	border-radius: 0;
	padding: .5rem 1.1rem;
	font-size: .9rem;
	font-weight: 400;
	text-transform: uppercase;
	margin: 1rem;
}

.btn-turquoise {
	border-color: #1ebba3;
	background-color: #1ebba3;
	color: white;
}

.btn-turquoise:hover,
.btn-turquoise:focus {
	border-color: #189582;
	background-color: #189582;
	color: white;
}

.jumbotron {
	margin-bottom: 0;
	border-radius: 0;
	padding: 1rem 0 3rem;
}

h3.heading {
	font-size: 1.9rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1.9rem;
}

.heading-underline {
	width: 3rem;
	height: .2rem;
	background-color: #1ebba3;
	margin: 0 auto 2rem;
}

.feature {
	text-align: center;
}

.feature .fa-layers {
	color: #1ebba3;
	height: 6rem;
	margin: 0 auto;
	width: 3.9rem;
}

.feature h3 {
	font-size: 1.3rem;
	text-transform: uppercase;
	padding-bottom: .4rem;
}

.feature p {
	font-size: 1.1rem;
}




/*============= PORTFOLIO SECTION =============*/

.row.padding {
	padding: 2rem 0 1rem;
}

img.example-image{
	max-width: 100%;
}

.row.no-padding [class*=col-]{
	padding: 0;
}

.portfolio-item img:hover {
	transform: scale(1.3);
	cursor: zoom-in;
}

.portfolio-item img {
	transition: transform .4s ease;
}

.portfolio-item {
	overflow: hidden;
}


/*============= PRICING SECTION =============*/



.pricing-columnindex {
	background-color: white;	
	box-shadow: 0 0 4rem rgba(0,0,0, 0.2);
	padding-top: 1rem;	
	width: 25rem;
	height: 20rem;
	transition: transform .7s ease;	
	position: relative;
	margin-right: 20px;
	color: #202F52;	
	
}

.pricing-columnindex:hover {
	 transform: scale(1.1);
}

.pricing-columnindex h3 {
	padding: 1rem;
	border-bottom: .1rem solid rgba(0, 0, 0, 0.1);
}

.pricing-columnindex p{
	opacity: .8;
	margin-top: 1.3rem;
	font-weight: bold;
}

.pricing-columnindex h4 {
	font-size: 1.1rem;
	padding: .4rem;
}

.pricing-columnindex .item {
	font-weight: 700;
}

.pricing-columnindex h1 {
	padding: .8rem 0;
}

.pricing-columnindex .enlace{
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: #29ABE2;
	font-weight: bold;
	font-size: 1.2rem;
}

.pricing-columnindex a:hover {
	color:blue;
	text-decoration: none;
}





.pricing-column0 {
	background-color: white;	
	box-shadow: 0 0 4rem rgba(0,0,0, 0.2);
	padding-top: 1rem;	
	width: 30rem;
	height: 25rem;
	transition: transform .7s ease;	
	position: relative;
	margin-right: 20px;
	color: #202F52;	
	
}

.pricing-column0:hover {
	 transform: scale(1.1);
}

.pricing-column0 h3 {
	padding: 1rem;
	border-bottom: .1rem solid rgba(0, 0, 0, 0.1);
}

.pricing-column0 p{
	opacity: .8;
	margin-top: 1.3rem;
	font-weight: bold;
}

.pricing-column0 h4 {
	font-size: 1.1rem;
	padding: .4rem;
}

.pricing-column0 .item {
	font-weight: 700;
}

.pricing-column0 h1 {
	padding: .8rem 0;
}

.pricing-column0 .enlace{
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: #29ABE2;
	font-weight: bold;
	font-size: 1.2rem;
}

.pricing-column0 a:hover {
	color:blue;
	text-decoration: none;
}





.pricing-column {
	background-color: white;	
	box-shadow: 0 0 4rem rgba(0,0,0, 0.2);
	padding-top: 1rem;	
	width: 22rem;
	height: 25rem;
	transition: transform .7s ease;	
	position: relative;
	margin-right: 20px;
	color: #202F52;	
	
}

.pricing-column:hover {
	 transform: scale(1.1);
}

.pricing-column h3 {
	padding: 1rem;
	border-bottom: .1rem solid rgba(0, 0, 0, 0.1);
}

.pricing-column p{
	opacity: .8;
	margin-top: 1.3rem;
	font-weight: bold;
}

.pricing-column h4 {
	font-size: 1.1rem;
	padding: .4rem;
}

.pricing-column .item {
	font-weight: 700;
}

.pricing-column h1 {
	padding: .8rem 0;
}

.pricing-column .enlace{
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: #29ABE2;
	font-weight: bold;
	font-size: 1.2rem;
}

.pricing-column a:hover {
	color:blue;
	text-decoration: none;
}




/*============= PRICING SECTION =============*/

.pricing-column2 {
	background-color: white;	
	box-shadow: 0 0 4rem rgba(0,0,0, 0.2);
	padding-top: 1rem;	
	width: 22rem;
	height: 25rem;
	transition: transform .7s ease;	
	position: relative;
	color: #202F52;	
}

.pricing-column2:hover {
	 transform: scale(1.1);
}

.pricing-column2 h3 {
	padding: 1rem;
	border-bottom: .1rem solid rgba(0, 0, 0, 0.1);
}

.pricing-column2 p{
	opacity: .8;
	margin-top: 1.3rem;
	font-weight: bold;
}

.pricing-column2 h4 {
	font-size: 1.1rem;
	padding: .4rem;
}

.pricing-column2 .item {
	font-weight: 700;
}

.pricing-column2 h1 {
	padding: .8rem 0;
}

.pricing-column2 .enlace{
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: #29ABE2;	
	font-weight: bold;
	font-size: 1.2rem;
	
}

.pricing-column2 a:hover {
	color:blue;
	text-decoration: none;
}



.pricing-column3 {
	background-color: white;	
	box-shadow: 0 0 4rem rgba(0,0,0, 0.2);
	padding-top: 3px;	
	width: 25rem;
	height: 15rem;
	transition: transform .7s ease;	
	position: relative;
	margin-right: 20px;
	color: #202F52;	
	
}

.pricing-column3:hover {
	 transform: scale(1.1);
}

.pricing-column3 h3 {
	padding: 1rem;
	border-bottom: .1rem solid rgba(0, 0, 0, 0.1);
}

.pricing-column3 p{
	opacity: .8;
	margin-top: 1.3rem;
	font-weight: bold;
}

.pricing-column3 h4 {
	font-size: 1.1rem;
	padding: .4rem;
}

.pricing-column3 .item {
	font-weight: 700;
}

.pricing-column3 h1 {
	padding: .8rem 0;
}

.pricing-column3 .enlace{
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: #29ABE2;
	font-weight: bold;
	font-size: 1.2rem;
}

.pricing-column3 a:hover {
	color:blue;
	text-decoration: none;
}


/*============= TEAM SECTION FIXED BG IMG LIGHT =============*/



.light {
	background-color: rgba(255,255,255,0.65);
	padding: 3rem 2rem 2rem;
	z-index: 1000!important;
}

.card {
	border-radius: 0;
	border: .1rem solid rgba(0,0,0, .075); 
	box-shadow: 0 0 .8rem rgba(0,0,0, .75);
	margin: 0 1rem;
	transition: transform .4 ease;
}

.card-img-top {
	border-radius: 0;
}

.card:hover {
	transform: scale(.95);
}

.card h4 {
	font-weight: 700;
}

.card h5 {
	color: #1ebba3;
}

.card p {
	border-top: .1rem solid rgba(0,0,0,.1);
	border-bottom: .1rem solid rgba(0,0,0,.1);
	padding: 1rem;
	margin: 1rem 0 1.5rem;
}

.card svg.svg-inline--fa {
	color: #1ebba3!important;
	font-size: 1.3rem;
	width: 2rem;
}

.card svg.svg-inline--fa:hover {
	color: #6c757d!important;
}

.owl-dot.active span,
.owl-dot:hover span {
	background: #1ebba3!important;
}

/*============= SKILLS SECTION =============*/

.skill h3 {
	color: #1ebba3;
	font-size: 2.5rem;
	font-weight: 700;
	margin: 1rem 0 .5rem;
}

.skill p {
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 700;
}

/*============= CLIENTS SECTION =============*/

.clients img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	transition: transform .3s ease;
}

.clients img:hover {
	transform: scale(0.95);
}

blockquote .svg-inline--fa {
	margin: 1rem;
	color: #1ebba3;
}

.clients-hr {
	border-top: 0.05rem solid #1ebba3;
}

/*============= AYUDA SECTION =============*/

.ayuda img {
	transition: transform .7s ease;
}
.ayuda h3 {
	color: #202F52;
}
.ayuda h7 {	
	color: #29ABE2;
}
.ayuda img:hover {
	 transform: scale(1.3);
}


/*============= CONTACT SECTION =============*/


/*footer img {
	height: 2rem;
	margin: 1.5rem 0;
}*/

footer a {
	color: #202F52;
}

footer svg.svg-inline--fa{
	font-size: 1.2rem!important;
	color: #202F52!important;
	
}

footer svg.svg-inline--fa:hover {
	color: #1ebba3!important;
}

footer h3 {	
	margin: 1.5rem 0;
	color: #202F52;
}

footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer a:hover {
	color: aqua;
	text-decoration: none;
}

/*---Contact Form ---*/

.form-group {
	margin-bottom: 1.3rem;
}

.form-control {
	background-color: #53595f;
	border-radius: 0;
	border: .15rem solid#666b71;
	color: white!important;
	font-size: 1.1rem;	
}

.form-control:focus {
	background: #53595f;
	border: .15rem solid#666b71;
}

.form-group input::placeholder,
.form-group textarea::placeholder{
	color: #b2b5b8!important;
}

input.btn 
{
	cursor: pointer;
}

hr.socket {
	border-top: .2rem solid #666b71;
	width: 100%;
}




.lhc_status_container{
	padding: 0px;
}


.lhc-status-native-online a{
	padding: 8px 40px;
	border: 1px solid rgba(255,255,255,.3);
	background: rgba(0,159,208,1);
	background: -moz-linear-gradient(left, rgba(0,159,208,1) 0%, rgba(0,159,208,1) 31%, rgba(0,105,175,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,159,208,1)), color-stop(31%, rgba(0,159,208,1)), color-stop(100%, rgba(0,105,175,1)));
	background: -webkit-linear-gradient(left, rgba(0,159,208,1) 0%, rgba(0,159,208,1) 31%, rgba(0,105,175,1) 100%);
	background: -o-linear-gradient(left, rgba(0,159,208,1) 0%, rgba(0,159,208,1) 31%, rgba(0,105,175,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,159,208,1) 0%, rgba(0,159,208,1) 31%, rgba(0,105,175,1) 100%);
	background: linear-gradient(to right, rgba(0,159,208,1) 0%, rgba(0,159,208,1) 31%, rgba(0,105,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fd0', endColorstr='#0069af', GradientType=1 );
	color: #FFFFFF;
	border-radius: 0px 0px 5px 5px;
	text-decoration: none;
}

.lhc-status-native-online a:hover{
	text-decoration: none;
}

.lhc-status-native-online img{
	margin-right: 3px;
	margin-top: -3px;
}
.lhc-status-native-online{
	margin-bottom: 0px !important;
}


.lhc-status-native-offline a{
	padding: 8px 40px;
	border: 1px solid rgba(255,255,255,.3);
	background: rgba(0,159,208,1);
	background: -moz-linear-gradient(left, rgba(0,159,208,1) 0%, rgba(0,159,208,1) 31%, rgba(0,105,175,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,159,208,1)), color-stop(31%, rgba(0,159,208,1)), color-stop(100%, rgba(0,105,175,1)));
	background: -webkit-linear-gradient(left, rgba(0,159,208,1) 0%, rgba(0,159,208,1) 31%, rgba(0,105,175,1) 100%);
	background: -o-linear-gradient(left, rgba(0,159,208,1) 0%, rgba(0,159,208,1) 31%, rgba(0,105,175,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,159,208,1) 0%, rgba(0,159,208,1) 31%, rgba(0,105,175,1) 100%);
	background: linear-gradient(to right, rgba(0,159,208,1) 0%, rgba(0,159,208,1) 31%, rgba(0,105,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fd0', endColorstr='#0069af', GradientType=1 );
	color: #FFFFFF;
	border-radius: 0px 0px 5px 5px;
	text-decoration: none;
}

.lhc-status-native-offline img{
	margin-right: 3px;
	margin-top: -3px;
}

.lhc-status-native-offline{
	margin-bottom: 0px !important;
}

/*============= TOP SCROLL =============*/

.top-scroll svg.svg-inline--fa {
	font-size: 3rem;
	height: 1.7rem;	
	color:#202F52!important;
	background: white;
}
a.top-scroll {
	right: 1.2rem;
	bottom: 1.2rem;
	position: fixed;
	opacity: .3;
	z-index: 1000;
	display: none;
	
}
a.top-scroll:hover {
	opacity: .5;
}




/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/



.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

#gradien-hit {
    border-top: 1px solid red;
    border-left: 1px solid black;
    border-image: linear-gradient(90deg, rgba(255, 115, 0, 1) 0%, rgba(255, 68, 17, 0) 100%) 1 stretch;
}



.whatsapp-icon {
    margin-top: 13px;
}