/*-----------------------------------------------------------------------------------
	Humann Tech
	About: Agencia de desarrollo de software y soluciones tecnológicas innovadoras, para empresas decididas a ser más fuertes y eficientes con software a la medida, IA y automatización.
	Author: Humann Tech
	Version: 3.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Gilroy-Black';
	src: url('./fonts/Gilroy-Black/Gilroy-Black.woff');
	src: url('./fonts/Gilroy-Black/Gilroy-Black.woff') format('woff'),
	url('./fonts/Gilroy-Black/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Gilroy-Black/Gilroy-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Gilroy-Bold';
	src: url('./fonts/Gilroy-Bold/Gilroy-Bold.ttf');
	src: url('./fonts/Gilroy-Bold/Gilroy-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Gilroy-Medium';
	src: url('./fonts/Gilroy-Medium/Gilroy-Medium.ttf');
	src: url('./fonts/Gilroy-Medium/Gilroy-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Gilroy-Regular';
	src: url('./fonts/Gilroy-Regular/Gilroy-Regular.woff');
	src: url('./fonts/Gilroy-Regular/Gilroy-Regular.woff') format('woff'),
	url('./fonts/Gilroy-Regular/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Gilroy-Regular/Gilroy-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-b-edge{
	background-position: bottom!important;
	background-repeat: no-repeat;
}
.bg-r-edge{
	background-position: right!important;
	background-repeat: no-repeat;
}
.bg-tl-edge{
	background-position: top left!important;
	background-repeat: no-repeat;
}
.bg-bl-edge{
	background-position: bottom left!important;
	background-repeat: no-repeat;
}
.bg-tr-edge{
	background-position: top right!important;
	background-repeat: no-repeat;
}
.bg-br-edge{
	background-position: bottom right!important;
	background-repeat: no-repeat;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset-md{
	margin-top:50px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* Circles Menu Icon */
.navbar-light .menu-icon-circles .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(0, 0, 0, 0.5)' d='M15.5,12A3.5,3.5,0,1,1,12,15.5,3.5,3.5,0,0,1,15.5,12Zm11,0A3.5,3.5,0,1,1,23,15.5,3.5,3.5,0,0,1,26.5,12Zm-22,0A3.5,3.5,0,1,1,1,15.5,3.5,3.5,0,0,1,4.5,12Z'/%3E%3C/svg%3E");
}
.navbar-dark .menu-icon-circles .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(255, 255, 255, 0.5)' d='M15.5,12A3.5,3.5,0,1,1,12,15.5,3.5,3.5,0,0,1,15.5,12Zm11,0A3.5,3.5,0,1,1,23,15.5,3.5,3.5,0,0,1,26.5,12Zm-22,0A3.5,3.5,0,1,1,1,15.5,3.5,3.5,0,0,1,4.5,12Z'/%3E%3C/svg%3E");
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}

/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}



