body{
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;	
	margin: 0;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
	text-decoration:none;
}

h3,h4{
	margin:0;	
	font-family: 'Open Sans', sans-serif;
}	
p{
	margin:0;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:1px;
	font-size: 1em;
	color: #333333;
    line-height: 1.9em;
}

/*-- about --*/
.gallery {
    padding: 5em 0;
}
h3.w3l-title {
    font-size: 2.5em;
    color: #333333;
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
	position:relative;
}
h3.w3l-title:after, h3.w3l-title:before {
    content: '';
    background: #333333;
    height: 0px;
    width: 28%;
    position: absolute;
    top: 54%;
}
h3.w3l-title:before {
    left: 0;
}
h3.w3l-title:after {
    right: 0;
}
span.w3-sub {
    font-size: 1.2em;
    text-align: center;
    display: inherit;
    color: #333333;
    letter-spacing: 4px;
    margin: 1em 0 3em;
    font-weight: bold;
}
.wthree-services-left img{
	width:100%;
}
.wthree-services-right-top h4{
	color: #111;
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}
.wthree-services-right-top p{
    margin: 1em 0 0 0;
}
.services-right-bottom-bottom {
    margin: 2em 0 0 0;
}
.services-bottom-icon i{
    color:#91dd4d;
    font-size: 2em;
}
.services-bottom-info h5{
    color: #111;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}
.services-bottom-info p{
    margin: .8em 0 0 0;	
}
.w3-services-bottom{
	margin:2em 0 0 0;
}
/*-- //about --*/

/*-- gallery --*/

.w3gallery-grids {
    padding: 1em;
}  
/*-- imghvr-hinge --*/
[class^='imghvr-'],
[class*=' imghvr-'] {
	position: relative;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
	background-color:#000000;
	color:#212121;
	overflow: hidden;
	-webkit-backface-visibility: hidden; 
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	cursor: pointer;
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
	vertical-align: top;
	max-width: 100%;
}
[class^='imghvr-'] .agile-figcaption,
[class*=' imghvr-'] .agile-figcaption {
	background-color:#2D3356;
	padding:5.5em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color:#212121;
	text-align: center;
} 
[class^='imghvr-'] .agile-figcaption h4 {
    font-size: 2em;
    margin-bottom: .5em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
[class^='imghvr-'] .agile-figcaption p{
	line-height:2em;
	color:#ebe8e8;
}
[class^='imghvr-'] a,
[class*=' imghvr-'] a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
[class^='imghvr-hinge-'],
[class*=' imghvr-hinge-'] {
	-webkit-perspective: 50em;
	perspective: 50em;
}
[class^='imghvr-hinge-'] .agile-figcaption,
[class*=' imghvr-hinge-'] .agile-figcaption {
	opacity: 0;
	z-index: 1;
}
[class^='imghvr-hinge-']:hover img,
[class*=' imghvr-hinge-']:hover img {
	opacity: 0;
}
[class^='imghvr-hinge-']:hover .agile-figcaption,
[class*=' imghvr-hinge-']:hover .agile-figcaption {
	opacity: 1;
	-webkit-transition-delay: 0.21s;
	-moz-transition-delay: 0.21s;
	-o-transition-delay: 0.21s;
	-ms-transition-delay: 0.21s;
	transition-delay: 0.21s;
}
 
/*-- imghvr-hinge-right -- */
/*
.imghvr-hinge-right img {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.imghvr-hinge-right .agile-figcaption {
	-webkit-transform: rotateY(90deg);
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform: rotateY(90deg);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.imghvr-hinge-right:hover > img {
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.imghvr-hinge-right:hover .agile-figcaption {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
} */
/*-- //imghvr-hinge --*/ 
/*-- //gallery --*/ 

/*--responsive--*/

@media(max-width: 1080px){
	.Main-agile {
		min-height: 620px;
	}
	.agileits-banner-info span {
		letter-spacing: 5px;
		font-size: 3.3em;
	}
	.agileits-banner-info p {
		letter-spacing: 1px;
	}
	.agileits-banner-info {
		padding: 16em 0 0;
	}
	.gallery {
		padding: 4em 0;
	}
	h3.w3l-title {
		letter-spacing: 0px;
		font-size: 2.6em;
	}
	.wthree-services-right-top h4 {
		font-size: 1.1em;
	}
	.services-grid.agileits-w3layouts {
		padding: 0 .5em;
	}
	.services-grid h5 {
		font-size: 1.8em;
	}
	.agileits_w3layouts_more a {
		letter-spacing: 1px;
	}
	.agileits-team-grid {
		padding: 0 .5em;
	}
	.left-w3 {
		padding: 3em 0 0;
	}
	h3.title-w3 {
		margin-bottom: 1.5em;
	}
	.wthree_testimonials_grid_main {
		padding: 5em 4em;
		width: 90%;
	}
	.nbs-flexisel-nav-left {
		left: 3%;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		top: 39% !important;
	}
	.nbs-flexisel-nav-right{
		right: 3%;
	}
	[class^='imghvr-'] .agile-figcaption h4 {
		font-size: 1.7em;
		letter-spacing: 1px;
	}
	[class^='imghvr-'] .agile-figcaption p {
		font-size: .9em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 2.5em 2em;
	}
	.input {
		max-width: 278px;
	}
	.address-right {
		padding-left: 1em;
	}
	.address-row span.glyphicon {
		padding: 1em .8em;
	}
	.address-right p{
		letter-spacing:0px;
	}
	.contact-w3lsright {
		padding: 2em 1em 6em;
	}
	.map iframe {
		min-height: 334px;
	}
	h2 a.logo {
		font-size: 1.5em;
		letter-spacing: 3px;
	}
}

@media(max-width: 1050px){
	.left-w3 {
		padding: 2.5em 0 0;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 2.5em 1em;
	}
	.map iframe {
		min-height: 333px;
	}
	.address-right p {
		font-size: .9em;
	}
}

@media(max-width: 1024px){
	.agileits-banner-info span {
		font-size: 3em;
	}
	.agileits_w3layouts_more a {
		font-size: 1em;
	}
	.address-row {
		padding: 0 .5em;
	}
}

@media(max-width: 991px){
	.agileits-banner-info span {
		font-size: 2.8em;
		letter-spacing: 3px;
	}
	.agileits-banner-info p {
		font-size: 1em;
		margin: 1.5em 0 4em;
	}
	.agileits-banner-info {
		padding: 15em 0 0;
	}
	h3.w3l-title:after, h3.w3l-title:before {
		width: 24%;
	}
	h3.w3l-title {
		font-size: 2.4em;
	}
	span.w3-sub {
		font-size: .9em;
		margin: 1em 0 3em;
	}
	.wthree-services-right.first-w3l {
		margin-top: 3.5em;
	}
	.services-grid h5 {
		font-size: 1.7em;
	}
	.team-caption h4 {
		font-size: .9em;
	}
	.team-caption ul li a i {
		height: 30px;
		width: 30px;
		line-height: 27px;
		font-size: .8em;
	}
	.team-caption ul {
		margin: .5em 0 0 0;
	}
	.left-w3 {
		padding: 3em 0;
	}
	.wthree_testimonials_grid_main {
		width: 100%;
		padding: 4em 4em;
	}
	.nbs-flexisel-nav-left {
		left: -3%;
	}
	.nbs-flexisel-nav-right {
		right: -3%;
	}
	.input {
		max-width: 205px;
	}
	.w3_mail_grids input[type="submit"] {
		width: 18%;
		margin-left: 20em;
	}
	.contact-w3lsright {
		padding: 2em 6em 6em;
	}
	.amet-sed.fir-w3l {
		float: left;
		width: 50%;
	}
	.amet-sed.thi-w3l {
		margin-top: 4em;
	}
	.wthree-services-left.img-2-w3 {
		float: right;
		width: 50%;
		margin-top: 24%;
	}
	.wthree-services-right.left-w3 {
		float: left;
		width: 50%;
	}
	.services-bottom-icon {
		padding: 0;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 2em 1em;
	}
}
@media(max-width: 900px){
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 1.5em .2em;
	}
}

/*-- controla tamaño texto ventanas galeria 
@media(max-width: 800px){
	h1 a.logo{
		font-size: 1em;
	}
	h1 a.logo span {
		font-size: 1.1em;
	}
	.nav > li > a {
		padding: 9px 13px!important;
	}
	.navbar-right {
		margin-right: 1em;
	}
	.cd-header-buttons {
		right: 17px;
	}
	.Main-agile {
		min-height: 560px;
	}
	.agileits-banner-info span {
		font-size: 2.5em;
		letter-spacing: 3px;
	}
	.agileits-banner-info {
		padding: 13em 0 0;
	}
	h3.title-w3 {
		font-size: 1.6em;
	}
	.wthree_testimonials_grid_main {
		padding: 4em 3.5em;
	}
	[class^='imghvr-'] .agile-figcaption h4 {
		font-size: 1.3em;
	}
	[class^='imghvr-'] .agile-figcaption p {
		font-size: .75em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 1.5em .1em;
	}
	h2 a.logo {
		font-size: 1.3em;
	}
}
/*-- // controla tamaño texto ventanas galeria --*/
/*--
@media(max-width: 768px){
	.navbar-default .navbar-nav > li > a {
		font-size: 1em;
	}
	h1 a.logo, h2 a.logo {
		letter-spacing: 2px;
	}
	.nbs-flexisel-nav-left {
		left: -1.5%;
	}
	.nbs-flexisel-nav-right {
		right: -1.5%;
	}
	.w3gallery-grids {
		padding: .5em;
	}
}

@media(max-width: 384px){
	.navbar-toggle .icon-bar {
		width: 19px !important;
	}
	.navbar-toggle {
		padding: 8px 9px !important;
	}
	.agileits-banner-info span {
		font-size: 1.5em;
		letter-spacing: 4px;
		line-height:1.5;
	}
	.agileits-banner-info p {
		margin: 1em 0 2.5em;
	}
	.agileits-banner-info {
		padding: 8em 0 0;
	}
	.gallery {
		padding: 2.5em 0;
	}
	h3.w3l-title {
		font-size: 1.5em;
	}
	h3.w3l-title:after, h3.w3l-title:before {
		width: 15%;
	}
	.wthree-services-right-top h4 {
		font-size: 1em;
	}
	.services-bottom-info h5 {
		font-size: .95em;
	}
	.wthree_testimonials_grid_main {
		padding: 2em 2em 3em;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		width: 45px;
		height: 45px;
	}
	.nbs-flexisel-nav-left {
		left: -3%;
	}
	.nbs-flexisel-nav-right {
		right: -3%;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: .5em .5em;
	}
	.w3_mail_grids textarea {
		font-size: 13px;
	}
	.input__field--jiro {
		font-size: 13px;
	}
	.map iframe {
		min-height: 250px;
	}
	.w3gallery-grids {
		padding: .5em;
	}
}
--*/
@media(max-width: 320px){
	h1 a.logo {
		font-size: .85em;
	}
	h1 a.logo span {
		font-size: .95em;
	}
	.navbar-toggle {
		padding: 7px 8px !important;
	}
	.agileits-banner-info span {
		font-size: 1.3em;
		letter-spacing: 3px;
	}
	.agileits-banner-info p {
		font-size: .85em;
	}
	.agileits-banner-info p {
		margin: .5em 0 2em;
	}
	.Main-agile {
		min-height: 387px;
	}
	.agileits_w3layouts_more a {
		padding: .7em 1.3em;
		font-size: .85em;
	}
	.gallery {
		padding: 2em 0;
	}
	h3.w3l-title {
		font-size: 1.4em;
	}
	span.w3-sub {
		font-size: .8em;
		letter-spacing: 2px;
	}
	h3.w3l-title:after, h3.w3l-title:before {
		width: 10%;
	}
	.wthree-services-right-top h4 {
		font-size: 0.95em;
	}
	.services-grid span {
		font-size: 2em;
	}
	.services-grid h5 {
		font-size: 1.3em;
	}
	.agileits-team-grid {
		width: 100%;
	}
	.agileits-team-grid:nth-child(3) {
		margin-top: 2em;
	}
	.agileits-team-grid:nth-child(4) {
		margin-top: 2em;
	}
	.left-w3 {
		padding: 2em 0;
	}
	h3.title-w3 {
		font-size: 1.35em;
	}
	.wthree_testimonials_grid1 h5 {
		font-size: 0.9em;
	}
	.wthree_testimonials_grid1 h5 {
		margin: 0em 0 .5em;
	}
	.nbs-flexisel-nav-left {
		left: -4%;
	}
	.nbs-flexisel-nav-right {
		right: -3%;
	}
	.w3gallery-grids {
		width: 100%;
		padding: 1em;
	}
	[class^='imghvr-'] .agile-figcaption h4 {
		font-size: 1.4em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 3.5em 1em;
	}
	.w3_mail_grids input[type="submit"] {
		margin-left: 7em;
		width: 30%;
	}
	.footer {
		padding: 2em 0;
	}
	h2 a.logo {
		font-size: 1.1em;
	}
	.ag-w3-3 a {
		font-size: 1em;
	}
	.support input[type="email"] {
		padding: .6em 1em;
	}
	.support input[type="submit"] {
		padding: .7em 1em;
	}
}
/*--//responsive--*/









