body{margin:0px !important; overflow-x: hidden;}
.row{margin: 0px 0px !important}
.alt-s{height: 10px}
.alt-1{height: 25px}
.alt-2{height: 50px}
.alt-3{height: 100px}
.alt-4{height: 150px}
.alt-5{height: 200px}
.alt-6{height: 250px}
.alt-7{height: 300px}
.alt-8{height: 350px}
.alt-9{height: 400px}
.alt-10{height:450px}
@font-face{
	font-family: 'Work';
	src:url(https://www.burocreativo.com/profet/fonts/WorkSans-Light.otf);
}
@font-face{
	font-family: 'Raleway-Light';
	src:url(fonts/Raleway/Raleway-Light.ttf);
}
@font-face{
	font-family: 'Raleway-Med';
	src:url(fonts/Raleway/Raleway-Medium.ttf);
}
@font-face{
	font-family: 'Raleway-Reg';
	src:url(fonts/Raleway/Raleway-Regular.ttf);
}
@font-face{
	font-family: 'Raleway-Bold';
	src:url(fonts/Raleway/Raleway-Bold.ttf);
}
@font-face{
	font-family: 'PT-Reg';
	src:url(fonts/pt-sans/PTC55F.ttf);
}
@font-face{
	font-family: 'PT-Bold';
	src:url(fonts/pt-sans/PTC75F.ttf);
}
@font-face{
	font-family: 'Din';
	src:url(https://www.burocreativo.com/profet/fonts/DINNextLTPro-MediumCond.otf);
}

.img-gris{
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}

button{
	background-color: #ffffff;
    border: none;
    border-radius: 2px;
    color: #1d2838 !important;
    padding: 12px 32px;
    font-family: 'PT-Bold' !important;
}

.boton-video{
	background-color: #ffffff;
    border: none;
    border-radius: 2px;
    color: #1d2838 !important;
    padding: 12px 32px;
	font-family: 'PT-Bold' !important;
	margin-bottom: 10px;
}

hr{
	border-top: 2px solid #15af99 !important;
    width: 30px;
}
.no-padd{padding: 0px !important}
.navbar-nav {
    float: right !important;
    font-family: 'PT-Bold';
}
.nav>li>a {color: white !important;}
.navbar-fixed-top{
	background-color: rgba(0, 0, 0, 0.65);
    padding: 15px 0px;
}
.nav>li>a:hover{
	background-color: transparent !important;
	color:  #14ae99 !important;
}
.nav>li>a:focus{
	background-color: transparent !important;
	color:  #14ae99 !important;
}
.navbar-toggle .icon-bar{
	background-color: white;
}
#banner{
	background-image: url(img/banner.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;
	color: white;
	text-align: center;
	position: relative;
}
#banner .container{
	position: relative;
	height: 101vh;
}
#banner img{
	position: absolute;
	bottom: 0px;
}
#banner h1{
	font-family: 'Din';
	letter-spacing: 1px;
	font-size: 70px;
}
#banner h3, #testimonio h3{
	font-family: 'Work';
}
#inteli{
	text-align: center;
	color: #333333;
}
#inteli h1, #conoce h1, #bigdata h1, #clientes h1{
	font-family: 'Din';
	font-size: 45px;
}
#inteli h3{
	font-family: 'Raleway-Med';
}
#inteli p, #caract li, #bigdata p{
	font-family: 'PT-Reg';
	color: #666666;
}
#caract{
	background-color: #f8f8f8;
}
#caract h1{
	font-family: 'Din';
	color: #333333;
	font-size: 45px;
}
#caract li{
	list-style-image: url(img/check.png);
	padding-bottom: 20px;
}
.btn-color{
	background-color: #15af99 !important;
    color: white !important;
	padding: 12px 50px !important;
    border: none;
    border-radius: 2px;
    font-family: 'PT-Bold' !important;
}
.btn-blanco{
	background-color: white !important;
    color: #14ae99 !important;
	padding: 15px 36px !important;
    border: none;
    border-radius: 2px;
    font-family: 'PT-Bold' !important;
}
#conoce{
	background-image: url(img/back-conoce.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 500px;
	color: white;
	text-align: center;
}
#conoce hr{
	border-top: 2px solid white !important;
}
#conoce p{
	font-family: 'PT-Reg';
}
#bigdata{
	background-color: #f8f8f8;
	text-align: center;
	color: #333333;
}
#testimonio{
	background-image: url(img/back-slider.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 290px;
	text-align: center;
	color: white;
}
#testimonio p{
	font-family: 'PT-Reg';
}
#testimonio span{
	font-family: 'PT-Bold';
}
#clientes{
	background-color: #f8f8f8;
	text-align: center;
}
.slider-clientes{
	text-align: center;
}
#boletin{
	background-color: #14ae99;
	color: white;
	font-family: 'Work';
}
#boletin .form-control{
	background-color: transparent;
    border-color: white !important;
    color: white !important;
}
#boletin input::-webkit-input-placeholder {
   color:white !important; 
}
#boletin input:-moz-placeholder{
	color:white !important; 
}
#boletin input::-moz-placeholder{
	color:white !important; 
}
#boletin input:-ms-input-placeholder{
	color:white !important; 
}
#contacto h1{
	font-family: 'Din';
	color: #333333;
	font-size: 45px;
}
#map{
	height: 540px;
}
.form-control{
	height: 50px !important;
	border-radius: 0px !important;
}
textarea.form-control {
    height: 100px !important;
}
#footer{
	background-color: #1d2939;
	color: #3f454b;
	font-family: 'PT-Reg';
}
#footer .row p, #footer a{
	color: white !important;
	display: inline-block;
    margin-left: 20px;
    margin-bottom: 30px;
}
#footer2{
	background-color: #0f161e;
	color: #3f454b;
}
#footer2 p{
	display: inline;
}
#footer2 img{
	float: right;
	margin-left: 8px;
}
#footer2 a{
	color: #3f454b;
}
.bx-wrapper .bx-viewport{
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border: 0!important;
	background-color: transparent !important;
}
.bx-wrapper img{
	display: inline-block !important;
}
.bx-pager{display: none;}
#testimonio .bx-wrapper .bx-prev{
	background: url(img/prev.png) no-repeat 0 0px !important;
	left: -100px !important;
}
#testimonio .bx-wrapper .bx-next{
	background: url(img/next.png) no-repeat 0 0px !important;
	right: -100px !important;
}
#testimonio .bx-wrapper .bx-controls-direction a {height: 60px !important;}
#clientes .bx-wrapper .bx-prev{
	background: url(img/prev1.png) no-repeat 0 0px !important;
	left: -100px !important;
}
#clientes .bx-wrapper .bx-next{
	background: url(img/next1.png) no-repeat 0 0px !important;
	right: -100px !important;
}

.item {padding: 25vh 0px 0px 0px;}

@media (max-width: 1530px) and (min-width: 992px){
	#banner img{
		width: 60% !important;
		margin-left: 20% !important;
	}
}
@media (max-width: 991px){
	#contacto .form div{
		padding-left: 0px !important;
		padding-right: 15px !important;
	}
	#banner img{
		width: 80% !important;
		margin-left: 7% !important;
	}
	#testimonio .bx-wrapper .bx-prev, #clientes .bx-wrapper .bx-prev{
    left: -10px !important;
	}
	#testimonio .bx-wrapper .bx-next, #clientes .bx-wrapper .bx-next{
    right: 0px !important;
	}
}
@media (max-width: 768px){
	.navbar-nav {
    float: left !important;
	}
	.navbar-header img{
		margin-left: 20px;
	}
	#banner h1{
		font-size: 36px;
	}
}
#circle1 strong, #circle2 strong, #circle3 strong {
	position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
	color: #15af99;
    font-family: 'Work';
}
.login{
	padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.es{
	padding: 0px 5px !important;
    margin: 15px 5px !important;
    border-right: solid 1px gray;
	font-family: 'PT-Reg';
}
.en{
	padding: 15px 0px !important;
    font-family: 'PT-Reg';
}