.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-10px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1200px;
}
.navbar-brand img{
	width:180px;
}
.h1-style{
	width:100%;
	font-size:50px;
	font-family:"Gilroy-Bold";
}
.h3-style{
	font-family:"Gilroy-Bold";
	font-size:35px;
}
.p-style{
	font-family:"Gilroy-Regular";
	font-size:20px;
	width:83.04%;
	line-height:35px;
}
.img-style{
	width:348px;
}
.btn-style{
	width:50%;
	font-family:"Gilroy-Bold";
}
.img-portada-cascad-style{
	width:278px;
}
.img-5-style{
	width:687px;
}
.img-fidar-proje-style{
	width:308px;
}
.blue-btn{
	font-family:"Gilroy-Bold";
}
.btn-let-s-chat-style{
	width:46.26%;
}
.h3- agility-style{
	font-family:"Gilroy-Bold";
}
.h3- scalability--style{
	font-family:"Gilroy-Bold";
}
.h3- quality-style{
	font-family:"Gilroy-Bold";
	opacity:0.9;
}
.h3- collaboration-style{
	font-family:"Gilroy-Bold";
	color:transparent!important;
}
.btn-line{
	font-family:"Gilroy-Bold";
	margin-bottom:7%;
}
.p-8-style{
	font-family:"Gilroy-Regular";
}
.h3-write-us--style{
	font-family:"Gilroy-Bold";
	font-size:25px;
}
.h3-find-us--style{
	font-family:"Gilroy-Bold";
	font-size:25px;
}
.p-9-style{
	font-family:"Gilroy-Regular";
}
.p-10-style{
	font-family:"Gilroy-Regular";
}
.h3-call-us--style{
	font-family:"Gilroy-Bold";
	font-size:25px;
}
.img-group-21332-style{
	width:417px;
}
.container-div-bloc-1-style{
	height:76px;
}
.h2-style{
	font-family:"Gilroy-Bold";
	font-size:50px;
}
.h2-bloc-3-style{
	font-family:"Gilroy-Bold";
	font-size:40px;
}
.h3-bloc-3-style{
	font-family:"Gilroy-Bold";
}
.img-bloc-3-style{
	width:418px;
}
.h1-2-style{
	font-family:"Gilroy-Bold";
	width:100%;
	font-size:32px;
}
.link-btn-style{
	font-family:"Gilroy-Bold";
	text-decoration:none;
}
.p-bloc-4-style{
	font-family:"Gilroy-Regular";
}
.row-style{
	width:100%;
}
.h1-3-style{
	font-family:"Gilroy-Bold";
}
.img-mock-style{
	width:389px;
}
.h6-4-style{
	font-family:"Gilroy-Regular";
	font-size:20px;
}
.btn-button-style{
	width:19.43%;
	font-family:"Gilroy-Bold";
}
.bloc-divider-t-fill{
	fill:#FEFFFF;
}
.menu-class{
	font-family:"Gilroy-Bold";
	font-size:18px;
}
.menu-class:hover{
	font-family:"Gilroy-Bold";
	font-size:18px;
	color:#000000!important;
}
.menu-class:active{
	font-family:"Gilroy-Bold";
	font-size:18px;
}
.text-span-style{
	font-weight:bold;
}
.text-span-bloc-4-style{
	font-weight:bold;
}
.text-span-0-style{
	font-family:"Gilroy-Bold";
}
.text-span-0-bloc-4-style{
	font-weight:bold;
}
.text-span-16766-style{
	font-weight:bold;
}
.text-span-11716-style{
	font-weight:bold;
}
.text-span-6731-style{
	font-weight:bold;
}
.text-span-15006-style{
	font-weight:bold;
}
.text-span-35251-style{
	font-weight:bold;
}
.text-span-9347-style{
	font-weight:bold;
}
.text-span-8852-style{
	font-weight:bold;
}
.text-span-25758-style{
	font-weight:bold;
}
.text-span-14094-style{
	font-weight:bold;
}
.text-span-5601-style{
	font-weight:bold;
}
.text-span-17526-style{
	font-weight:bold;
}
.text-span-49763-style{
	font-weight:bold;
}
.text-span-11876-style{
	font-weight:bold;
}
.text-span-9755-style{
	font-weight:bold;
}
.text-span-3135-style{
	font-weight:bold;
}
.text-span-17996-style{
	font-weight:bold;
}
.text-span-32315-style{
	font-weight:bold;
}
.text-span-bloc-51-style{
	text-decoration:line-through;
	color:#000307!important;
}
.text-span-0-bloc-51-style{
	text-decoration:line-through;
	color:#000307!important;
}
.text-span-6238-style{
	text-decoration:line-through;
}
.texto-azul{
	color:#0432FF!important;
}
.h5-style{
	font-family:"Gilroy-Bold";
	font-size:20px;
}
.text-span-44322-style{
	font-weight:bold;
}
.text-span-26958-style{
	font-weight:bold;
}
.text-span-23523-style{
	font-weight:bold;
}
.text-span-44509-style{
	font-weight:bold;
}
.h5-bloc-4-style{
	font-family:"Gilroy-Regular";
}
.text-span-24032-style{
	font-weight:bold;
}
.text-span-33610-style{
	font-weight:bold;
}
.text-span-49779-style{
	font-weight:bold;
}
.h6-resultados-style{
	font-family:"Gilroy-Bold";
	font-size:25px;
}
.h5-3-style{
	font-family:"Gilroy-Regular";
}
.text-span-36734-style{
	font-weight:bold;
}
.text-span-35753-style{
	font-weight:bold;
}
.text-span-4784-style{
	font-weight:bold;
}
.h6-10-style{
	font-family:"Gilroy-Bold";
	font-size:25px;
}
.h5-4-style{
	font-family:"Gilroy-Regular";
}
.text-span-20034-style{
	font-weight:bold;
}
.text-span-32091-style{
	font-weight:bold;
}
.h6-resultado-style{
	font-family:"Gilroy-Bold";
	font-size:25px;
}
.h5-5-style{
	font-family:"Gilroy-Regular";
}
.text-span-7463-style{
	font-weight:bold;
}
.text-span-18906-style{
	font-weight:bold;
}
.text-span-25543-style{
	font-weight:bold;
}
.h6-12-style{
	font-family:"Gilroy-Bold";
	font-size:25px;
}
.text-span-1546-style{
	font-weight:bold;
}
.h5-6-style{
	font-family:"Gilroy-Regular";
}
.text-span-48924-style{
	font-weight:bold;
}
.text-span-22752-style{
	font-weight:bold;
}
.text-span-7113-style{
	font-weight:bold;
}
.h6-14-style{
	font-family:"Gilroy-Bold";
	font-size:25px;
}
.text-span-7862-style{
	font-weight:bold;
}
.text-span-14458-style{
	font-weight:bold;
}
.text-span-46963-style{
	font-weight:bold;
}
.h5-6-bloc-4-style{
	font-family:"Gilroy-Regular";
}
.text-span-49439-style{
	font-weight:bold;
}
.text-span-17443-style{
	font-weight:bold;
}
.text-span-6452-style{
	font-weight:bold;
}
.h6-7-style{
	font-family:"Gilroy-Bold";
	font-size:25px;
}
.text-span-38288-style{
	font-weight:bold;
}
.text-span-49471-style{
	font-weight:bold;
}
.text-span-406-style{
	font-weight:bold;
}
.text-span-49981-style{
	font-weight:bold;
}
.text-span-bloc-1-style{
	font-weight:bold;
}
.margen-7{
	margin-bottom:7%;
}
.text-span-bloc-2-style{
	font-weight:bold;
}
.text-span-0-bloc-2-style{
	font-weight:bold;
}
.text-span-bloc-3-style{
	font-weight:bold;
}
.text-span-0-bloc-3-style{
	font-weight:bold;
}
.text-span-bloc-9-style{
	text-decoration:line-through;
}
.text-span-0-bloc-9-style{
	text-decoration:line-through;
}
.blue-txt{
	color:#011EFF!important;
}
.text-span-bloc-46-style{
	font-weight:bold;
}
.text-span-0-bloc-46-style{
	font-weight:bold;
}
.text-span-22273-style{
	font-weight:bold;
}
.text-span-bloc-47-style{
	font-weight:bold;
}
.text-span-0-bloc-47-style{
	font-weight:bold;
}
.text-span-30624-style{
	text-decoration:line-through;
	color:#000307!important;
}
.h3-bloc-11-style{
	font-family:"Gilroy-Medium";
}
.h3-bloc-55-style{
	font-family:"Gilroy-Medium";
}
.p-bloc-60-style{
	font-family:"Gilroy-Bold";
	font-size:32px;
	line-height:38px;
	width:90.14%;
}
.h6-1-style{
	font-size:25px;
	font-family:"Gilroy-Bold";
}
.h6-the-outcome-style{
	font-family:"Gilroy-Bold";
	font-size:25px;
}
.p-45-style{
	font-family:"Gilroy-Bold";
	font-size:32px;
	line-height:38px;
}
.text-span-38645-style{
	font-weight:bold;
}
.text-span-34119-style{
	font-weight:bold;
}
.text-span-8566-style{
	font-weight:bold;
}
.icon-space{
	margin-right:-2%;
	margin-top:3%;
}
.mail-style{
	color:#FEFFFF!important;
}
.link-color{
	color:#ffffff;
}
.header-space{
	margin-top:10%;
}
.icon-margin{
	margin-right:2%;
}
.h6-style{
	width:100%;
	font-family:"Gilroy-Medium";
	font-size:16px;
	background-position:center bottom;
	margin-top:5%;
}
.label-style{
	font-size:20px;
	font-family:"Gilroy-Bold";
	margin-top:2%;
	line-height:30px;
	color:#000000!important;
}
.field-style{
	background-color:transparent;
	border-style:solid;
	border-color:#8551FD!important;
	background-size:auto auto;
	background-position:left center;
	box-shadow:0px 0px 0px #FEFFFF;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	font-family:"Gilroy-Medium";
	color:#000000!important;
	margin-bottom:5%;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 1px 0px;
}
.field-style:hover{
	border-color:#0569FF!important;
	border-style:solid;
	border-bottom-width:1px;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	border-radius:0px 0px 0px 0px;
}
.field-style:active{
	border-color:#000000!important;
	border-radius:0px 0px 0px 0px;
}
.dropdown-style{
	box-shadow:0px 0px 0px #FEFFFF;
	background-size:auto auto;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	border-style:solid;
	border-color:#8551FD!important;
	font-family:"Gilroy-Medium";
	margin-bottom:5%;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 1px 0px;
}
.dropdown-style:hover{
	border-color:#0569FF!important;
	border-bottom-width:1px;
}
.check-style{
	margin-bottom:5%;
	font-family:"Gilroy-Medium";
	color:#000000!important;
}
.btn-hover{
	font-family:"Gilroy-Medium";
	color:#000000!important;
}
.btn-hover:hover{
	font-family:"Gilroy-Medium";
	color:#5666FF!important;
	border-color:#5666FF!important;
}
.btn-hover:active{
	font-family:"Gilroy-Medium";
}
.img-h-windsor8-style{
	width:800px;
}
.h4-yeah-we-know--style{
	font-family:"Gilroy-Bold";
	font-size:2.5rem;
}
.h4-5-style{
	font-size:2.5rem;
	font-family:"Gilroy-Bold";
	width:100%;
}
.whitespace{
	margin-bottom:-11%;
	float:none;
	overflow:visible;
}
.h4-bloc-3-style{
	font-family:"Gilroy-Bold";
	font-size:2.5rem;
}
.h4-xperimental-style{
	font-size:2.5rem;
	font-family:"Gilroy-Bold";
}
.h6-3-style{
	font-size:20px;
	font-family:"Gilroy-Medium";
}
.h6-2-style{
	font-size:20px;
	font-family:"Gilroy-Medium";
}
.h6-bloc-9-style{
	font-size:20px;
	font-family:"Gilroy-Medium";
}
.h6-5-style{
	font-size:20px;
	font-family:"Gilroy-Medium";
}
.h6-6-style{
	font-size:20px;
	font-family:"Gilroy-Medium";
}
.h4-16061-style{
	font-family:"Gilroy-Bold";
	font-size:28px;
}
.p-19530-style{
	font-family:"Gilroy-Medium";
}
.h3-5-style{
	font-family:"Gilroy-Bold";
}
.p-9522-style{
	font-family:"Gilroy-Medium";
}
.h3-4-style{
	font-family:"Gilroy-Bold";
}
.h3-joining-forces-style{
	font-family:"Gilroy-Bold";
}
.p-36820-style{
	font-family:"Gilroy-Medium";
}
.p-20956-style{
	font-family:"Gilroy-Medium";
}
.h3-2-style{
	font-family:"Gilroy-Bold";
}
.h3-we’re-brave-style{
	font-family:"Gilroy-Bold";
}
.p-38-style{
	font-family:"Gilroy-Medium";
}
.h4-our-values-style{
	font-family:"Gilroy-Bold";
	font-size:35px;
}
.h4-1-style{
	font-family:"Gilroy-Bold";
	font-size:35px;
}
.p-1-style{
	font-family:"Gilroy-Medium";
}
.h3-417-style{
	font-size:35px;
	font-family:"Gilroy-Bold";
}
.p-37-style{
	font-family:"Gilroy-Medium";
}
.h5-modull-style{
	font-family:"Gilroy-Bold";
	font-size:25px;
}
.btn-explore{
	font-family:"Gilroy-Medium";
	font-size:16px;
}
.h4-modull-style{
	font-size:2.5rem;
	font-family:"Gilroy-Bold";
}
.p-39-style{
	font-size:1rem;
	font-family:"Gilroy-Medium";
}
.p-40-style{
	font-family:"Gilroy-Medium";
	font-size:1rem;
}
.bold-txt{
	font-family:"Gilroy-Bold";
}
.top-bloc-margin{
	margin-top:8%;
}
.round-border{
	border-top-right-radius:15%;
	padding:3% 3% 3% 3%;
}
.title-btm-space{
	margin-bottom:10%;
}
.h4-style-lm{
	font-family:"Gilroy-Bold";
}
.audio-player{
	width:100%;
}
.ftr-txt{
	color:#011892!important;
}
.link-btn-style:hover{
	text-decoration:underline!important;
}
.copy-style{
	margin-top:5%;
	font-size:0.9rem;
	font-family:"Gilroy-Medium";
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-blue{
	background-color:#001EFF;
}
.bgc-white-smoke{
	background-color:#F6F6F6;
}
.bgc-mango-tango{
	background-color:#F78345;
}
.bgc-yellow-munsell{
	background-color:#EFCA08;
}
.bgc-dark-cerulean{
	background-color:#17417D;
}
.bgc-slate-blue{
	background-color:#7954C2;
}
.bgc-pastel-orange{
	background-color:#FFBB4D;
}
.bgc-french-blue{
	background-color:#006DBA;
}
.bgc-medium-blue{
	background-color:#2313D6;
}
.bgc-dark-jungle-green{
	background-color:#222222;
}
.bgc-black{
	background-color:#000000;
}
.bgc-white-smoke-2{
	background-color:#F8F8F8;
}
.bgc-ultramarine-blue{
	background-color:#586CFC;
}
.bgc-midnight-blue{
	background-color:rgba(10,27,120,0.9);
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-black{
	color:#000307!important;
}
.tc-blue{
	color:#001EFF!important;
}
.tc-mango-tango{
	color:#F78345!important;
}
.tc-dark-cerulean{
	color:#17417D!important;
}
.tc-slate-blue{
	color:#7954C2!important;
}
.tc-medium-blue{
	color:#2313D6!important;
}
.tc-international-orange{
	color:#FF5700!important;
}
.tc-taupe-gray{
	color:#8D9092!important;
}
.tc-black-2{
	color:#000000!important;
}
.tc-ultramarine-blue{
	color:#586CFC!important;
}
.tc-white-2{
	color:#FEFFFF!important;
}
.tc-gray-htmlcss-gray{
	color:#797979!important;
}

/* Button colour styles */

.btn-blue{
	background:#001EFF;
	color:#FFFFFF!important;
}
.btn-blue:hover{
	background:#0018cc!important;
	color:#FFFFFF!important;
}
.btn-black{
	background:#000000;
	color:#FFFFFF!important;
}
.btn-black:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.btn-ultramarine-blue{
	background:#2C5EFF;
	color:#FFFFFF!important;
}
.btn-ultramarine-blue:hover{
	background:#234bcc!important;
	color:#FFFFFF!important;
}
.wire-btn-blue{
	color:#001EFF!important;
	border-color:#001EFF!important;
}
.wire-btn-black{
	color:#000000!important;
	border-color:#000000!important;
}
.wire-btn-ultramarine-blue{
	color:#586CFC!important;
	border-color:#586CFC!important;
}

/* Link colour styles */

.ltc-white-smoke{
	color:#F6F6F6!important;
}
.ltc-white-smoke:hover{
	color:#c5c5c5!important;
}

/* Icon colour styles */

.icon-brandeis-blue{
	color:#0069FF!important;
	border-color:#0069FF!important;
}
.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}
.icon-black{
	color:#000000!important;
	border-color:#000000!important;
}
.icon-white-2{
	color:#FEFFFF!important;
	border-color:#FEFFFF!important;
}

/* Bloc image backgrounds */

.bg-h-bckg{
	background-image:url("img/h-bckg.jpg");
}
.bg-img-header-01{
	background-image:url("img/img-header-01.png");
}
.bg-img-form-02{
	background-image:url("img/img-form-02.png");
}
.bg-img-footer-04{
	background-image:url("img/img-footer-04.png");
}
.bg-Ship-transparent{
	background-image:url("img/Ship_transparent.png");
}
.bg-Pieza-Modull{
	background-image:url("img/Pieza-Modull.jpg");
}
.bg-Modull-r1-wh{
	background-image:url("img/Modull_r1-wh.jpg");
}
.bg-Pieza-tochi{
	background-image:url("img/Pieza-tochi.jpg");
}
.bg-Tochis-20copy{
	background-image:url("img/Tochis%20copy.jpg");
}
.bg-Pieza-hidros{
	background-image:url("img/Pieza-hidros.jpg");
}
.bg-hidros-render13{
	background-image:url("img/hidros_render13.jpg");
}
.bg-Pieza-viper{
	background-image:url("img/Pieza-viper.jpg");
}
.bg-viper-4{
	background-image:url("img/viper_4.jpg");
}
.bg-Pieza-konter{
	background-image:url("img/Pieza-konter.jpg");
}
.bg-konter-K2{
	background-image:url("img/konter_K2.jpg");
}
.bg-bg-blue{
	background-image:url("img/bg-blue.jpg");
}
.bg-playa-compressed{
	background-image:url("img/playa-compressed.jpg");
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.btn-button-style{
		width:29.49%;
	}
	.btn-style{
		width:76.2%;
	}
	.h1-style{
		font-size:50px;
	}
	.h3-bloc-11-style{
		font-size:20px;
	}
	.p-10-style{
		width:100%;
	}
	.margen-7{
	}
	.p-style{
		font-size:20px;
		width:100%;
	}
	.h3- agility-style{
		font-size:22px;
	}
	.h3- scalability--style{
		font-size:22px;
	}
	.h3- cercanía-style{
		font-size:22px;
	}
	.h3- resultados-style{
		font-size:22px;
	}
	.h3-bloc-55-style{
		font-size:20px;
	}
	.h3-write-us--style{
		font-size:22px;
	}
	.h3-find-us--style{
		font-size:22px;
	}
	.h3-call-us--style{
		font-size:22px;
	}
	.btm-space{
		margin-bottom:7%;
	}
	.h4-1-style{
		font-family:"Gilroy-Black";
		font-size:2.5rem;
	}
	.p-1-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.h4-our-values-style{
		font-family:"Gilroy-Black";
		font-size:2.5rem;
	}
	.h3-we’re-brave-style{
		font-family:"Gilroy-Bold";
	}
	.h3-2-style{
		font-family:"Gilroy-Bold";
	}
	.p-20956-style{
		font-family:"Gilroy-Medium";
	}
	.h3-joining-forces-style{
		font-family:"Gilroy-Bold";
	}
	.p-36820-style{
		font-family:"Gilroy-Medium";
	}
	.h3-4-style{
		font-family:"Gilroy-Bold";
	}
	.p-9522-style{
		font-family:"Gilroy-Medium";
	}
	.h3-5-style{
		font-family:"Gilroy-Bold";
	}
	.p-19530-style{
		font-family:"Gilroy-Medium";
	}
	.h4-16061-style{
		font-size:2.5rem;
		font-family:"Gilroy-Black";
	}
	.h6-bloc-9-style{
		font-family:"Gilroy-Medium";
	}
	.h6-2-style{
		font-family:"Gilroy-Medium";
	}
	.h6-3-style{
		font-family:"Gilroy-Medium";
	}
	.h6-4-style{
		font-family:"Gilroy-Medium";
	}
	.h6-5-style{
		font-family:"Gilroy-Medium";
	}
	.h6-6-style{
		font-family:"Gilroy-Medium";
	}
	.h4-yeah-we-know--style{
		font-size:2.5rem;
		font-family:"Gilroy-Black";
	}
	.h4-5-style{
		font-size:2.5rem;
	}
	.h6-style{
		font-size:1.15rem;
	}
	.h5-style{
		font-size:1rem;
	}
	.h3-style{
		font-size:2.5rem;
		font-family:"Gilroy-Black";
	}
	.btn-color{
		font-family:"Gilroy-Medium";
	}
	.h4-our-services-style{
		font-family:"Gilroy-Black";
		font-size:2.5rem;
	}
	.h4-style{
		font-size:1.5rem;
		font-family:"Gilroy-Bold";
	}
	.p-52-style{
		font-size:1rem;
	}
	.h4-projects-style{
		font-size:2.5rem;
		font-family:"Gilroy-Black";
	}
	.h4-bloc-3-style{
		font-size:1.5rem;
	}
	.h4-xperimental-style{
		font-family:"Gilroy-Black";
		font-size:2.5rem;
	}
	.p-9-style{
		line-height:20px;
	}
	.btn-humann-x-color{
		font-family:"Gilroy-Medium";
	}
	.h4-modull-style{
		font-size:2.5rem;
	}
	.round-border{
		border-top-right-radius:10%;
	}
	.link-btn-style{
		text-decoration:none;
		font-family:"Gilroy-Medium";
	}
	.link-btn-style:hover{
		text-decoration:underline!important;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.btn-button-style{
		width:36.31%;
	}
	.btn-style{
		width:43.2%;
	}
	.p-style{
		width:100%;
		font-size:18px;
		line-height:25px;
	}
	.h1-style{
		width:100%;
		font-size:2.5rem;
		font-family:"Gilroy-Heavy";
	}
	.margen-7{
	}
	.img-bloc-12-style{
		width:34px;
	}
	.img-bloc-56-style{
		width:39px;
	}
	.h5-style{
		width:100%;
	}
	.p-bloc-60-style{
		width:100%;
	}
	.btm-space{
	}
	.h4-1-style{
		font-family:"Gilroy-Black";
		font-size:2.5rem;
	}
	.p-1-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.h4-our-values-style{
		font-family:"Gilroy-Black";
		font-size:2.5rem;
	}
	.h3-we’re-brave-style{
		font-family:"Gilroy-Bold";
		font-size:1.5rem;
	}
	.h3-2-style{
		font-family:"Gilroy-Bold";
		font-size:1.5rem;
	}
	.p-20956-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.h3-joining-forces-style{
		font-size:1.5rem;
		font-family:"Gilroy-Bold";
	}
	.p-36820-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.h3-4-style{
		font-size:1.5rem;
		font-family:"Gilroy-Bold";
	}
	.p-9522-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.h3-5-style{
		font-family:"Gilroy-Bold";
		font-size:1.5rem;
	}
	.p-19530-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.h4-16061-style{
		font-family:"Gilroy-Black";
		font-size:2.5rem;
	}
	.h6-bloc-9-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.h6-2-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.h6-3-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.h6-4-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.h6-5-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.h6-6-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.h4-yeah-we-know--style{
		font-family:"Gilroy-Black";
		font-size:2.5rem;
	}
	.h4-5-style{
		font-size:2rem;
	}
	.h6-style{
		font-size:1.15rem;
	}
	.p-10-style{
		font-size:1rem;
	}
	.h3-style{
		font-size:2.5rem;
		font-family:"Gilroy-Black";
	}
	.btn-color{
		font-family:"Gilroy-Medium";
	}
	.h4-our-services-style{
		font-family:"Gilroy-Black";
		font-size:2.5rem;
	}
	.h4-style{
		font-family:"Gilroy-Bold";
		font-size:1.5rem;
	}
	.space{
		;
	}
	.whitespace{
	}
	.h4-projects-style{
		font-family:"Gilroy-Black";
		font-size:2.5rem;
	}
	.h4-bloc-3-style{
		font-size:1.5rem;
		font-family:"Gilroy-Bold";
	}
	.h4-xperimental-style{
		font-size:2.5rem;
		font-family:"Gilroy-Black";
	}
	.p-9-style{
		font-size:1rem;
	}
	.img-dron-style{
		width:400px;
	}
	.btn-humann-x-color{
		font-family:"Gilroy-Medium";
	}
	.h3-417-style{
		font-size:2.5rem;
		font-family:"Gilroy-Black";
	}
	.p-37-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.h5-modull-style{
		font-size:1.5rem;
		font-family:"Gilroy-Black";
	}
	.btn-explore{
		font-family:"Gilroy-Medium";
	}
	.img-tochi-piec-style{
		width:146px;
	}
	.img-render-0-style{
		width:152px;
	}
	.img-viper-001-00-style{
		width:202px;
	}
	.h4-modull-style{
		font-size:2.5rem;
	}
	.p-39-style{
		font-size:1rem;
	}
	.p-40-style{
		font-size:1rem;
	}
	.btn-next{
		font-family:"Gilroy-Medium";
	}
	.btn-prev{
		font-family:"Gilroy-Medium";
	}
	.top-space{
		margin-top:8%;
	}
	.p-bloc-47-style{
		width:100%;
	}
	.bg-video{
		min-width:420px;
		min-height:746px;
	}
	.link-btn-style{
		text-decoration:none;
		font-family:"Gilroy-Medium";
		font-size:1.2rem;
	}
	.link-btn-style:hover{
		text-decoration:underline!important;
	}
	.ftr-txt{
		background-color:rgba(255,255,255,0.60);
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.btn-button-style{
		width:72.24%;
	}
	.btn-style{
		width:77.58%;
	}
	.margen-7{
	}
	.img-bloc-56-style{
		width:14px;
		height:14px;
	}
	.p-bloc-60-style{
		width:100%;
		font-size:1.5rem;
		font-family:"Gilroy-Black";
		line-height:30px;
	}
	.h1-style{
		font-size:1.7rem;
		font-family:"Gilroy-Black";
	}
	.h3-style{
		font-size:1.7rem;
		font-family:"Gilroy-Black";
	}
	.p-style{
		font-size:1rem;
		line-height:25px;
		font-family:"Gilroy-Medium";
		width:85.05%;
	}
	.h6-style{
		font-size:1rem;
		font-family:"Gilroy-Bold";
	}
	.btm-space{
	}
	.h4-1-style{
		font-family:"Gilroy-Black";
		font-size:1.7rem;
	}
	.p-1-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.h4-our-values-style{
		font-family:"Gilroy-Black";
		font-size:1.7rem;
	}
	.h3-we’re-brave-style{
		font-size:1.5rem;
		font-family:"Gilroy-Black";
	}
	.img-chamale-margin-top{
		margin-top:9px;
	}
	.h3-2-style{
		font-size:1.5rem;
		font-family:"Gilroy-Black";
	}
	.p-20956-style{
		font-size:1rem;
		font-family:"Gilroy-Medium";
	}
	.h3-joining-forces-style{
		font-size:1.5rem;
		font-family:"Gilroy-Black";
	}
	.p-36820-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.img-challen-margin-top{
		margin-top:11px;
	}
	.img-margin-top{
		margin-top:11px;
	}
	.h3-4-style{
		font-family:"Gilroy-Black";
		font-size:1.5rem;
	}
	.p-9522-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.h3-5-style{
		font-family:"Gilroy-Black";
		font-size:1.5rem;
	}
	.p-19530-style{
		font-size:1rem;
		font-family:"Gilroy-Medium";
	}
	.img-6-margin-top{
		margin-top:13px;
	}
	.h4-16061-style{
		font-family:"Gilroy-Black";
		font-size:1.7rem;
	}
	.h4-yeah-we-know--style{
		font-family:"Gilroy-Black";
		font-size:1.5rem;
	}
	.h4-5-style{
		font-family:"Gilroy-Black";
		font-size:1.5rem;
	}
	.h5-style{
		font-family:"Gilroy-Medium";
		font-size:1.2rem;
	}
	.p-10-style{
		font-family:"Gilroy-Medium";
		font-size:0.8rem;
	}
	.btn-color{
		color:#000000;
		font-family:"Gilroy-Medium";
		font-weight:normal;
	}
	.h4-style{
		font-family:"Gilroy-Bold";
		font-size:1.5rem;
	}
	.space{
		;
	}
	.p-bloc-2-style{
		font-size:1.2rem;
	}
	.h4-projects-style{
		font-size:2.5rem;
	}
	.h4-bloc-3-style{
		font-family:"Gilroy-Bold";
		font-size:1.5rem;
	}
	.h4-xperimental-style{
		font-family:"Gilroy-Black";
		font-size:2.5rem;
	}
	.p-9-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.btn-humann-x-color{
		color:#6b86fd;
		font-family:"Gilroy-Medium";
	}
	.h3-417-style{
		font-family:"Gilroy-Black";
		font-size:1.7rem;
	}
	.p-37-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.h5-modull-style{
		font-family:"Gilroy-Black";
		font-size:1.5rem;
	}
	.btn-explore{
		font-family:"Gilroy-Medium";
	}
	.text-span-0-style{
		font-weight:normal;
		font-family:"Gilroy-Bold";
	}
	.h4-modull-style{
		font-family:"Gilroy-Bold";
		font-size:2.5rem;
	}
	.p-39-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.p-40-style{
		font-family:"Gilroy-Medium";
		font-size:1rem;
	}
	.btn-next{
		font-family:"Gilroy-Regular";
	}
	.btn-prev{
		font-family:"Gilroy-Regular";
	}
	.top-space{
	}
	.p-bloc-4-style{
		font-size:1rem;
		font-family:"Gilroy-Medium";
	}
	.blue-btn{
	}
	.navbar-brand img{
		width:140px;
	}
	.h1-2-style{
		font-size:1.4rem;
		font-family:"Gilroy-Bold";
	}
	.h3-somos-humann-style{
		font-family:"Gilroy-Black";
	}
	.h6-1-style{
		font-family:"Gilroy-Black";
	}
	.h6-resultados-style{
		font-family:"Gilroy-Black";
	}
	.h6-10-style{
		font-family:"Gilroy-Black";
		font-size:1.5rem;
	}
	.h6-resultado-style{
		font-family:"Gilroy-Black";
	}
	.h6-12-style{
		font-family:"Gilroy-Black";
	}
	.h6-7-style{
		font-family:"Gilroy-Black";
	}
	.h6-14-style{
		font-family:"Gilroy-Black";
	}
	.h2-style{
		font-family:"Gilroy-Black";
		font-size:1.5rem;
	}
	.h1-bloc-0-style{
		font-size:1.7rem;
		font-family:"Gilroy-Black";
	}
	.label-style{
		font-size:1rem;
	}
	.h3- agility-style{
		font-size:1.3rem;
		font-family:"Gilroy-Black";
	}
	.h3- scalability--style{
		font-size:1.3rem;
		font-family:"Gilroy-Black";
	}
	.h3- cercanía-style{
		font-size:1.3rem;
		font-family:"Gilroy-Black";
	}
	.h3- resultados-style{
		font-size:1.3rem;
		font-family:"Gilroy-Black";
	}
	.p-bloc-47-style{
		width:100%;
	}
	.round-border{
		border-top-right-radius:0%;
	}
	.p-bloc-3-style{
		line-height:1rem;
		font-size:0.8rem;
	}
	.link-btn-style{
		font-family:"Gilroy-Medium";
		text-decoration:none;
	}
	.link-btn-style:hover{
		text-decoration:underline!important;
	}
	.ftr-txt{
		color:#011892!important;
		background-color:rgba(255,255,255,0.63);
	}
	.h4-style-lm{
		font-size:1.2rem;
	}
	.p-bloc-128-style{
		font-size:0.9rem;
	}
	.p-51-style{
		font-size:0.9rem;
	}
	.title-btm-space{
		margin-bottom:15%;
	}
	.audio-player{
	}
	.dwl-style{
		padding-top:3%;
		padding-bottom:3%;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
	
}

