/*-----------------------------------------------------------------------------------
	Qgroup
	About: A shiny new Blocs website.
	Author: Norman Sheeran
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-3551);
    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;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* 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:'FuturaLT';
	src: url('./fonts/FuturaLT/FuturaLT.ttf');
	src: url('./fonts/FuturaLT/FuturaLT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = 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-lg{
	padding:100px 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;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* 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-b-edge{
	background-position: bottom!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 Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* 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);
}


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* 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);
}
.navbar-toggle.menu-icon-thick-bars{
	margin-top:4px!important;
}
/* 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-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = 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-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}

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


.text-justify{
	text-align: justify;
}


.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;
}



/* 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;
}

/* Hide Object */
.object-hidden{
	display:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.hero-img{
	box-shadow:-6px -36px 32px rgba(0,0,0,0.09);
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.hero-heading{
	font-size:60px;
	font-weight:bold;
	position:relative;
	top:180px;
}
.hero-sub-heading{
	font-size:30px;
}
.navbar-brand img{
	width:300px;
	height:98px;
}
.app-offset-bottom{
	position:relative;
	bottom:-20px;
}
.custom-shadow{
	box-shadow:0px 31px 35px rgba(0,0,0,0.16),0px 0px 2px rgba(0,0,0,0.09);
}
.feature-heading{
	font-weight:bold;
}
.feature-icon{
	width:50px;
	background:linear-gradient(0deg, var(--swatch-var-7096)    0%, var(--swatch-var-4580) 100%);
	border-radius:10px 10px 10px 10px;
}
.rounded-right{
	border-color:var(--swatch-var-458)!important;
	border-style:solid;
	border-width:4px 4px 4px 4px;
}
.rounded-left{
	border-radius:20px 0px 0px 20px;
}
.feature-icon-center{
	position:absolute;
	left:0px;
	right:0px;
	top:-25px;
}
.feature-card{
	margin-bottom:80px;
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
}
.sub-heading{
	font-size:20px;
}
.feature-icon-trans{
	background-color:rgba(255,255,255,0.20);
	margin-bottom:10px;
	border-radius:10px 10px 10px 10px;
}
.primary-gradient-bg{
	background:linear-gradient(274deg, var(--swatch-var-7096) 0%, var(--swatch-var-4580)  100%);
	height:766px;
}
.cta-card{
	padding:60px 60px 0px 60px;
	border-radius:30px 30px 30px 30px;
}
.cta-card-img{
	border-bottom-right-radius:30px;
	border-top-left-radius:10px;
	border-style:_popUpItemAction:;
	position:relative;
	left:60px;
	width:100%;
}
.white-btn{
	color:var(--swatch-var-7096)!important;
}
.site-divider{
	margin-top:0px;
	margin-bottom:40px;
	height:5px;
}
.page-title{
	font-size:55px;
	font-weight:bold;
}
.pricing-info{
	min-height:65px;
	font-size:17px;
}
.price-card{
	background-color:var(--swatch-var-3202);
	text-align:left;
	padding:25px 25px 25px 25px;
	border-radius:30px 30px 30px 30px;
}
.btn{
	font-size:16px;
	font-weight:bold;
}
.price-list-icon{
	height:20px;
	width:20px;
	float:left;
	margin-right:10px;
}
.price-list-item{
	display:inline;
}
.dark-icon{
	opacity:0.8;
}
.navbar-nav li a{
	font-family:"FuturaLT";
	font-weight:700;
	color:var(--swatch-var-4279)!important;
	font-size:14px;
}
.h1-style{
	font-family:"FuturaLT";
	font-weight:700;
	line-height:50px;
	font-size:50px;
}
.menuitem-divider{
	border-color:#000000!important;
	border-width:0px 0px 0px 0px;
	border-style:dotted;
	text-decoration:none;
	color:var(--swatch-var-3330)!important;
}
.menuitem-divider:hover{
	text-decoration:underline!important;
	color:var(--swatch-var-3330)!important;
}
.h2-style{
	font-family:"FuturaLT";
	font-size:14px;
	line-height:18px;
	position:relative;
	top:13px;
	left:12px;
	color:#000000!important;
	text-decoration:none;
}
.link-servicios-style{
	width:100%;
}
.link{
	text-decoration:none;
	color:var(--swatch-var-3330)!important;
	position:relative;
	bottom:5px;
	left:8px;
}
.h3- servicios-style{
	font-family:"FuturaLT";
	font-size:30px;
	line-height:30px;
	position:relative;
	bottom:22px;
	font-weight:bold;
	height:200px;
	top:22px;
}
.capital-font{
	text-transform:uppercase;
	font-family:"FuturaLT-Bold";
}
.button{
	color:#1C1C19!important;
	background-color:var(--swatch-var-4279);
	font-family:"FuturaLT";
	font-size:18px;
}
.letter-edit{
	font-size:80px;
	color:var(--swatch-var-4279)!important;
	font-family:"FuturaLT";
	text-decoration:none;
	font-weight:normal;
}
.letter-tittle{
	font-size:44px;
	color:#FEFFFF!important;
	text-decoration:none;
	font-family:"FuturaLT";
}
.h2-que-es-qgroup--style{
	font-family:"FuturaLT";
	font-size:30px;
	line-height:30px;
}
.questiomark{
	text-decoration:none;
	font-size:44px;
}
.p-style{
	font-family:"FuturaLT";
	font-size:18px;
	line-height:22px;
	width:85.24%;
}
.bloc-divider-t-fill{
	fill:#F8FBF8;
}
.bloc-divider-b-fill{
	fill:#1C1C19;
}
.icon-padding{
	position:relative;
	bottom:100px;
}
.button:hover{
	background-color:var(--swatch-var-5150);
}
.h4-style{
	font-family:"FuturaLT";
	font-size:30px;
	line-height:32px;
	font-weight:900;
}
.capitalletter{
	text-transform:uppercase;
}
.p-feature-cards-style{
	font-family:"FuturaLT";
}
.h4-feature-cards-style{
	font-family:"FuturaLT";
	font-size:18px;
	line-height:22px;
	font-weight:bold;
}
.p-3-style{
	font-family:"FuturaLT";
}
.h4-3-style{
	font-family:"FuturaLT";
	font-size:18px;
	line-height:22px;
}
.p-4-style{
	font-family:"FuturaLT";
}
.h4-6-style{
	font-size:22px;
	line-height:22px;
	font-family:Helvetica;
}
.h2-3-style{
	font-size:30px;
	line-height:30px;
}
.textpadding{
	position:relative;
	top:100px;
	font-family:"FuturaLT";
	left:220px;
}
.background-gradient{
	background:linear-gradient(96deg, #000000 0%, #FFFFFF 100%);
}
.formtext{
	font-size:18px;
	font-family:"FuturaLT";
}
.placeholder{
	border-color:var(--swatch-var-458)!important;
	border-width:1px 1px 1px 1px;
	background-color:var(--swatch-var-4279);
}
.form-padding{
	position:relative;
	left:44px;
	top:100px;
}
.form-gradient-back{
	background:linear-gradient(286deg, var(--swatch-var-458) 0%, #FFFFFF 49%);
}
.button-text{
	color:var(--swatch-var-4186)!important;
	font-family:"FuturaLT";
	background-color:var(--swatch-var-4279);
	font-size:15px;
}
.h4-4-style{
	font-family:"FuturaLT";
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	font-weight:bold;
}
.h4-5-style{
	font-family:"FuturaLT";
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	font-weight:bold;
}
.p-footer-style{
	font-family:"FuturaLT";
	font-size:20px;
	line-height:20px;
	width:100%;
	border-color:var(--swatch-var-458)!important;
	border-width:0px 0px 0px 0px;
}
.logo-padding{
	position:relative;
	bottom:44px;
}
.gradient-back{
	background:linear-gradient(0deg, var(--swatch-var-4330) 77%, var(--swatch-var-458) 100%);
}
.h4-nosotros-style{
	font-family:"FuturaLT";
	font-size:23px;
	line-height:23px;
}
.h4-support-style{
	font-family:"FuturaLT";
}
.h4-legal-style{
	font-family:"FuturaLT";
	font-size:23px;
	line-height:23px;
}
.h4-siguenos-style{
	font-family:"FuturaLT";
	font-size:23px;
	line-height:23px;
	color:var(--swatch-var-4279)!important;
}
.column-paddingfooter{
	position:relative;
	top:200px;
	right:100px;
	height:100px;
}
.linkfooter{
	color:var(--swatch-var-458)!important;
	font-family:"FuturaLT";
	font-weight:bold;
	text-decoration:none;
}
.inicio-boldfont{
	font-family:"FuturaLT-Bold";
}
.menuitemdivider{
	border-width:0px 3px 0px 0px;
	border-color:var(--swatch-var-4279)!important;
	border-style:double;
	color:var(--swatch-var-3330)!important;
}
.followlinks-padding{
	position:relative;
	left:8px;
	bottom:200px;
}
.gradient-bck{
	background:repeating-linear-gradient(40deg, #000000 0%, #FFFFFF 100%);
}
.linktextfooter{
	color:var(--swatch-var-4279)!important;
	font-family:"FuturaLT";
}
.h3-bloc-14-style{
	font-size:14px;
	line-height:20px;
	font-family:"FuturaLT";
	color:var(--swatch-var-4279)!important;
	position:relative;
	width:100%;
}
.column-padding-footer{
	position:relative;
	top:200px;
}
.footer-paddingtext{
	position:relative;
	left:8px;
	top:264px;
}
.h3-bloc-13-style{
	font-family:"FuturaLT";
	font-size:12px;
	line-height:14px;
	position:relative;
	top:350px;
}
.lettersizefooter{
	font-family:"FuturaLT";
	text-decoration:none;
	color:#FEFFFF!important;
	font-size:40px;
}
.button-text:hover{
	background-color:var(--swatch-var-5150);
}
.logo-padding-edit{
	position:relative;
	left:14px;
	bottom:12px;
}
.h2-bloc-4-style{
	font-size:12px;
	line-height:12px;
	position:relative;
	top:35px;
}
.columnfooter-divider{
	border-width:0px 2px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-4279)!important;
}
.form-style{
	width:66.67%;
	position:relative;
	left:92px;
	top:98px;
}
.h4-bloc-5-style{
	font-family:"FuturaLT";
}
.h4-9-style{
	font-family:"FuturaLT";
}
.h3-bloc-5-style{
	font-family:"FuturaLT";
	font-size:14px;
	line-height:14px;
}
.h3-4-style{
	font-family:"FuturaLT";
	font-size:14px;
	line-height:14px;
}
.h3-5-style{
	font-family:"FuturaLT";
	font-size:14px;
	line-height:14px;
}
.h3-6-style{
	font-family:"FuturaLT";
	font-size:14px;
	line-height:14px;
}
.h3-7-style{
	font-family:"FuturaLT";
	font-size:14px;
	line-height:14px;
}
.container-div-style{
	width:100%;
}
.container-div-bloc-6-style{
	width:100%;
}
.container-div-0-style{
	width:100%;
}
.column-padingservices{
	position:relative;
	left:64px;
}
.column-padedit{
	position:relative;
	left:77px;
}
.columnpededit{
	position:relative;
	left:77px;
}
.column-paddingedit{
	position:relative;
	left:77px;
}
.columnpaddingedit1{
	position:relative;
	left:44px;
}
.followlinkssocial-padding{
	position:relative;
	top:222px;
}
.img-style{
	position:relative;
	height:50px;
	width:161px;
}
.img-bloc-4-style{
	width:223px;
	position:relative;
	bottom:100px;
}
.navbar-padding{
	position:relative;
	right:12px;
}
.socialbar-padding{
	position:relative;
	right:1px;
}
.socialbar-padding-menu{
	position:relative;
	top:22px;
}
.img-bloc-2-style{
	width:188px;
	position:relative;
	top:40px;
	height:60px;
	right:22px;
}
.logo{
	position:relative;
	top:1px;
}
.h2-quienes-somos--style{
	font-family:"FuturaLT";
	position:relative;
	right:22px;
}
.letter1{
	font-family:"Helvetica";
	color:var(--swatch-var-4279)!important;
	text-decoration:none;
	font-size:34px;
}
.img-8-style{
	width:504px;
	position:relative;
	opacity:1.0;
	left:80px;
}
.p-hero-style{
	font-family:"FuturaLT";
	font-size:18px;
	line-height:22px;
	width:100%;
}
.letter-link{
	font-size:32px;
	text-decoration:none;
	color:var(--swatch-var-4279)!important;
}
.linkword{
	font-size:18px;
	color:var(--swatch-var-4279)!important;
	text-decoration:none;
	font-family:"Helvetica";
	font-weight:700;
}
.buttontext-edit{
	background-color:var(--swatch-var-4186);
	color:var(--swatch-var-4279)!important;
}
.bloc{
	background-size:auto auto;
}
.btn-padding-top{
	padding-top:6px;
	padding-bottom:6px;
	width:35.84%;
}
.columnpadding{
	position:relative;
	right:88px;
	background-color:transparent;
	top:32px;
}
.form-hero-style{
	position:relative;
	top:2px;
	height:400px;
	width:67%;
	left:100px;
}
.columnimagebck{
	background-size:cover;
	position:relative;
	left:11px;
	background-image:url("img/fondo%2001.png");
}
.formbutton{
	color:var(--swatch-var-3330)!important;
	font-family:"FuturaLT";
	position:relative;
	right:140px;
}
.btn-style{
	width:22.25%;
}
.formbuttontext{
	font-family:"FuturaLT";
}
.label-style{
	font-family:"FuturaLT";
}
.label-email-style{
	font-family:"FuturaLT";
}
.button-form{
	position:relative;
	bottom:12px;
}
.textarea{
	height:55px;
}
.bloc-style{
	opacity:0.8;
	position:relative;
	left:88px;
	background-size:cover;
	top:8px;
	background-image:url("img/foto%20inversion%20en%20real%20estate.png");
}
.text-horizontaldivider{
	text-decoration:none;
}
.menuitemdivider:hover{
	text-decoration:underline!important;
	color:var(--swatch-var-3330)!important;
}
.text-horizontaldivider:hover{
	text-decoration:underline!important;
}
.button-hover{
	color:var(--swatch-var-3330)!important;
}
.button-hover:hover{
	color:var(--swatch-var-5150)!important;
}
.btn-enviar-padding-top{
	padding-top:0px;
	padding-bottom:0px;
}
.button-optionsselect{
	font-family:"FuturaLT";
	font-size:16px;
	color:var(--swatch-var-3330)!important;
}
.label-hero-style{
	font-family:"FuturaLT";
}
.optionselectfont{
	font-family:"FuturaLT";
}
.columnbackimg{
	background-image:url("img/02.png");
	background-size:cover;
}
.formpadding{
	position:relative;
	left:100px;
	top:36px;
}
.h2-hero-style{
	font-family:"FuturaLT";
	font-size:16px;
	line-height:16px;
	position:relative;
	top:38px;
}
.iconformpadding{
	position:relative;
	top:22px;
}
.columnbackimgedit{
	background-image:url("img/03.jpg");
	background-position:center center;
	background-size:cover;
	border-color:var(--swatch-var-1264)!important;
}
.columnbckimg{
	background-image:url("img/04.png");
	background-size:length;
	background-position:right center;
}
.columnbckeditimg{
	background-image:url("img/05.png");
	background-position:right center;
	background-size:cover;
}
.iconsocialbar{
	margin:3px 3px 3px 3px;
	position:relative;
	top:22px;
	left:8px;
}
.menuicon{
	position:relative;
	top:24px;
}
.iconfooter{
	margin:4px 4px 4px 4px;
	position:relative;
	bottom:8px;
}
.desktopsocialmenuitem{
	position:relative;
	left:2px;
}
a{
	font-family:"FuturaLT";
	font-size:12px;
}
.desktoplogopadding{
	position:relative;
}
.desktoptextpadding{
	position:relative;
	right:28px;
}
.desktop-menuitemdivider{
	border-style:double;
	border-width:0px 5px 0px 0px;
	border-color:var(--swatch-var-3330)!important;
}
.menutextlink{
	font-family:"FuturaLT";
	font-size:44px;
}
.icon{
	position:relative;
	top:26px;
}
.link-higlighted{
	color:var(--swatch-var-3330)!important;
}
.link-higlighted:hover{
	color:var(--swatch-var-3330)!important;
	text-decoration:underline!important;
}
.h3-contacto-style{
	font-family:"FuturaLT";
}
.link:hover{
	color:var(--swatch-var-3330)!important;
	text-decoration:underline!important;
}
.desktopmenutexthighlighted{
	color:var(--swatch-var-3330)!important;
}
.desktopmenutexthighlighted:hover{
	color:var(--swatch-var-3330)!important;
	text-decoration:underline!important;
}
.navtogglepaddingxs{
	position:relative;
	right:12px;
}
.menu-icon-hero-stroke{
	stroke:var(--swatch-var-3330)!important;
	fill:var(--swatch-var-3330)!important;
}
.desktopbutton{
	position:relative;
	right:26px;
}
.desktopiconpadding{
	position:relative;
	left:4px;
}
.desktoplogopaddingedit{
	position:relative;
	bottom:34px;
}
.buttontexthover{
	color:var(--swatch-var-3330)!important;
}
.buttontexthover:hover{
	color:var(--swatch-var-1264)!important;
}
.tablet-graphicsbck{
	background-size:length;
}
.iconareapadding{
	position:relative;
	left:18px;
}
.servicestextmargin{
	position:relative;
	top:22px;
}
.img-bloc-5-style{
	width:160px;
	height:160px;
}
.img-11-style{
	width:160px;
	height:160px;
}
.img-7-bloc-4-style{
	width:160px;
	height:160px;
}
.img-8-bloc-4-style{
	width:160px;
	height:160px;
}
.img-9-style{
	width:160px;
	height:160px;
}
.img-27689-style{
	width:168px;
}
.lettercapital{
	font-weight:bold;
	color:var(--swatch-var-4186)!important;
	font-size:28px;
	text-decoration:none;
}
.columnpaddingarea1{
	position:relative;
	top:140px;
	right:34px;
}
.bloc-hero-style{
	opacity:0.8;
}
.tittle-bold{
	color:var(--swatch-var-4279)!important;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	font-family:"FuturaLT";
}
.column-padding-area{
	position:relative;
	right:44px;
	top:64px;
}
.columnpaddingareaedit{
	position:relative;
	top:88px;
	right:32px;
}
.paddingparagraph{
	position:relative;
	right:15px;
}
.xsicon1{
	position:relative;
	top:24px;
}
.lgiconpadding{
	position:relative;
	top:20px;
}
.lgformpadding{
	position:relative;
	top:22px;
	left:100px;
}
.lgiconpaddingedit{
	position:relative;
	top:24px;
}
.lgsocialicon{
	position:relative;
	left:0px;
}
.lgsocialiconedit{
	position:relative;
	top:24px;
	left:1px;
}
.lgbuttonpadding{
	position:relative;
	right:148px;
	bottom:8px;
}
.lgtittlepadding{
	position:relative;
	right:110px;
}
.lgsocialiconedit1{
	position:relative;
	left:0px;
}
.lgsocialcionedit3{
	position:relative;
	left:8px;
}
.lgsocial{
	position:relative;
	top:22px;
}
.lgicons{
	position:relative;
	left:2px;
}
.h3-hero-style{
	font-family:"FuturaLT";
	font-size:24px;
}
.lgtxtsizemain{
	font-size:64px;
}
.iconsocialhoover-color{
	color:var(--swatch-var-4279)!important;
}
.iconsocialhoover-color:hover{
	color:var(--swatch-var-5150)!important;
}
.lgtittlemainmargin{
	position:relative;
	right:32px;
}
.lglogomain-padding{
	position:relative;
	right:44px;
}
.lglinkmenu-margin{
	position:relative;
	bottom:8px;
}
.lg-menulink-alignment{
	position:relative;
	bottom:16px;
	left:60px;
}
.lglinkmenu-padding{
	position:relative;
	left:24px;
	top:4px;
}
.linkmemnu-home{
	position:relative;
	top:4px;
}
.lg-menulink-padding{
	position:relative;
	top:5px;
}
.lg-facebookicon{
	position:relative;
	top:12px;
}
.lgicon-linkedin-padding{
	position:relative;
	top:12px;
}
.lg-logo-about-padding{
	position:relative;
	bottom:44px;
}
.lg-menulinkitem{
	position:relative;
	top:0px;
	left:0px;
}
.lg-menulink-padding-01{
	position:relative;
	top:8px;
}
.lg-menulinkitem-padding{
	position:relative;
	top:0px;
}
.lglinkpadding{
	position:relative;
	bottom:8px;
	left:32px;
}
.blocmain-padding{
	position:relative;
	left:44px;
}
.blocmain-txtpadding{
	position:relative;
	left:32px;
}
.blocmain-padding-edit01{
	position:relative;
	right:44px;
}
.blocmaintxt-padding{
	position:relative;
	right:48px;
}
.img-iconmain-padding01{
	position:relative;
	left:54px;
}
.imgiconmainpadding-02{
	position:relative;
	right:44px;
}
.maintxt-padding-icon01{
	position:relative;
	left:100px;
}
.maintxt-padding-services02{
	position:relative;
	right:58px;
}
.pagebloclg-padding-vidbackground{
	background-image:url("img/building-133146.mp4");
}
.lgtxtpad{
	position:relative;
	left:42px;
}
.lgtxtedit2{
	position:relative;
	right:52px;
}
.bloc-divider-t-style{
	width:50%;
}
.lg-txt-bckblack{
	background-color:var(--swatch-var-3551);
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-4279:rgba(255,255,255,1.00);
	
	--swatch-var-426:rgba(255,255,255,0.60);
	
	--swatch-var-458:rgba(28,28,25,1.00);
	
	--swatch-var-7096:rgba(74,74,73,1.00);
	
	--swatch-var-3202:rgba(0,0,0,0.04);
	
	--swatch-var-502:rgba(0,0,0,0.50);
	
	--swatch-var-4580:rgba(28,28,25,1.00);
	
	--swatch-var-4912:rgba(182,172,230,1.00);
	
	--swatch-var-4330:rgba(115,153,194,0.50);
	
	--swatch-var-5150:rgba(109,109,109,1.00);
	
	--swatch-var-4186:rgba(255,255,255,1.00);
	
	--swatch-var-3551:rgba(0,0,0,1.00);
	
	--swatch-var-7118:#FFFFFF;
	
	--swatch-var-1264:rgba(28,28,25,1.00);
	
	--swatch-var-2603:rgba(109,109,109,0.57);
	
	--swatch-var-3330:rgba(255,255,255,1.00);
	
}


/* Background colour styles */

.bgc-458{
	background-color:var(--swatch-var-458);
}
.bgc-3551{
	background-color:var(--swatch-var-3551);
}
.bgc-3330{
	background-color:var(--swatch-var-3330);
}
.bgc-5150{
	background-color:var(--swatch-var-5150);
}
.bgc-2603{
	background-color:var(--swatch-var-2603);
}

/* Text colour styles */

.tc-4279{
	color:var(--swatch-var-4279)!important;
}
.tc-458{
	color:var(--swatch-var-458)!important;
}
.tc-3330{
	color:var(--swatch-var-3330)!important;
}

/* Button colour styles */

.wire-btn-c-7118{
	color:var(--swatch-var-7118)!important;
	border-color:var(--swatch-var-7118)!important;
}
.wire-btn-c-4279{
	color:var(--swatch-var-4279)!important;
	border-color:var(--swatch-var-4279)!important;
}

/* Link colour styles */

.ltc-4279{
	color:var(--swatch-var-4279)!important;
}
.ltc-4279:hover{
	color:#CCCCCC!important;
}

/* Icon colour styles */

.icon-4279{
	color:var(--swatch-var-4279)!important;
	border-color:var(--swatch-var-4279)!important;
}
.icon-7118{
	color:var(--swatch-var-7118)!important;
	border-color:var(--swatch-var-7118)!important;
}
.icon-3330{
	color:var(--swatch-var-3330)!important;
	border-color:var(--swatch-var-3330)!important;
}

/* Bloc image backgrounds */

.bg-18-1sas12das{
	background-image:url("img/18_1sas12das.png");
}
.bg-FONDO-20Q-01{
	background-image:url("img/FONDO%20Q-01.png");
}
.bg-wwwww{
	background-image:url("img/wwwww.png");
}
.bg-xs-20vid-20qgroup{
	background-image:url("img/xs%20vid%20qgroup.gif");
}
.bg-6674915-3405714{
	background-image:url("img/6674915_3405714.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){
	.hero-heading{
		font-size:50px;
	}
	.hero-sub-heading{
		font-size:25px;
	}
	.custom-shadow{
	}
	.rounded-right{
		border-bottom-left-radius:0px;
		border-top-left-radius:0px;
	}
	.feature-col{
		margin-bottom:40px;
	}
	.cta-card{
	}
	.cta-card-img{
		border-top-left-radius:10px;
	}
	.page-title{
		font-size:50px;
	}
	.feature-icon-trans:hover{
	}
	.sub-heading{
		font-size:20px;
		margin-bottom:30px;
	}
	.price-card{
		margin-bottom:20px;
	}
	.tablet-socialicons{
		position:relative;
		top:15px;
		left:560px;
	}
	.tabletsocial{
		position:relative;
		left:648px;
		top:7px;
	}
	.tablet-graphicsbck{
		background-size:contain;
		background-position:right center;
	}
	.btn-style{
		width:46.43%;
		padding-top:2px;
		padding-bottom:2px;
	}
	.tablettextpadding{
		position:relative;
		left:2px;
	}
	.btn-padding-top{
		width:20.2%;
	}
	.tablettextmargin{
		width:222px;
	}
	.tabletbuttonmargin{
		margin-bottom:22px;
		position:relative;
		right:28px;
	}
	.tablettextpadding-edit{
		position:relative;
		right:28px;
	}
	.tablet-logoopadingarea{
		position:relative;
		right:30px;
	}
	.primary-gradient-bg{
	}
	.md-iconpadding{
		position:relative;
		top:4px;
	}
	.mdiconpadding{
		position:relative;
		top:2px;
	}
	.iconsocialbar{
	}
	.mdiconedit{
		position:relative;
		top:10px;
		left:600px;
	}
	.mdtext{
		position:relative;
		bottom:2px;
	}
	.mdiconsocial{
		position:relative;
		left:680px;
	}
	.mdtextpadding{
		position:relative;
		left:34px;
	}
	.mdiconsocialedit1{
		position:relative;
		left:680px;
		top:2px;
	}
	.mdiconsocialedit2{
		position:relative;
		left:600px;
		top:9px;
	}
	.columnimagebck{
		background-image:url("img/ddddddd.png");
	}
	.mdformmargin{
	}
	.mdformpadding{
		position:relative;
		left:38px;
	}
	.form-hero-style{
	}
	.mdbuttonpadding{
		position:relative;
		right:70px;
	}
	.mdbuttonpaddingedit1{
		position:relative;
		bottom:22px;
	}
	.mdbuttonmargin{
		position:relative;
		left:2px;
	}
	.mdcolumnimgback{
		background-image:url("img/image%20%281%29.png");
		background-size:cover;
	}
	.h3-15-style{
		width:64.7%;
		font-family:"FuturaLT";
		font-size:30px;
	}
	.p-7-style{
		width:71.81%;
	}
	.mdp-padding{
		position:relative;
		left:100px;
	}
	.mdformpaddingedit{
		position:relative;
		left:122px;
		top:44px;
	}
	.mdiconsocialedit4{
		position:relative;
		left:694px;
	}
	.mdiconsocialedit5{
		position:relative;
		left:620px;
		top:30px;
	}
	.mdcolumnpadding{
		position:relative;
		left:32px;
		top:32px;
	}
	.h4-style{
		line-height:30px;
		font-size:32px;
	}
	.mdformpaddingmargin{
		position:relative;
		left:25px;
	}
	.mdbuttonmargin1{
		position:relative;
		right:70px;
	}
	.mdtextmargin{
		width:222px;
		position:relative;
		right:32px;
	}
	.iconformpadding{
		right:32px;
	}
	.mdicsoc{
		position:relative;
		left:694px;
	}
	.mdiconsocialedit6{
		position:relative;
		left:750px;
		top:30px;
	}
	.mdformpaddingedit12{
		position:relative;
		left:122px;
		top:37px;
	}
	.mdbuttonmrg{
		position:relative;
		left:2px;
	}
	.mdcolumnimgbck{
		background-image:url("img/beautiful-nature-3833039_1920.jpg");
		background-size:length;
	}
	.mdtittlepadding{
		position:relative;
		top:280px;
	}
	.mdtextmarginedit1{
		position:relative;
		top:292px;
		width:622px;
		left:62px;
	}
	.h3-18-hero-style{
		font-size:32px;
	}
	.mdiconsocial1{
		position:relative;
		left:690px;
	}
	.mdiconsocialpadding{
		position:relative;
		left:610px;
		top:30px;
	}
	.mdformpaddingedit13{
		position:relative;
		left:26px;
		top:44px;
	}
	.mdcolumnedit1{
		position:relative;
		left:32px;
	}
	.mdbutt{
		position:relative;
		right:69px;
		bottom:64px;
	}
	.h2-14-style{
		font-family:"FuturaLT";
		font-size:44px;
	}
	.mdtittleedit22{
		position:relative;
		top:322px;
	}
	.p-hero-style{
		font-size:22px;
		width:100%;
		line-height:38px;
	}
	.mdtextsize{
		font-size:30px;
	}
	.columnmdareabckimg{
		background-image:url("img/image%20%282%29.png");
		background-size:cover;
	}
	.rowimgbckmd{
		background-image:url("img/image%20%282%29.png");
		background-size:cover;
	}
	.mdformpad{
		position:relative;
		left:80px;
		top:0px;
	}
	.mdbtt{
		position:relative;
		left:2px;
		top:12px;
	}
	.h2formtittle{
		position:relative;
		top:2px;
	}
	.mdtittlepaddingedit{
		position:relative;
		top:188px;
	}
	.h2-hero-style{
		width:74.59%;
	}
	.h2formtitteledit{
		position:relative;
		left:1px;
		top:2px;
	}
	.h2formtxt{
		position:relative;
		top:2px;
	}
	.mdtextpaddingedit1{
		position:relative;
		top:222px;
	}
	.mdtextsizeedit{
		font-size:44px;
		position:relative;
		top:64px;
	}
	.p-6-style{
		font-family:"FuturaLT";
		font-size:28px;
	}
	.mdformposition{
		position:relative;
		left:74px;
	}
	.mdbttpad{
		position:relative;
		left:2px;
		bottom:72px;
	}
	.row-bckimg{
		background-image:url("img/ddddddd.png");
		background-size:cover;
	}
	.mdicnscl{
		position:relative;
		top:2px;
		left:690px;
	}
	.md-icnsocial{
		position:relative;
		left:610px;
		top:10px;
	}
	.mdarea-tittleepadding{
		position:relative;
		top:300px;
	}
	.h3-26-style{
		font-family:"FuturaLT";
		width:100%;
		font-size:25px;
		line-height:27px;
	}
	.mdbttpadedit01{
		position:relative;
		left:2px;
	}
	.rowmdbckimg{
		background-image:url("img/image%20%283%29.png");
	}
	.h2mdpadding{
		position:relative;
		top:1px;
	}
	.columnmdpadding{
		position:relative;
		bottom:22px;
	}
	.h3-style{
		font-family:"FuturaLT";
		font-size:28px;
	}
	.mdp-imgbck{
		background-size:cover;
		background-image:url("img/image%202.png");
	}
	.mdnavbarpadding{
		position:relative;
		bottom:26px;
		left:18px;
	}
	.mdiconmain{
		position:relative;
		top:0px;
		left:644px;
	}
	.mdiconpaddingmain{
		position:relative;
		left:355px;
		top:37px;
	}
	.mdiconpaddinarrow{
		position:relative;
	}
	.mdiconpaddingmainedit{
		position:relative;
		top:388px;
	}
	.mdsizebloc{
		height:430px;
	}
	.mdtextpaddingedit04{
		position:relative;
		right:70px;
		width:400px;
		bottom:40px;
	}
	.mdbuttonedi01{
		position:relative;
		right:62px;
		bottom:52px;
	}
	.mdtextmargin06{
		position:relative;
		font-size:26px;
		right:262px;
	}
	.mdlogopadding09{
		position:relative;
		top:22px;
		right:288px;
	}
	.mdbutton{
		position:relative;
		right:310px;
	}
	.mdiconmain01{
		position:relative;
		left:280px;
	}
	.mdiconmain02{
		position:relative;
		left:170px;
	}
	.mdicnfacebook{
		position:relative;
		left:288px;
	}
	.mdicnlinkedin{
		position:relative;
		left:177px;
	}
	.icon-style{
		opacity:1.0;
	}
	.mdmaintittlepaddingedit{
		position:relative;
		right:92px;
	}
	.mdaboutus-imgbck{
		background-image:url("img/FONDO%20Q-01.png");
		background-size:length;
		background-position:right top;
	}
	.md-socialicon-margin{
		position:relative;
		left:686px;
	}
	.linkmd-menuitem{
		position:relative;
		bottom:128px;
		left:360px;
	}
	.menulinkedit{
		position:relative;
		left:1px;
	}
	.mdlinkmenu-item{
		position:relative;
		left:340px;
	}
	.mdnavbar-padding{
	}
	.navbar-padding{
		top:32px;
	}
	.link-style{
	}
	.xs-menulink-textcolorsize{
	}
	.menuitem-divider{
	}
	.md-menulink-divider{
		border-width:0px 5px 0px 0px;
		border-style:double;
		border-color:var(--swatch-var-4279)!important;
	}
	.md-menulink-position01{
		position:relative;
		top:44px;
	}
	.md-containermargin{
		position:relative;
		top:4px;
		left:22px;
	}
	.p-style{
	}
	.h2-quienes-somos--style{
	}
	.xscolumnpadding{
	}
	.md-txth3{
		position:relative;
		top:194px;
	}
	.md-linkedin-icon{
		position:relative;
		left:750px;
	}
	.md-imgbck{
		background-image:url("img/building01.png");
		background-size:cover;
	}
	.md-build-iconlinkedin{
		position:relative;
		left:750px;
	}
	
}

@media (max-width: 767px){
	.hero-heading{
		font-size:40px;
	}
	.hero-sub-heading{
		font-size:20px;
	}
	.custom-shadow{
	}
	.rounded-right{
		border-top-right-radius:15px;
		border-bottom-right-radius:15px;
	}
	.feature-col{
	}
	.rounded-left{
		border-top-left-radius:15px;
		border-bottom-left-radius:15px;
	}
	.feature-card{
		margin-bottom:60px;
	}
	.cta-card{
		padding:30px 30px 0px 30px;
	}
	.cta-card-img{
		left:30px;
	}
	.page-title{
		font-size:40px;
	}
	.sub-heading{
		margin-bottom:30px;
		font-size:18px;
	}
	.form-btn{
		width:100%;
	}
	.price-list-item{
	}
	.price-card{
	}
	.mobile-paddingform{
		position:relative;
		top:2px;
		left:50px;
	}
	.mobile-textpadding{
		position:relative;
		left:160px;
	}
	.btn-padding-top{
		padding-top:2px;
		padding-bottom:2px;
		width:27.03%;
	}
	.mobile-socialbar{
		position:relative;
		left:400px;
	}
	.mobilesocialpadding{
		position:relative;
		left:482px;
	}
	.mobilemenuitemspadding{
		position:relative;
		right:122px;
		top:40px;
	}
	.mobile-menuitemspadding{
		position:absolute;
		top:40px;
		right:192px;
	}
	.mobilelogopadding{
		position:relative;
		bottom:55px;
		left:8px;
	}
	.mobilepaddingitems{
		position:relative;
		top:40px;
		right:22px;
	}
	.mobileitempadding{
		position:relative;
		bottom:1px;
		left:140px;
	}
	.mobiletext{
		position:relative;
		top:36px;
		right:32px;
	}
	.h2-style{
		width:8.54%;
	}
	.smtext{
		position:relative;
	}
	.smalltabletmenupadding{
		position:relative;
		top:33px;
		right:122px;
	}
	.link-contacto-style{
		width:100%;
	}
	.smalltabletmenuitems{
	}
	.link-inicio-style{
		width:100%;
	}
	.smfontsize{
		font-family:"FuturaLT";
	}
	.menusmpadding{
		position:relative;
		left:77px;
		bottom:44px;
	}
	.navbar-brand img{
		width:200px;
		height:66px;
	}
	.smimg-padding{
		position:relative;
		top:120px;
	}
	.smiconpaddingmenusocial{
		position:relative;
		left:0px;
	}
	.smiconedit{
		position:relative;
		left:80px;
	}
	.smlogo{
		position:relative;
		top:22px;
	}
	.p-paddingsm{
		position:relative;
		top:22px;
	}
	.img-18-hero-style{
		width:322px;
	}
	.smbuttonpadding{
		position:relative;
		right:32px;
	}
	.formbutton{
	}
	.smbuttonpadding1{
		position:relative;
		bottom:22px;
	}
	.smsocialiconpadding{
		position:relative;
		left:400px;
	}
	.iconsocialsm{
		position:relative;
		left:490px;
	}
	.smmenulistpadding{
		position:relative;
		left:30px;
	}
	.textpaddingsm{
		position:relative;
		left:0px;
	}
	.columnimgback{
		background-image:url("img/ddddddd.png");
		background-size:cover;
	}
	.smformpadding{
		position:relative;
		left:50px;
	}
	.columnimgxs{
		background-image:url("img/image%20%281%29.png");
		background-size:cover;
	}
	.smbutton{
		position:relative;
		right:11px;
	}
	.smmenubarpadding{
		position:relative;
		left:44px;
	}
	.smtextpadding{
		position:relative;
		left:0px;
	}
	.smiconsocialpadding{
		position:relative;
		left:500px;
		top:2px;
	}
	.smiconsocialedit{
		position:relative;
		left:420px;
		top:10px;
	}
	.h3-15-style{
		width:77.03%;
	}
	.p-7-style{
		width:86.8%;
	}
	.p-smpadding{
		position:relative;
		left:34px;
	}
	.smmenupadding{
		position:relative;
		left:44px;
	}
	.textsm{
		position:relative;
		left:0px;
	}
	.smiconpaddingmenu{
		position:relative;
		left:430px;
		top:9px;
	}
	.smiconsocialmenu{
		position:relative;
		left:505px;
		top:0px;
	}
	.h3-18-style{
		font-family:"FuturaLT";
	}
	.p-9-style{
		font-family:"FuturaLT";
	}
	.smcolumnimgback{
		background-image:url("img/beautiful-nature-3833039_1920.jpg");
		background-size:length;
	}
	.smformpaddingedit7{
		position:relative;
		left:90px;
	}
	.smbuttonpaddingedit8{
		position:relative;
		left:2px;
	}
	.smpaddingtittle{
		position:relative;
		right:44px;
		bottom:28px;
	}
	.h3-18-hero-style{
		font-size:32px;
		font-family:"FuturaLT";
	}
	.h4-style{
		width:69.62%;
	}
	.smtextmargin{
		width:388px;
	}
	.smtittlepadding{
		position:relative;
		top:200px;
		left:120px;
	}
	.smtextsize{
		font-size:22px;
	}
	.smmenupaddingedit1{
		position:relative;
		left:44px;
	}
	.textpadsm{
		position:relative;
		left:0px;
	}
	.smiconmenu{
		position:relative;
		left:425px;
		top:8px;
	}
	.smiconmenupadding{
		position:relative;
		left:500px;
		top:0px;
	}
	.smtittlemargin23{
		position:relative;
		left:22px;
	}
	.h2-hero-style{
		width:92.57%;
	}
	.smformmargin{
		position:relative;
		top:2px;
		left:90px;
	}
	.h2formtxt{
		top:12px;
	}
	.smbuttedit{
		position:relative;
		top:2px;
	}
	.smbttdown{
		position:relative;
		top:2px;
	}
	.menu-padding-items{
		position:relative;
		left:40px;
	}
	.txt-itempadding{
		position:relative;
		left:1px;
	}
	.smformpaddingedit22{
		position:relative;
		left:66px;
	}
	.h6-style{
		font-family:"FuturaLT";
	}
	.h6marginsm{
		margin:22px 22px 22px 22px;
	}
	.h3-style{
		font-family:"FuturaLT";
		font-size:28px;
	}
	.smnavbarpadding{
		position:relative;
		top:22px;
		left:44px;
	}
	.smsocialiconpaddingedit01{
		position:relative;
		left:450px;
	}
	.smsocialmain{
		position:relative;
		left:250px;
	}
	.p-style{
		width:64.41%;
	}
	.h2-quienes-somos--style{
		width:55.41%;
	}
	.smtextsizemain{
		font-size:22px;
		position:relative;
		bottom:22px;
		right:55px;
	}
	.smlogopadding{
		position:relative;
		right:178px;
	}
	.smbuttonmargin{
		position:relative;
		right:212px;
	}
	.smlogosize{
		width:509px;
		height:156px;
	}
	.smlogopad{
		position:relative;
	}
	.smtextalignment{
		position:relative;
		right:50px;
	}
	.smmainicon01{
		position:relative;
		left:188px;
	}
	.smiconmain02{
		position:relative;
		left:122px;
	}
	.img-hero-style{
		width:517px;
	}
	.smlogomainpadding{
		position:relative;
		right:18px;
		top:18px;
	}
	.smsocialicon-linkedin{
		position:relative;
		top:52px;
	}
	.smmaintittlepadding{
		position:relative;
		right:50px;
	}
	.smmenulink-padding{
		position:relative;
		top:50px;
		right:94px;
	}
	.sm-menunavbar-margin{
		position:relative;
		left:140px;
	}
	.sm-imgbck{
		background-image:url("img/image%202.png");
		background-size:cover;
	}
	.smmenulink1{
		position:relative;
		top:30px;
		right:130px;
	}
	.link-style{
	}
	.smmenulink2{
		position:relative;
		top:26px;
		right:150px;
	}
	.smmenulink3{
		position:absolute;
		top:4px;
	}
	.sm-social-padding1{
		position:relative;
		left:500px;
		top:55px;
	}
	.smiconsocialpadding2{
		position:relative;
	}
	.smiconsocial-padding3{
		position:relative;
		left:422px;
		top:55px;
	}
	.smlogo-padding01{
		position:absolute;
		top:0px;
	}
	.sm-tittlepadding01{
		position:relative;
		top:100px;
	}
	.sm-tittlemenu-padding{
		position:relative;
		top:30px;
	}
	.sm-linkmenu-padding{
		position:absolute;
		top:30px;
		left:98px;
	}
	.sm-menulink-padding{
		position:absolute;
		left:158px;
	}
	.smnavbar-padding{
		position:relative;
		top:120px;
		right:170px;
	}
	.navbar-padding{
	}
	.lglinkmenu-padding{
		left:98px;
	}
	.sm-linkmargin{
		position:absolute;
		left:198px;
	}
	
}

@media (max-width: 575px){
	.hero-heading{
		font-size:20px;
	}
	.custom-shadow{
	}
	.rounded-right{
		border-bottom-right-radius:10px;
		border-top-right-radius:10px;
	}
	.rounded-left{
		border-bottom-left-radius:10px;
		border-top-left-radius:10px;
	}
	.cta-card{
		padding:20px 20px 0px 20px;
	}
	.cta-card-img{
		left:20px;
	}
	.page-title{
		font-size:30px;
	}
	.xslogosize{
		position:relative;
		bottom:100px;
	}
	.navtogglepaddingxs{
		position:relative;
		right:22px;
		bottom:88px;
	}
	.xstextpadding{
		position:relative;
		top:44px;
	}
	.xsiconpadding{
		position:relative;
		bottom:230px;
	}
	.menu-icon-stroke{
		stroke:#1C1C19!important;
		fill:#1C1C19!important;
	}
	.menu-icon-hero-stroke{
		stroke:var(--swatch-var-4279)!important;
		fill:var(--swatch-var-4279)!important;
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-3551);
		font-family:"FuturaLT";
		color:var(--swatch-var-4279)!important;
		letter-spacing:20px;
		font-size:14px;
		height:340px;
	}
	.btn-padding-top{
		width:52.17%;
	}
	.xs-graphpadding{
		background-image:url("img/FONDO%20Q-01.png");
		background-position:left bottom;
	}
	.xstextmargin{
		height:400px;
	}
	.xstextalignment{
		position:relative;
		left:38px;
	}
	.xsformpadding{
		position:relative;
		left:6px;
	}
	.btn-style{
		padding-top:0px;
		padding-bottom:0px;
		width:56.59%;
	}
	.xssociaiconpadding{
		position:relative;
		margin:4px 4px 4px 4px;
		top:16px;
		left:150px;
	}
	.xsmenuitem{
		position:relative;
	}
	.mobilesocialpadding{
		top:9px;
		left:228px;
	}
	a{
		font-family:"FuturaLT";
		font-size:14px;
	}
	.close-special-menu .close-icon{
		width:44px;
	}
	.img-hero-style{
		width:165px;
	}
	.mobile-paddinglogo{
		position:relative;
		bottom:44px;
		right:12px;
	}
	.navtoggle-xs{
		position:relative;
		bottom:90px;
	}
	.xstextsize{
		font-size:44px;
	}
	.text-paddignmarginxs{
		height:44px;
	}
	.h3-4-style{
	}
	.textpaddingxs{
		height:74px;
	}
	.h3-6-style{
	}
	.xscolumnpadding{
		position:relative;
		left:32px;
		top:84px;
	}
	.xsicon1{
		position:relative;
		top:0px;
	}
	.iconsocialbar{
	}
	.xsicon-edit{
		position:relative;
		top:8px;
	}
	.togglexspadding{
		position:relative;
		bottom:66px;
		left:12px;
	}
	.menu-icon-0-stroke{
		stroke:var(--swatch-var-4279)!important;
		fill:var(--swatch-var-4279)!important;
	}
	.navbar-brand img{
		width:200px;
		height:68px;
	}
	.xslogopadding{
		position:relative;
		left:40px;
	}
	.h2-3-style{
		font-size:16px;
		line-height:20px;
		font-family:"FuturaLT";
	}
	.h2xspadding{
		position:relative;
		top:22px;
	}
	.letter1{
	}
	.menu-icon-0-hero-stroke{
		stroke:var(--swatch-var-4279)!important;
		fill:var(--swatch-var-4279)!important;
	}
	.togglexspaddingedit{
		position:relative;
		bottom:62px;
	}
	.xssocialiconedit{
		position:relative;
		left:0px;
		top:2px;
	}
	.xssocialiconedit2{
		position:relative;
		top:10px;
	}
	.xsiconsocialedit3{
		position:relative;
		top:2px;
		left:80px;
	}
	.xslogopaddingedit1{
		position:relative;
		top:18px;
		left:30px;
	}
	.h3-hero-style{
		font-family:"FuturaLT";
		font-size:26px;
	}
	.p-6-style{
		font-family:"FuturaLT";
		font-size:16px;
	}
	.xstittlepadding{
		position:relative;
		top:160px;
		left:2px;
	}
	.columnxspadding{
		position:relative;
		top:22px;
	}
	.xsbuttonpadding{
		position:relative;
		bottom:11px;
	}
	.form-hero-style{
		width:83.27%;
	}
	.columnimgback{
		background-image:url("img/ddddddd.png");
		background-size:cover;
	}
	.xsformbuttonpadding{
	}
	.button-hover{
	}
	.xsbuttonpaddingedit{
		position:relative;
		right:2px;
	}
	.xssocialiconpadding{
		position:relative;
		top:32px;
	}
	.xssocialiconpaddingedit1{
		position:relative;
		left:205px;
	}
	.lgsocialicon{
		left:120px;
	}
	.lgsocialiconedit{
		left:195px;
		top:8px;
	}
	.smformpadding{
		left:2px;
	}
	.menu-icon-2720-stroke{
		stroke:var(--swatch-var-4279)!important;
		fill:var(--swatch-var-4279)!important;
	}
	.xsiconsocialpadding{
		position:absolute;
		top:2px;
		left:48px;
	}
	.xssocial{
		position:relative;
		top:2px;
		left:72px;
	}
	.logo-padding-edit{
	}
	.h3-15-style{
		font-family:"FuturaLT";
		font-size:24px;
		line-height:24px;
		width:83.88%;
	}
	.p-8-style{
		font-family:"FuturaLT";
	}
	.xscolumnpaddingeditarea{
		position:relative;
		top:34px;
	}
	.p-7-style{
		font-family:"FuturaLT";
	}
	.xsformpaddingedit1{
		position:relative;
		left:28px;
	}
	.columnimagebck{
		background-size:cover;
		background-position:center center;
	}
	.columnimgxs{
		background-image:url("img/estructuracion@2x.png");
		background-size:cover;
		background-position:center center;
	}
	.xsbuttonmarginpadding{
		position:relative;
		right:2px;
		top:12px;
	}
	.xsppadding{
		position:relative;
		left:22px;
	}
	.menu-icon-48129-stroke{
		stroke:var(--swatch-var-4279)!important;
		fill:var(--swatch-var-4279)!important;
	}
	.xstogglepadding{
		position:relative;
		bottom:65px;
	}
	.xsiconpaddingedit10{
		position:absolute;
		left:34px;
		top:2px;
	}
	.xsiconpadding-edit{
		position:relative;
		left:45px;
		top:2px;
	}
	.blocpaddingxs{
		position:relative;
		bottom:450px;
	}
	.h3-bloc-18-style{
		font-family:"FuturaLT";
		font-size:16px;
	}
	.bloc-padding-edit{
		position:relative;
	}
	.h3-18-hero-style{
		font-family:"FuturaLT";
		font-size:22px;
		width:79.49%;
	}
	.h4-bloc-17-style{
		font-family:"FuturaLT";
		font-size:16px;
	}
	.xsformareapadding{
		position:relative;
		left:28px;
		top:8px;
	}
	.blocpaddingxsarea{
		position:relative;
	}
	.h3paddingtextxs{
		position:relative;
		top:122px;
	}
	.h3xstextpadding{
		position:relative;
		top:122px;
	}
	.h4-12-style{
		font-family:"FuturaLT";
		font-size:16px;
	}
	.xslogopaddingedit12{
		position:relative;
		top:22px;
	}
	.xstextpaddingmargin{
		width:290px;
		position:relative;
	}
	.xstittlemargin{
		position:relative;
		top:0px;
	}
	.h4-hero-style{
		font-family:"FuturaLT";
		font-size:24px;
	}
	.h4xstextpadding{
		position:relative;
		top:140px;
	}
	.menu-icon-13715-stroke{
		stroke:var(--swatch-var-4279)!important;
		fill:var(--swatch-var-4279)!important;
	}
	.xstittlemarginedit14{
		position:relative;
		top:100px;
		left:2px;
	}
	.xstextsizearea{
		font-size:22px;
	}
	.xsformpad{
		position:relative;
		left:30px;
	}
	.xsuppadding{
		position:fixed;
		top:322px;
		left:44px;
	}
	.xs-text-size{
	}
	.xs-text-size-edit{
		font-size:18px;
	}
	.xsabouticonpadding{
		position:relative;
		left:74px;
	}
	.menu-icon-33069-stroke{
		stroke:var(--swatch-var-4279)!important;
		fill:var(--swatch-var-4279)!important;
	}
	.xsfacebookiconpadding{
		position:absolute;
		left:35px;
		top:2px;
	}
	.xs-iconsocialpadding{
		position:relative;
		top:2px;
		left:44px;
	}
	.xslogo-padding{
		position:relative;
		top:12px;
		left:22px;
	}
	.xspaddingedittxt{
		position:relative;
		top:48px;
	}
	.h3-26-style{
		font-size:22px;
	}
	.xsformpadding-edit01{
		position:relative;
		left:24px;
	}
	.xsarrowiconedit01main{
		position:relative;
		left:0px;
	}
	.xsarrowiconmain{
		position:relative;
		top:88px;
	}
	.formxsmainpadding{
		margin:8px 8px 8px 8px;
		position:relative;
	}
	.togglexs{
		position:relative;
		bottom:30px;
	}
	.xsfacebookiconpaddingedit{
		position:relative;
		left:58px;
	}
	.h6-bloc-8-style{
		font-family:"FuturaLT";
	}
	.h3-style{
		font-family:"FuturaLT";
		font-size:28px;
	}
	.xstextmarginedit{
		position:relative;
		top:160px;
	}
	.questiomark{
		font-family:"Lato";
		font-weight:700;
		font-size:28px;
		color:var(--swatch-var-4279)!important;
	}
	.xsmainlogopadding{
		position:relative;
		bottom:48px;
	}
	.xsmainiconmargin{
		position:relative;
		left:115px;
		top:34px;
	}
	.xsmainicon{
		position:relative;
		left:150px;
		top:8px;
	}
	.xsmainiconpadding1{
		position:relative;
		top:47px;
		left:88px;
	}
	.xsmainsocialicon{
		position:relative;
		left:12px;
	}
	.xsmainiconsocial{
		position:relative;
		left:0px;
		top:2px;
	}
	.xsmaintoggle{
		position:relative;
		bottom:62px;
		right:32px;
	}
	.img-2-style{
	}
	.xsmainicon01{
		position:absolute;
		top:2px;
		left:160px;
	}
	.xslogopaddingmain1{
		position:relative;
		top:2px;
	}
	.menu-icon-12190-stroke{
		stroke:var(--swatch-var-4279)!important;
		fill:var(--swatch-var-4279)!important;
	}
	.xsnavtogglemain-padding{
		position:relative;
		bottom:39px;
		left:16px;
	}
	.p-style{
		width:100%;
		opacity:0.8;
		font-size:16px;
	}
	.h2-quienes-somos--style{
		width:100%;
	}
	.xsbuttonmain{
		position:relative;
		right:34px;
		bottom:140px;
	}
	.xstextfontsize{
		font-size:15px;
		position:relative;
		right:30px;
		top:16px;
	}
	.button-text{
	}
	.xstittlemainpadding{
		position:relative;
		right:32px;
		font-size:16px;
		top:16px;
	}
	.navtooglexstextsize{
		font-family:"FuturaLT";
	}
	.navbar-nav li a{
		font-family:"FuturaLT";
		font-size:14px;
	}
	.navtogglexstexthoover{
	}
	.navtogglexstexthoover:hover{
		text-decoration:underline!important;
	}
	.menu-icon-250-stroke{
		stroke:var(--swatch-var-4279)!important;
		fill:var(--swatch-var-4279)!important;
	}
	.togglexsmainpadding{
		position:relative;
		bottom:39px;
		left:32px;
	}
	.xsmaintogglelink1{
	}
	.xsmaintogglelink1:hover{
		text-decoration:underline!important;
	}
	.bloc-2-bckimg-xsmain{
		background-image:url("img/FONDO%20Q-01.png");
		background-position:center bottom;
	}
	.xsp-bckimg-main{
		background-color:var(--swatch-var-458);
	}
	.xsmain-bckimg{
		background-color:var(--swatch-var-458);
	}
	.lg-menulink-alignment{
		left:10px;
	}
	.xs-iconsocial-padding{
		position:relative;
		top:0px;
		left:200px;
	}
	.xsiconsocial-padding{
		position:relative;
		top:2px;
		left:260px;
	}
	.smiconsocial-padding3{
		left:422px;
	}
	.xs-socialicon-padding{
		position:relative;
		left:188px;
	}
	.xs-navbar-menupadding{
		position:absolute;
		bottom:140px;
	}
	.xs-navtoggle-area-padding-01{
		font-family:"FuturaLT";
	}
	.menu-icon-28929-stroke{
		stroke:var(--swatch-var-4279)!important;
		fill:var(--swatch-var-4279)!important;
	}
	.xsnavbar-menupadding{
		position:relative;
		right:228px;
		bottom:105px;
	}
	.xs-menulink-textcolorsize{
		font-size:16px;
		font-family:"FuturaLT";
	}
	.xs-menulink-textcolorsize:hover{
		text-decoration:underline!important;
	}
	.xs-logo-area01padding{
		position:relative;
		top:88px;
		left:34px;
	}
	.p-hero-style{
		font-size:16px;
	}
	.xs-pstyletext-padding{
		position:relative;
		top:130px;
	}
	.xs-pstyle-text-padding01{
		position:relative;
		top:120px;
		font-size:16px;
	}
	.xspstyle-text-padding{
		position:relative;
		top:46px;
	}
	.xspstyle-text-padding-02{
		position:relative;
		top:16px;
	}
	.container-xs-imgbck{
		position:relative;
		left:28px;
	}
	.xslogopadding-main{
		position:relative;
		left:14px;
	}
	.blochero-padding{
		height:22px;
	}
	.blocheropaddingmobile{
	}
	.scroll-margin-top{
	}
	.bloc-divider-t-style{
		width:100%;
		height:145px;
	}
	.mdcolumnimgback{
		background-size:cover;
		background-position:center top;
	}
	.smcolumnimgback{
		background-size:cover;
		background-position:center center;
		background-image:url("img/financiacion@2x.jpg");
	}
	.xscolumnimgbck{
		background-image:url("img/compra.png");
		background-size:cover;
	}
	.xsformpadding01{
		position:relative;
		top:0px;
	}
	.rowmdbckimg{
		background-size:cover;
		background-position:center center;
	}
	.xsformpadd04{
		position:relative;
		top:0px;
	}
	.columnbackimg{
		background-image:url("img/estructuracion.png");
	}
	.columnbackimgedit{
		background-image:url("img/financiacion.jpg");
		background-size:cover;
	}
	.columnbckeditimg{
		background-image:url("img/building.png");
	}
	.bloc-mobilexsmain-padding{
	}
	.xsrowimgbck{
		background-image:url("img/building01.png");
		background-size:cover;
		background-position:center center;
	}
	.container-imgbckxs{
		background-size:cover;
		background-position:center center;
	}
	.columnxsimgbck{
		background-size:cover;
		background-position:center center;
		background-image:url("img/building01@2x.png");
	}
	.columnbckimg{
		background-size:cover;
		background-position:center center;
	}
	
}

