/*
    Theme Name: PGS (maxim)
    Theme URL: https://bootstrapmade.com/maxim-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

/*
===========================
CONTENTS:

01 General
02 Typography
03 Non-semantic
04 Navbar
05 Page sections
06 Footer
07 Icons
08 Buttons
09 Media queries 
===========================
*/
/* Import css */
/* Google font */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
/* bootstrap */
@import url('bootstrap.css');
/* bootstrap responsive */
@import url('bootstrap-responsive.css');
/* prettyPhoto */
@import url('prettyPhoto.css');
/* flexslider */
@import url('flexslider.css');

/* font awesome */
@import url('font-awesome.css');
/* overwrite */
@import url('overwrite.css');
/* animation */
@import url('animate.css');



/* =========================================================
01. General
============================================================ */


div, article, section, header, footer, nav, li {
	position:relative;
}
.group:after {
	display:block;
	height:0;
	clear:both;
	content:".";
	visibility:hidden; /* For clearing */
}
body {
	background:#fff;
	color: #444;
	font-size: 16px;
	font-weight:300;
	font-family:'Open Sans', Arial, sans-serif;
}

body {
    padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}

::-moz-selection {
	color:#333;
}
::selection {
	color:#333;
}

/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:20px;
    right:20px;
}

a.scrollup {
	outline:0;
	text-decoration:none;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
}
a.scrollup i:hover {
	text-decoration:none;
}

.blankdivider10 {
	height: 10px;
	display: block;
}

.slogan{
	font-weight: 700;
	color: #3d6591; 
	font-size:28px;
	text-transform:uppercase;
	float: right;
}

.blankdivider20 {
	height: 20px;
	display: block;
}
.blankdivider30 {
	height: 30px;
	display: block;
}
.blankdivider100 {
	height: 100px;
	display: block;
}

.row {
	margin-bottom:30px;
}

.row .row{
	margin-bottom:30px;
}

.row.nomargin {
	margin-bottom:0;
}


/*---------- forms ----------*/

input[type=text], input[type=submit], textarea {
	width: 100%;
	padding: 0.5em;
	font-size: 1em;
	margin-bottom: 1.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input, button, select, textarea {
	font-family:'Open Sans', Arial, sans-serif;
}
/* =========================================================
02. Typography
============================================================ */

p {
	line-height: 1.6em;
	margin: 0 0 10px 0;
}

blockquote {
	font-size:18px;
	border:none;
	padding:0;
}

blockquote.large {
	font-size:36px;
	font-weight:700;
	line-height:1.1em;
}
blockquote.large:before {
	font-size:64px;
	font-family: FontAwesome;
	content: "\f10d";
	margin-right:20px;
}

blockquote cite 						{ display:block; font-size:12px;}
blockquote cite:before 					{ content:"\2014 \0020"; }
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited 				{ color:#555; }

ul, ol {
	font-size: 1em; /* 16px */
	line-height: 1.5; /* 24px */
	margin: 0 0 1.5em 0;
}
body, input, textarea {
}

a {
  color: #454545;
  text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: #312f2b;
	line-height:1.1em;
	font-family:'Open Sans', Arial, sans-serif;
}
h1 {
	font-size: 36px;
	margin-bottom:20px;
}
h2 {
	font-size: 30px;
	margin-bottom:20px;
}
h3 {
	font-size: 26px;
	margin-bottom:20px;
}
h4 {
	font-size: 22px;
	margin-bottom:20px;
}
h5 {
	font-size: 18px;
	margin-bottom:15px;
}
h6 {
	font-size: 16px;
	margin-bottom:10px;
}
strong {
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
}
small {
	font-size: 0.75em; /* 12px */
	line-height: 2; /* 24px */
	margin-top: 2em;
	margin-bottom: 0em;
}
em {
	font-style: normal;
	font-family: 'Open Sans';
}
.muted {
	color: #A5A5A2;
}
.impressed {
	text-shadow:
 -1px -1px 0 rgba(0, 0, 0, 0.5), /* shadow */  1px 1px 0 rgba(255, 255, 255, 0.9); /* highlight */
}

h2.pagetitle {
	color:#fff;
	font-size:46px;
}

/* =========================================================
03. Misc
============================================================ */

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1em;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.medium {
	font-weight: normal;
}

/* =========================================================
04. Navigation
============================================================ */

.navbar-fixed-top .container {
/* Uncomment to make nav expand full width */
 /*	width: auto; */
}
.navbar .brand {
	margin-left:0;
	padding: 0;
	margin-top: 1.05em;
}
.navbar .brand a {
	padding: 0;
	color: #fff;
	font-size: 1.75em;
	margin-left: 0;
	font-weight: 400;
	text-transform:uppercase;
}
.navbar .brand a:hover {
	text-decoration: none;
 transition: color .15s linear;
 -webkit-transition: color .15s linear;
 -moz-transition: color .15s linear;
}
.navbar .brand a:focus {
	outline: none;
}
.navbar-inner .navbar{
	min-height: 4.75em;
}
.navbar-inverse .navbar-inner .navbar{
	background-repeat: repeat;
	background-color: #0b333f;
}
.navbar-wrapper {
	overflow:hidden;
}
#menu-main {
	margin-top: 1.125em;
}
ul#menu-main > li > a {
	font-weight: 600;
	color: #fff;
	font-size:14px;
	text-transform:uppercase;
}
ul#menu-main > li > a:hover {
	padding: 9px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
ul#menu-main > li > a:focus {
	outline:0;
}

#menu-main2 {
	margin-top: 1.125em;
}
ul#menu-main2 > li > a {
	font-weight: 600;
	color: #3b8de8; /* color de letras en menu */
	font-size:14px;
	text-transform:uppercase;
}
ul#menu-main2 > li > a:hover {
	padding: 9px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
ul#menu-main2 > li > a:focus {
	outline:0;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	text-shadow: show;
}


/* =========================================================
05. Page sections
============================================================ */

/* === section header === */

#header-wrapper {
	width: 100%;
	min-height: 600px;
	margin-top: -60px;
	padding-top:160px;
	text-align:center;
}


#header-wrapper h1 {
	color: #FFFFFF;
	font-size: 4em;
	font-weight: 400;
	margin: 1em 0;
}
#header-wrapper h2 {
	color: #fff;
	font-family: 'Open Sans', sans serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0;
	text-shadow: 1px 1px 1px #333333;
}

header .logo {
	text-align:center;
	margin-bottom:30px;
}

/* --- Header slider --- */
#header-wrapper.header-slider {
	background: #444 url(../img/bg/bg-1.jpg) no-repeat center center fixed;
	/*background: #444 url(../img/bg/bg-3.jpg) no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#main-flexslider ul.slides li p {
	font-size: 72px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0px;
	text-align: center;
	line-height: 1;
	color:#fff;
}
#main-flexslider.flexslider {
		margin:0;
		background:none;
		border:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}



/* --- Header subscribe form --- */

#header-wrapper input[type=text] {
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	font-size: 1.3125em;
	border: 0;
	text-align: center;
	vertical-align: middle;
	margin-bottom:0 !important;
}
#header-wrapper input[type=text]:focus {
	background: #43413e;
	color: #eff1ef;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#header-wrapper input[type=text] {
	height: 2.9em;
	width:50%;
}
#header-wrapper input[type=submit] {
	color: #fff;
	width: 185px;
	height: 2.9em;
	font-size: 1.3125em; /* 21px */
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0;
	border: 0;
	text-transform: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#header-wrapper input[type=submit]:hover, #header-wrapper input[type=submit]:active {
	background: #43413e !important;
}


section.section {
	padding: 100px 0 80px;
}
section.section h4 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 46px;
	font-weight: 700;
	letter-spacing: -1px;
}
section.section h1 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 46px;
	font-weight: 700;
	letter-spacing: -1px;
}
section.inner {
	padding: 50px 0 50px;
}

.sectionServices{
	text-align: center;
	margin-bottom: 40px;
	font-size: 46px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #fcfcfc;
}

.section.orange h4 ,.section.green h4{
	color: #fcfcfc;
}
.section.orange h1 ,.section.green h1{
	color: #fcfcfc;
}
.section.orange p,.section.green p {
	color: #f7f7f7;
}


/* === section spacer === */

section.spacer {
	padding:90px 0 70px;
	color:#fcfcfc;
}

.spacer.green,.section.green {
	background:#03772c;
}

.spacer.green,.section.green h4 {
	color:#fff;
}

.spacer.yellow,.section.yellow  {
	background:#ffe873;
}
.spacer.orange,.section.orange {
	background:#e84500;
}

section.spacer.bg2 {
	background: url(../img/bg/bg-2.jpg) 50% 0 no-repeat fixed;
	width:100%;
	height:auto;
	margin:0;	
}

section.spacer.bg3 {
	background: url(../img/bg/bg-3.jpg) 50% 0 no-repeat fixed;
	width:100%;
	height:auto;
	margin:0;	
}

section.spacer blockquote.large:before {
	color:#3b8de8;
	opacity:0.6;
}

section.spacer blockquote cite {
	color:#555;
}



/* === section works === */

#works h4 {
	margin-bottom:20px;
}

#portfolio {
	padding-bottom: 0;
}
/* === portfolio filter === */

#filters {
	margin-bottom: 0px;
	text-align: center;
	display: block;
	float: none;
	z-index: 2;
	position: relative;
}
#filters ul {
	margin: 0 0 20px;
	list-style: none;
	padding: 0;
}
#filters ul li {
	display: inline-block;
}
#filters ul li a {
	display: block;
	float: left;
	padding: 2px 5px;
	color: inherit;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: 600;
}
#filters ul li a:hover,#filters ul li a:focus {
	text-decoration:none;
	outline:0;
}
#filters ul li a h5 {
	font-size: 14px;
	padding: 5px 10px 5px;
	border: 2px solid #f2f2f2;
}

#filters ul li a:hover h5, #filters ul li a.active h5 {
	color:#fcfcfc;
}




/* === portfolio wrap - grid === */
#portfolio-wrap {
	position: relative;
	padding: 0;
	width: 100.1%;
	margin: 0 auto;
	display: block;
}
#portfolio-wrap .grid {
	margin: 0;
	overflow: hidden;
	line-height: 0;
	width: 20%;
	border:0;
	padding: 0;
}
.portfolio-item.current {
	z-index: 101;
}
.portfolio-item {
	padding: 0;
	position: relative;
	overflow: hidden;
}
.portfolio-item .portfolio-image {
	overflow: hidden;
	display: block;
	position: relative;
}
.portfolio-item .portfolio-image img {
	width: 100%;
	height: auto;
}

.portfolio-item22 .portfolio-map {
	overflow: hidden;
	display: block;
	position: relative;
}
.portfolio-item22 .portfolio-map map {
	width: 100%;
	height: 500px;
	align-content: center
}


.portfolio .portfolio-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	z-index: 4;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio > a, .portfolio > a:hover {
	color: #ffffff;
}
.portfolio-item .portfolio > a:hover > .portfolio-overlay {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio > a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio > a:hover img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio .thumb-info {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio a:hover .portfolio-overlay .thumb-info {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio-overlay .thumb-info i {
	top: 50%;
}
.portfolio-overlay .thumb-info h5 {
	top: 20%;
	font-size: 18px;
}
.portfolio-overlay .thumb-info p {
	top: 50%;
	font-size: 13px;
}
.portfolio-overlay .thumb-info h5 {
	color: #ffffff;
	width: 100%;
	position: absolute;
	text-align: center;
}
.portfolio-overlay .thumb-info p {
	color: #ffffff;
	width: 100%;
	position: absolute;
	text-align: center;
	font-weight: bold;
}
.portfolio-overlay .thumb-info i {
	color: #ffffff;
	width: 100%;
	position: absolute;
	text-align: center;
	display: block;
}
/* === Isotope CSS3 transitions === */

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}


/* === section services === */

section#services h2 {
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
}
section#services h1 {
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
}
section#services p {
	margin:10px;
}

section#services .service-box {
	text-align: center;
	padding: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

section#services .service-box strong{
	font-weight: 450;
	font-family: 'Open Sans', sans-serif;
	font-size:14px; 
	color: #fafafa;
}
section#services .span3:hover {
	background:#e3e3e3;
}

section#services .service-box h2 {
	color: #f7f7f7;
	font-weight: 700;
}

section#services .service-box h1 {
	color: #f7f7f7;
	font-weight: 700;

}

section#services.section.orange .service-box:hover {
	background:#f36518;
}


/* === section blog === */

section#blog {
	background: #f2f2f2;
}

.home-post {
	background:#fff;
	
}

.home-post:hover {
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.home-post .entry-content {
	padding:20px;
}
.home-post .entry-content h5 a {
	font-size:22px;
}
.home-post .entry-content h5 a:hover {
	color:#312f2b;
	text-decoration:none;
}
.home-post .entry-content a.more {
	font-size:13px;
}
.home-post .post-meta {
	padding:20px;
	overflow:hidden;
	color:#fcfcfc;
}
.home-post .post-meta i {
	float:left;
	margin-right:20px;
}
.home-post .post-meta span {
	margin-top:10px;
}
.home-post .post-meta span.date {
	font-weight:700;
	font-size:13px;
	float:left;
}
.home-post .post-meta span.tags {
	font-weight:700;
	font-size:13px;
	float:right;
	color:#ddd;
}
.home-post .post-meta span.tags a {
	color:#fcfcfc;
}



/* === section about === */

section#about {
	background:#f2f2f2;
}

.people {
	text-align:center;
}

.people h3 {
	margin-bottom:10px;
	font-weight:700;
	letter-spacing:-1px;
}

.team-thumb {
	margin-top: 26px;
	text-align:center;
}

/* (spacer) latest tweet */
#tweet{
	text-align:center;
	margin:20px 0 0;
	font-size:20px;
	color:#fff;
}

#tweet ul{
	float:left;
	width:100%;
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
}

#tweet ul li{
	display: inline-block;
	list-style:none;
	margin:0 0 20px;
	padding:0 0 0 34px;
	font-size:20px;
	line-height:1.5em;
}

#tweet ul li:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\f099";
	margin-right:20px;
}

/* === Contact section === */


/* Contact Form */

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
    background: #fff;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
    background: #fff;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

#contact-form {
	position: relative;
	z-index: 999;
}

#contact-form input[type=text], .contactForm textarea {
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	border: 0;
	font-size:16px;
	text-align: left;
	vertical-align: middle;
}

.contactForm textarea {
	height: 156px;
}

#contact-form input[type=text]:focus, .contactForm textarea:focus {
	background: #fff;
	color: #555;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text] {
	height: 60px;
	margin-bottom:30px;
}
#contact-form input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 16px;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}
#contact-form textarea {
	padding-top: 1em;
}
div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}



/* =========================================================
06. Footer
============================================================ */

footer {
	background: #2b2b2b;
	text-align: center;
	color: #ddd;
	padding:50px 0 50px;
}

footer a {
    color: #ddd;
}

footer a:hover {
    color: #fff;
}

footer ul.social-networks {
	list-style:none;
}

footer ul.social-networks li {
	display:inline;
}

footer ul.social-networks li i {
	display:inline-block;
}

footer ul.social-networks li a {
	color: #5e5e5e;
	margin: 0 5px;
}

footer ul.social-networks li a:hover {
	text-decoration:none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

footer ul.social-networks li i.icon-bgdark {
	background:#414141;
	color: #656565;
}


footer ul.social-networks li a i.icon-instagram:hover {
	background: #ba7b3d;
	color: #fff;
}

footer ul.social-networks li a i.icon-twitter:hover {
	background: #5ad2eb;
	color: #fff;
}
footer ul.social-networks li a i.icon-dribbble:hover {
	background: #f57b71;
	color: #fff;
}
footer ul.social-networks li a i.icon-pinterest:hover {
	background: #d84848;
	color: #fff;
}




/* =========================================================
07. Icons
============================================================ */

/* bg */
i.icon-bglight {
	color: #444;
	background: #f7f7f7;
}
i.icon-bglight.active {
	color: #fff;
}

i.icon-bglight.active:hover{
	color: #444;
	background: #f7f7f7;
}

i.icon-bgdark {
	color: #f7f7f7;
	background: #333;
}
i.icon-bgdark:hover {
	color: #fff;
}
i.icon-bgdark.active:hover {
	color: #f7f7f7;
	background: #333;
}

/* square */
i.icon-square {
	display: inline-block;
	text-align: center;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
}
i.icon-square.icon-2x{
	width: 48px !important;
	height: 48px !important;
	line-height: 48px !important;
}
i.icon-square.icon-3x{
	width: 72px !important;
	height: 72px !important;
	line-height: 72px !important;
}
i.icon-square.icon-4x{
	width: 96px !important;
	height: 96px !important;
	line-height: 96px !important;
}
i.icon-square.icon-5x{
	width: 120px !important;
	height: 120px !important;
	line-height: 120px !important;
}

/* rounded */
i.icon-rounded {
	display: inline-block;
	border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	-o-border-radius: 6px !important;
	-ms-border-radius: 6px !important;
	text-align: center;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
}

.icon-rounded.icon-2x{
	width: 48px !important;
	height: 48px !important;
	line-height: 48px !important;
}
.icon-rounded.icon-3x{
	width: 72px !important;
	height: 72px !important;
	line-height: 72px !important;
	border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-o-border-radius: 8px !important;
	-ms-border-radius: 8px !important;
}
.icon-rounded.icon-4x{
	width: 96px !important;
	height: 96px !important;
	line-height: 96px !important;
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	-ms-border-radius: 10px !important;
}
.icon-rounded.icon-5x{
	width: 120px !important;
	height: 120px !important;
	line-height: 120px !important;
	border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	-webkit-border-radius: 12px !important;
	-o-border-radius: 12px !important;
	-ms-border-radius: 12px !important;
}


/* circled */
i.icon-circled {
	display: inline-block;
	border-radius: 1000px !important;
	-moz-border-radius: 1000px !important;
	-webkit-border-radius: 1000px !important;
	-o-border-radius: 1000px !important;
	-ms-border-radius: 1000px !important;
	text-align: center;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
}

.icon-circled.icon-2x{
	width: 48px !important;
	height: 48px !important;
	line-height: 48px !important;
}
.icon-circled.icon-3x{
	width: 72px !important;
	height: 72px !important;
	line-height: 72px !important;
}
.icon-circled.icon-4x{
	width: 96px !important;
	height: 96px !important;
	line-height: 96px !important;
}
.icon-circled.icon-5x{
	width: 120px !important;
	height: 120px !important;
	line-height: 120px !important;
}

i.icon-white {
	color:#fff;
}


/* more icon sizes for font-awesome icons */

.icon-6x {
  font-size: 6em;
}
.icon-6x.icon-border {
  border-width: 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.icon-7x {
  font-size: 7em;
}
.icon-6x.icon-border {
  border-width: 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.icon-8x {
  font-size: 8em;
}
.icon-6x.icon-border {
  border-width: 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.icon-9x {
  font-size: 9em;
}
.icon-6x.icon-border {
  border-width: 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.icon-10x.icon-border {
  border-width: 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.icon-10x {
  font-size: 10em;
}
.icon-6x.icon-border {
  border-width: 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}



/* =========================================================
08. Buttons
============================================================ */
 
.btn {
	color: #fff;
	text-shadow: none;
	font-size: 16px;
	padding: 11px 19px;
	letter-spacing: 0.05em;
	border: 0;
	text-transform: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
  background-color: #545454;
  border-color: none;
  *background-color: #545454;
  background-image: none;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: none;
  border: none;
  *border: 0;
  border-bottom-color: none;
}
.btn:link, .btn:visited {
	color: #fff;
}
.btn:hover {
	background: #333 !important;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #333;
  *background-color: #333;
}


.btn.btn-theme:hover {
	background: #333 !important;
}

/* size */
.btn-large {
  padding: 18px 25px;
  font-size: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 6px 13px;
  font-size: 11.9px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* end size */

.btn-primary {
  color: #ffffff;
  text-shadow: none;
  background-color: #09828c;
  *background-color: #09828c;
  background-image: none;
  border-color: none;
  filter:none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background: #065158;
  *background-color: #065158;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #065158 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: none;
  background-color: #ffe873;
  *background-color: #ffe873;
  background-image: none;
  border-color: none;
  filter:none;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background: #b88f22;
  *background: #b88f22;
}

.btn-warning:active,
.btn-warning.active {
  background: #b88f22 \9;
}


.btn-danger {
  color: #ffffff;
  text-shadow: none;
  background-color: #f36f36;
  *background-color: #f36f36;
  background-image: none;
  border-color: none;
  filter:none;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background: #db5f58;
  *background: #db5f58;
}

.btn-danger:active,
.btn-danger.active {
  background: #db5f58 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: none;
  background-color: #1bac91;
  *background-color: #1bac91;
  background-image: none;
  border-color: none;
  filter:none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background: #55ba93;
  *background: #55ba93;
}

.btn-success:active,
.btn-success.active {
  background: #55ba93 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: none;
  background-color: #4dbdc6;
  *background-color: #4dbdc6;
  background-image: none;
  border-color: none;
  filter:none;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background: #6a9ad0;
  *background: #6a9ad0;
}

.btn-info:active,
.btn-info.active {
  background: #6a9ad0 \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: none;
  background-color: #3c3c3c;
  *background-color: #3c3c3c;
  background-image: none;
  border-color: none;
  filter:none;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background: #2b2a2a;
  *background: #2b2a2a;
}

.btn-inverse:active,
.btn-inverse.active {
  background: #2b2a2a \9;
}


/* button flat */
.btn-flat {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* button rounded */
.btn-rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.btn-large.btn-rounded {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}


.navbar-inverse .btn-navbar .navbar {
	width: auto;
	height: auto;
}
  


/* =========================================================
09. Media queries
============================================================ */


 @media (min-width: 768px) and (max-width: 979px) {
	body {
		padding-left:0 ;
		padding-right:0;
		padding:0;
	}
	
	.navbar-inner .navbar {
	 padding-right: 15px;
	 padding-left: 15px;
	 /*position: fixed;
	 z-index: 9999;	*/
	}
	
	.navbar-inner h1.brand .navbar {
		margin-left:15px;
	}
	
	.navbar-inner .btn-navbar .navbar {
		margin:15px 15px 0;
	}
	
	.container {
	 padding-right: 20px;
	 padding-left: 20px;
	}	
	.navbar-inverse .navbar-inner .navbar {
		padding:0 0 0;
	}
	
	.nav-collapse {
		text-align:center;
		width:auto;
	}

}

@media (max-width: 767px) {
	body {
		padding-left:0 ;
		padding-right:0;
		padding:0;
	}
	.navbar-inner .navbar {
	 padding-right: 20px;
	 padding-left: 20px;	
	}
	
	.navbar-inner h1.brand .navbar {
		margin-left:20px;
	}
	
	.navbar-inner .btn-navbar .navbar {
		margin:20px 20px 0;
	}
	
	.container {
	 padding-right: 20px;
	 padding-left: 20px;
	}	
	.navbar-inverse .navbar-inner .navbar{
		padding:0 20px 30px;
	}
	
	.nav-collapse {
		text-align:center;
		width:100%;
	}
	#portfolio-wrap .grid {
		width: 25%;
	}
}
    
    /* Smaller screens ----------- */
@media (max-width : 480px) {
	#header-wrapper {
		padding-top:80px;
	}

	#team .team-thumb {
		 margin-right: auto;
		 margin-left: auto;
		 width: 150px;
		 display: block;
		 text-align:center;
	}

	#portfolio-wrap .grid {
		width: 50%;
	}

}
    
    /* Smartphones (portrait and landscape) ----------- */
@media only screen  and (min-device-width : 320px)  and (max-device-width : 480px) {

 section.section {
 padding: 1em 0;
}

 #works .container {
 top: 0 !important;
}

.max-img {
 width: 100%;
}
 .max-img {
 margin-right: auto;
 margin-left: auto;
 display: block;
}

 section#services h2 {
 margin-bottom: 0.25em;
}
 section#services h2, section#services ul {
 text-align: center;
}
		

/* team */
		
#team .team-thumb {
 margin-right: auto;
 margin-left: auto;
 width: 150px;
 display: block;
 text-align:center
}
 .job-position: {
 margin-bottom: 1.5em;
}
 .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
 margin-left: auto;
 margin-right: auto;
}
		
/* Contact Form */
	#contact-form {
		overflow: hidden;
	}
	#contact-form input[type=submit] {
		width: 100%;
	}
}


/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
    font-size: 100%;
	font-family: 'Roboto Condensed', sans-serif;
}
body{
	background:#FFFFFF;
}
/*-- banner-top --*/
.w3layouts-banner-top{
    background: url(../img/bg/slider1.jpg) no-repeat 0px 0px;
    background-size: cover;
    top: 0; /* posicion de imagen despues del espacio en bco */
}
.w3layouts-banner-top1{
	background: url(../img/bg/slider2.jpg) no-repeat 0px 0px;
    background-size: cover;	
}
.w3layouts-banner-top2{
	background: url(../img/bg/slider3.jpg) no-repeat 0px 0px;
    background-size: cover;	
}
.w3layouts-banner-top3{
	background: url(../img/bg/sld1.jpg) no-repeat 0px 0px;
    background-size: cover;	
}
.w3layouts-banner-top4{
	background: url(../img/bg/slider4.jpg) no-repeat 0px 0px;
    background-size: cover;	
}
/*-- //banner-top --*/
/*-- banner --*/
.banner{
	position: absolute;
    top: 0;
    z-index: 99;
    text-align: center;
    left: 0;
    width: 100%;
}
/*-- header-left --*/
.header {
    padding: 1em 0;
}
.header-left{
	float: left;
}
.w3layouts-logo h1 {
    margin: 0;
}
.w3layouts-logo h1 a {
	color: #4DD0E1;
    font-size: 1.5em;
    text-decoration: none;
    font-family: 'Kaushan Script', cursive;
}
.w3layouts-logo h1 a span{
	font-size: .35em;
    text-transform: uppercase;
    color: #FFFFFF !important;
    font-family: 'Open Sans', sans-serif;
}
/*-- //header-left --*/
.header-right{
	float: right;
    margin: 1.4em 0 0 0;
}
.header-right p{
	color:#FFFFFF;
	font-size:.9em;
	margin:0;
}
.header-right i.fa.fa-phone{
    margin: 0 .5em 0 0;
}
/*-- top-nav --*/
.top-nav{
    margin: .5em 0 0 0;
}
.top-nav ul{
    padding: 2px;
    margin: 2px;
}
.top-nav ul li{
    display: inline-block;
    float: left;
    width: 16.66%;
}
.top-nav ul li:nth-child(6){
	margin-right: 0;
}
ul.nav.navbar-nav { /* letras de menu responsive */
    float: none;
    text-align: center;
}
.navbar-default{
    background: none;
    border: none;
    margin: 0;
}
.navbar {
    min-height: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    box-shadow: 1px 0px 0px 0px rgba(72, 72, 72, 0);
    outline: none;
    border-right: solid 1px #FFFFFF;
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}
.top-nav ul li a{
    color: #ffffff !important;
    font-size: 1em;
    margin: 0;
    text-decoration: none;
    padding: 1em;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    border-right: solid 1px rgba(255, 255, 255, 0.54);
    border-top: solid 1px rgba(255, 255, 255, 0.54);
    border-bottom: solid 1px rgba(255, 255, 255, 0.54);
}
.top-nav ul li a.list-border{
	border-left: solid 1px #FFFFFF;
}
.top-nav ul li a:hover{
    color: #000000 !important;
    background: #ffffff !important;
}
.top-nav ul li a.active{
    color: #000000 !important;
    background: #ffffff !important;
}
ul.dropdown-menu { /* letras del submenu */
    background: rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 0;
    border: none;
    margin: 0;
    top: 3.8em;
    left: 0px;
    min-width: 184px;
    width: auto;
}
ul.dropdown-menu li{
	width:100% !important;
}
.dropdown-menu > li > a {
    display: block;
    padding: .5em 1em !important;
    text-align: center;
    clear: both;
    margin: .2em 0 !important;
    border: none !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 50px;
    left: 3%; /* donde se muestra el submenu posicion */
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -1px;
}
/*-- //top-nav --*/
.w3layouts-banner-slider {
    margin: 8em 0;
}
.agileits-banner-info,.agileits-banner-info1,.agileits-banner-info2,.agileits-banner-info3,.agileits-banner-info4 {
	text-align: center;
    padding: 8em 0 7em; /* posicion de letras en sliders */
}
.agileits-banner-info h3{
    color: #4DD0E1;
    font-size: 35em;
    margin: 0;
    line-height: .8em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent), url(../img/bg/sd1a.jpg) repeat 0px 0px;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
}
.agileits-banner-info1 h3{
	color: #4DD0E1;
    font-size: 35em;
    margin: 0;
    line-height: .8em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent), url(../img/bg/sd2a.jpg) repeat 0px 0px;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
}
.agileits-banner-info2 h3{
	color: #4DD0E1;
    font-size: 35em;
    margin: 0;
    line-height: .8em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent), url(../img/bg/slider2.jpg) repeat 0px 0px;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
}
.agileits-banner-info3 h3{
	color: #4DD0E1;
    font-size: 25em;
    margin: 60px;
    line-height: .8em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent), url(../img/bg/sd1a.jpg) repeat -144px -107px;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
}
.agileits-banner-info4 h3{
	color: #4DD0E1;
    font-size: 35em;
    margin: 0;
    line-height: .8em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent), url(../img/5a.jpg) repeat 0px 0px;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
}
.agileits-banner-info h4,.agileits-banner-info1 h4,.agileits-banner-info2 h4,.agileits-banner-info3 h4,.agileits-banner-info4 h4{
    color: #FFFFFF;
    font-size: 7em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 18px;
    position: absolute;
    top: 53%;
    left: 0;
    width: 100%;
    text-align: center;
}
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  /*top: -20px;  aqui poner top para subir un poco la imagen */
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 355px;
    left: 0;
    z-index: 9;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 62px;
    height: 62px;
    background: transparent url(../images/arrows1.png) no-repeat left top;
}
.callbacks_nav.next {
	left: auto;
    background-position: right top;
    right: 3%;
 }
 .callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 3%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 93%;
    left: 47%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    background: #4dd0e1;
    border: 2px solid #ffffff;
}
/*-- //slider --*/
/*-- about --*/
.about,.services,.gallery,.testimonial,.news,.team{
    position: relative;
}
.w3-about-top,.w3-services-top,.w3-gallery-top,.w3-testimonial-top,.w3-news-top,.w3-team-top,.w3-subscribe-top,.w3-contact-top{
    position: absolute;
}
.w3-about-top h3,.w3-services-top h3,.w3-gallery-top h3,.w3-testimonial-top h3,.w3-news-top h3,.w3-team-top h3,.w3-subscribe-top h3,.w3-contact-top h3{
	color: rgba(153, 153, 153, 0.23);
    font-size: 26em;
    margin: 0;
    text-align: left;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: .9em;
}
.w3l-about{
    width: 100%;
    top: 0;
    padding: 4em 0;
}
.w3ls-heading h2,.w3ls-heading h3{
	color: #000000;
    font-size: 3em;
    margin: 0;
    font-family: 'Kaushan Script', cursive;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 5px;
}
.w3ls-about-info{
	margin:4em 0 0 0;
}
.w3ls-about-info p{
	color: #999999;
    font-size: .9em;
    margin: 0 auto;
    line-height: 1.8em;
    width: 64%;
    text-align: center;
}
.w3ls-about-grids{
	margin:4em 0 0 0;
}
.w3ls-about-grid{
	padding:0;
}
.w3ls-about-grid img{
	width:100%;
}
/*-- //about --*/

/*-- gallery --*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    height: auto;
    text-align: center;
    cursor: pointer;
    border: solid 7px #dbdbdb;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 7em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
    word-spacing: -0.15em;
    font-size: 1.5em;
    margin-top: 18%;
    color: #FFF;
    font-weight: 600;
}

.grid figure h2 span {
	font-weight: 800;
}

/*.modal-header h4 {
    text-align: center;
    color: #000000;
    font-family: 'Kaushan Script', cursive;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
}
.modal-header h4 span{
	font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: .6em;
}
.modal-header h5{
    margin: 1em 0;
    color: #999999;
    font-size: 1em;
    text-align: center;
}*/
.modal-body p{
    margin: 1em 0 0 0;
    font-size: .875em;
    color: #999999;
    line-height: 1.8em;
}
/*-- //modal --*/


/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../img/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- responsive --*/
@media(max-width:1080px){
	.viewPdf{
		height: 700px;
  		width: 1050px;
	}
	#bntOcultar{
		top:30px;
	}
	#bntOcultar2{
		top:45px;
	}
	.back {
		padding: 6em 1em 0;
	}
	.flip-container, .back {
		height: 308px;
	}
	.agileits-banner-info h4,.agileits-banner-info1 h4,.agileits-banner-info2 h4,.agileits-banner-info3 h4,.agileits-banner-info4 h4{
	    color: #FFFFFF;
	    font-size: 5.9em;
	    margin: 0;
	    text-transform: uppercase;
	    font-weight: 700;
	    letter-spacing: 17px;
	    position: absolute;
	    top: 53%;
	    left: 0;
	    width: auto;
	    text-align: center;
	}
}
@media(max-width:991px){
	.viewPdf{
		height: 400px;
  		width: 950px;
	}
	#vidSIST{
		height: 100%; 
		width: auto;
	}
	#vid1, #vidZoom2, #vidZoom, #vidZoomSP, #vidZoomSIST{
	    width: 98%;
	    height: auto;
	}
	/*#vidZoomSID, #vidZoomSIR{
		max-width: 989px;
	    height: auto;
	}*/

	#mapAlto, #mapSP, #mapSIST{
		position: absolute;
		float: left; 
		z-index: 100;
	    width: 100%;
	    height: auto;
	}
	#mapSID, #mapSIR{
		max-width: 989px;
	    height: auto;
	}
	/*#vidSP, #vidSIR, #vidSID{
		height: 100%; 
		width: auto;
	}*/
	#map1,#map2,#map3,#map4{
		position:absolute; 
		width: 989px;
		max-height: 99%;
		align-content: center;
	}
	#map5,#map6,#map7,#map8{
		position:absolute;
		width: 990px; 
		max-height: 99%;
		align-content: center;
	}
	#bntOcultar{
		top:50px;
	}
	#bntOcultar2{
		top:50px;
	}
	.agileits-banner-info h3 {
		font-size: 30em;
	}
	.agileits-banner-info1 h3 {
		font-size: 30em;
	}
	.agileits-banner-info2 h3 {
		font-size: 30em;
	}
	
	.agileits-banner-info3 h3 {
		font-size: 30em;
	}
	.agileits-banner-info4 h3 {
		font-size: 30em;
	}
	.w3ls-about-info p {
		width: 75%;
	}
	.team-grid {
		float: left;
		width: 50%;
	}
	.flip-container, .back {
		height: 496px;
	}
	.back {
		padding: 12em 1em 0;
	}
	.agileits-banner-info h4,.agileits-banner-info1 h4,.agileits-banner-info2 h4,.agileits-banner-info3 h4,.agileits-banner-info4 h4{
	    color: #FFFFFF;
	    font-size: 5.2em;
	    margin: 0;
	    text-transform: uppercase;
	    font-weight: 700;
	    letter-spacing: 15px;
	    position: absolute;
	    top: 53%;
	    left: 0;
	    width: auto;
	    text-align: center;
	}

}
@media(max-width:800px){
	.viewPdf{
		height: 400px;
  		width: 770px;
	}
	#vidSIST{
		height: 100%; 
		width: auto;
	}
	#vid1, #vidZoom2, #vidZoom, #vidZoomSP, #vidZoomSIST{
	    width: 100%;
	    height: auto;
	}
	/*#vidZoomSID, #vidZoomSIR{
		max-width: 798px;
	    height: auto;
	}*/
	#mapAlto, #mapSP, #mapSIST{
		position: absolute;
		float: left; 
		z-index: 100;
	    width: 100%;
	    height: auto;
	}
	#mapSID, #mapSIR{
		max-width: 798px;
	    height: auto;
	}
	/*#vidSIR, #vidSID{
		height: 40%; 
		width: 380px;
	}*/
	#map1,#map2,#map3,#map4{
	position:absolute; 
	width: 89%;
	max-height: 55%;
	align-content: center;
	}
	#map5,#map6,#map7,#map8{
		position:absolute;
		margin-left: -45px; 
		width: 92%; 
		max-height: 60%;
		align-content: center;
	}
	#bntOcultar{
		top:70px;
	}
	#bntOcultar2{
		top:100px;
	}
	.img-mapa{
		position:absolute;
		display: block;
	    width:auto;
	    max-height: 57%;
		z-index: 10;
	}
	.agileits-banner-info h4, .agileits-banner-info1 h4, .agileits-banner-info2 h4, .agileits-banner-info3 h4, .agileits-banner-info4 h4 {
		font-size: 6em;
	}
	.callbacks_tabs {
		left: 45%;
	}
	.agileits-banner-info h4,.agileits-banner-info1 h4,.agileits-banner-info2 h4,.agileits-banner-info3 h4,.agileits-banner-info4 h4{
	    color: #FFFFFF;
	    font-size: 4.5em;
	    margin: 0;
	    text-transform: uppercase;
	    font-weight: 700;
	    letter-spacing: 14px;
	    position: absolute;
	    top: 53%;
	    left: 0;
	    width: auto;
	    text-align: center;
	}
}
@media(max-width:736px){
	.viewPdf{
		height: 400px;
  		width: 700px;
	}
	#vidSIST{
		height: 100%; 
		width: auto;
	}
	#vid1, #vidZoom2, #vidZoom, #vidZoomSP, #vidZoomSIST{
	    width: 100%;
	    height: auto;
	}
	#vidZoomSID, #vidZoomSIR{
		max-width: 735px;
	    height: auto;
	}
	#mapAlto, #mapSP, #mapSIST{
		position: absolute;
		float: left; 
		z-index: 100;
	    width: 100%;
	    height: auto;
	}
	#mapSID, #mapSIR{
		max-width: 735px;
	    height: auto;
	}
	#vidSP, #vidSIR, #vidSID{
		height: 100%; 
		width: auto;
	}
	#map1,#map2,#map3{
	position:absolute; 
	width: 96%;
	max-height: 55%;
	align-content: center;
	}
	#map5,#map6,#map7,#map8{
		position:absolute; 
		width: 96%;
		max-height: 55%;
		align-content: center;
	}
	#bntOcultar2{
		top:80px;
	}
	#bntOcultar{
		top:100px;
	}
	.agileits-banner-info, .agileits-banner-info1, .agileits-banner-info2, .agileits-banner-info3, .agileits-banner-info4 {
		padding: 12em 0 5em;
	}
	.agileits-banner-info h4, .agileits-banner-info1 h4, .agileits-banner-info2 h4, .agileits-banner-info3 h4, .agileits-banner-info4 h4 {
		font-size: 5em;
	}
	.agile-news-img {
		width: 30%;
		float: left;
	}
	.agile-news-img-info {
		float: left;
		width: 70%;
	}
	.testimonial-img-info p {
		width: 85%;
	}
	.flip-container, .back {
		height: 472px;
	}
	.agileits-banner-info h4,.agileits-banner-info1 h4,.agileits-banner-info2 h4,.agileits-banner-info3 h4,.agileits-banner-info4 h4{
	    color: #FFFFFF;
	    font-size: 3.8em;
	    margin: 0;
	    text-transform: uppercase;
	    font-weight: 700;
	    letter-spacing: 12px;
	    position: absolute;
	    top: 53%;
	    left: 0;
	    width: auto;
	    text-align: center;
	}
	.icon-10x.icon-border {
	  border-width: 8px;
	  -webkit-border-radius: 8px;
	  -moz-border-radius: 8px;
	  border-radius: 8px;
	  vertical-align: middle;
	  margin-left: 238px;
	}
	.icon-10x {
	  font-size: 7em;
	}
	.blankdivider100 {
		height: 10px;
		display: block;
	}
}
@media(max-width:667px){
	.slogan{
		font-weight: 700;
		color: #3d6591; 
		font-size:28px;
		text-transform:uppercase;
		float: left;
	}
	.viewPdf{
		height: 400px;
  		width: 650px;
	}
	#vidSIST{
		height: 100%; 
		width: auto;
	}
	#vid1, #vidZoom2, #vidZoom, #vidZoomSP, #vidZoomSIST{
	    width: 100%;
	    height: auto;
	}
	#vidZoomSID, #vidZoomSIR{
		max-width: 665px;
	    height: auto;
	}
	#mapAlto, #mapSP, #mapSIST{
		position: absolute;
		float: left; 
		z-index: 100;
	    width: 100%;
	    height: auto;
	}
	#mapSID, #mapSIR{
		max-width: 665px;
	    height: auto;
	}
	#vidSP, #vidSIR, #vidSID{
		height: 100%; 
		width: auto;
	}
	#map1,#map2,#map3,#map4{
		position:absolute; 
		width: 96%;
		max-height: 55%;
		align-content: center;
	}
	#map5,#map6,#map7,#map8{
		position:absolute; 
		width: 90%;
		max-height: 52%;
		align-content: center;
	}
	#bntOcultar{
		top:100px;
	}
	#bntOcultar2{
		top:80px;
	}
	.agile-news-img {
		width: 35%;
	}
	.agile-news-img-info {
		width: 65%;
		padding: 4.6em 1em;
	}
	.flip-container, .back {
		height: 421px;
	}
	.back {
		padding: 9em 1em 0;
	}
	.agileits-banner-info h4,.agileits-banner-info1 h4,.agileits-banner-info2 h4,.agileits-banner-info3 h4,.agileits-banner-info4 h4{
	    color: #FFFFFF;
	    font-size: 3.8em;
	    margin: 0;
	    text-transform: uppercase;
	    font-weight: 650;
	    letter-spacing: 11px;
	    position: absolute;
	    top: 53%;
	    left: 0;
	    width: auto;
	    text-align: center;
	}
	.icon-10x.icon-border {
	  border-width: 8px;
	  -webkit-border-radius: 8px;
	  -moz-border-radius: 8px;
	  border-radius: 8px;
	  vertical-align: middle;
	  margin-left: 204px;
	}
	.icon-10x {
	  font-size: 7em;
	}
	.blankdivider100 {
		height: 10px;
		display: block;
	}
}
@media(max-width:640px){
	.slogan{
		font-weight: 700;
		color: #3d6591; 
		font-size:27px;
		text-transform:uppercase;
		float: left;
	}
	.viewPdf{
		height: 400px;
  		width: 600px;
	}
	#vidSIST{
		height: 100%; 
		width: auto;
	}
	#vid1, #vidZoom2, #vidZoom, #vidZoomSP, #vidZoomSIST{
	    width: 100%;
	    height: auto;
	}
	#vidZoomSID, #vidZoomSIR{
		max-width: 635px;
	    height: auto;
	}
	#mapAlto, #mapSP, #mapSIST{
		position: absolute;
		float: left; 
		z-index: 100;
	    width: 100%;
	    height: auto;
	}
	#mapSID, #mapSIR{
		max-width: 635px;
	    height: auto;
	}
	#vidSP, #vidSIR, #vidSID{
		height: 100%; 
		width: auto;
	}
	#map1,#map2,#map3,#map4{
	position:absolute; 
	width: 96%;
	max-height: 40%;
	align-content: center;
	}
	#map5,#map6,#map7,#map8{
		position:absolute; 
		width: 90%;
		max-height: 50%;
		align-content: center;
	}
	#bntOcultar{
		top:25px;
	}
	#bntOcultar2{
		font-size: 14px;
		top:70px;
	}
	.img-mapa{
		position:absolute;
		display: block;
	    width:auto;
	    max-height: 84%;
		z-index: 10;
	}
	.agileits-banner-info h3,.agileits-banner-info1 h3,.agileits-banner-info2 h3,.agileits-banner-info3 h3,.agileits-banner-info4 h3{
		font-size: 20em;
	}
	.agileits-banner-info h4, .agileits-banner-info1 h4, .agileits-banner-info2 h4, .agileits-banner-info3 h4, .agileits-banner-info4 h4 {
		font-size: 4em;
	}

	.flip-container, .back {
		height: 401px;
	}
	.callbacks_tabs {
		left: 41%;
	}
	.agileits-banner-info h4,.agileits-banner-info1 h4,.agileits-banner-info2 h4,.agileits-banner-info3 h4,.agileits-banner-info4 h4{
	    color: #FFFFFF;
	    font-size: 3.7em;
	    margin: 0;
	    text-transform: uppercase;
	    font-weight: 650;
	    letter-spacing: 10px;
	    position: absolute;
	    top: 53%;
	    left: 0;
	    width: auto;
	    text-align: center;
	}
	.icon-10x.icon-border {
	  border-width: 8px;
	  -webkit-border-radius: 8px;
	  -moz-border-radius: 8px;
	  border-radius: 8px;
	  vertical-align: middle;
	  margin-left: 190px;
	}
	.icon-10x {
	  font-size: 7em;
	}
	.blankdivider100 {
		height: 10px;
		display: block;
	}
}

@media(max-width:480px){
	.slogan{
		font-weight: 600;
		color: #3d6591; 
		font-size:21px;
		text-transform:uppercase;
		float: left;
	}
	.viewPdf{
		/*height: 350;
  		width: 350;*/
  		display: none;
	}
	#vidSIST{
		height: 100%; 
		width: auto;
	}
	#vid1, #vidZoom2, #vidZoom, #vidZoomSP, #vidZoomSIST{
	    width: 100%;
	    height: auto;
	}
	#vidZoomSID, #vidZoomSIR{
		max-width: 478px;
	    height: auto;
	}
	#mapAlto, #mapSP, #mapSIST{
		position: absolute;
		float: left; 
		z-index: 100;
	    width: 100%;
	    height: auto;
	}
	#mapSID, #mapSIR{
		max-width: 478px;
	    height: auto;
	}
	#vidSP, #vidSIR, #vidSID{
		height: 100%; 
		width: auto;
	}
	#map1,#map2,#map3,#map4{
	position:absolute; 
	width: 94%;
	max-height: 40%;
	align-content: center;
	}
	#map6, #map5,#map7,#map8{
		position:absolute; 
		width: 85%;
		max-height: 45%;
		align-content: center;
	}
	#bntOcultar{
		top:90px;
	}
	#bntOcultar2{
		top:50px;
		font-size:14px;
	}
	.img-mapa{
		position:absolute;
		display: block;
	    width:auto;
	    max-height: 60%;
		z-index: 10;
	}
	.agileits-banner-info h3, .agileits-banner-info1 h3, .agileits-banner-info2 h3, .agileits-banner-info3 h3, .agileits-banner-info4 h3 {
		font-size: 15em;
	}
	.agileits-banner-info h4, .agileits-banner-info1 h4, .agileits-banner-info2 h4, .agileits-banner-info3 h4, .agileits-banner-info4 h4 {
		font-size: 3em;
	}
	.callbacks_tabs {
		top: 88%;
	}
	.w3-about-top h3, .w3-services-top h3, .w3-gallery-top h3, .w3-testimonial-top h3, .w3-news-top h3, .w3-team-top h3, .w3-subscribe-top h3, .w3-contact-top h3 {
		font-size: 16em;
	}
	.w3l-about {
		padding: 2em 0;
	}
	.agileits-services-grid h4 {
		font-size: 1.2em;
	}
	.testimonial-img-grid {
		width: 75%;
	}
	.agileits-services-grids, .gallery-grids, .w3-agile-testimonial, .wthree-news-grids, .agile-team-grids, .w3-agile-subscribe,.w3ls-about-grids,.w3ls-about-info,.agile-contact-grids{
		margin: 2em 0 0 0;
	}
	.agile-news-img-info {
		padding: 3.8em 1em;
	}
	.flip-container, .back {
		height: 280px;
	}
	.back {
		padding: 5em 1em 0;
	}
	.back h4 {
		letter-spacing: 2px;
	}
	.agileits-banner-info h4,.agileits-banner-info1 h4,.agileits-banner-info2 h4,.agileits-banner-info3 h4,.agileits-banner-info4 h4{
	    color: #FFFFFF;
	    font-size: 2.2em;
	    margin: 0;
	    text-transform: uppercase;
	    font-weight: 650;
	    letter-spacing: 10px;
	    position: absolute;
	    top: 53%;
	    left: 0;
	    width: auto;
	    text-align: center;
	}
	.icon-10x.icon-border {
	  border-width: 4px;
	  -webkit-border-radius: 6px;
	  -moz-border-radius: 6px;
	  border-radius: 6px;
	  vertical-align: middle;
	  margin-left: 110px;
	}
	.icon-10x {
	  font-size: 7em;
	}
	.blankdivider100 {
		height: 10px;
		display: block;
	}
}
@media(max-width:414px){
	.slogan{
		font-weight: 600;
		color: #3d6591; 
		font-size:18px;
		text-transform:uppercase;
		float: left;
	}
	.viewPdf{
		display: none;
		/*height: 380;
  		width: 400;*/
	}
	#vidSIST{
		height: 100%; 
		width: auto;
	}
	#vid1, #vidZoom2, #vidZoom, #vidZoomSP, #vidZoomSIST{
	    width: 100%;
	    height: auto;
	}
	#vidZoomSID, #vidZoomSIR{
		max-width: 412px;
	    height: auto;
	}
	#mapAlto, #mapSP, #mapSIST{
		position: absolute;
		float: left; 
		z-index: 100;
	    width: 100%;
	    height: auto;
	}
	#mapSID, #mapSIR{
		max-width: 412px;
	    max-height: 350px;
	}
	#vidSP, #vidSIR, #vidSID{
		height: 100%; 
		width: auto;
	}
	#map1,#map2,#map3,#map4{
	position:absolute; 
	width: 94%;
	max-height: 30%;
	align-content: center;
	}
	#map6, #map5,#map7,#map8{
		position:absolute; 
		width: 85%;
		max-height: 35%;
		align-content: center;
	}
	#bntOcultar{
		top:80px;
	}
	#bntOcultar2{
		top:70px;
		font-size: 14px;
	}
	.img-mapa{
		position:absolute;
		display: block;
	    width:auto;
	    max-height: 50%;
		z-index: 10;
	}
	.w3layouts-logo h1 a {
		font-size: 1.2em;
	}
	/*.agileits-banner-info h4, .agileits-banner-info1 h4, .agileits-banner-info2 h4, .agileits-banner-info3 h4, .agileits-banner-info4 h4 {
		letter-spacing: 9px;
		top: 57%;
	}*/
	.agileits-banner-info h3, .agileits-banner-info1 h3, .agileits-banner-info2 h3, .agileits-banner-info3 h3, .agileits-banner-info4 h3 {
		font-size: 13em;
	}
	.agileits-banner-info, .agileits-banner-info1, .agileits-banner-info2, .agileits-banner-info3, .agileits-banner-info4 {
		padding: 10em 0 3em;
	}
	.callbacks_tabs {
		left: 38%;
	}
	.w3ls-about-grid {
		float: left;
		width: 50%;
	}
	.team-grid {
		float: none;
		width: 100%;
	}
	.team-grid:nth-child(2),.team-grid:nth-child(3), .team-grid:nth-child(4) {
		margin: 1em 0 0 0;
	}
	.flip-container, .back {
		height: 507px;
	}
	.back {
		padding: 12em 1em 0;
	}
	.w3-agile-address-left {
		width: 20%;
	}
	.agileits-banner-info2 h3 {
		color: #4DD0E1;
		margin: 0;
		line-height: .8em;
		font-weight: 700;
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
		-webkit-text-fill-color: transparent;
		background: -webkit-linear-gradient(transparent, transparent), url(../img/bg/bg-1.jpg) repeat -276px -339px;
		background: -o-linear-gradient(transparent, transparent);
		-webkit-background-clip: text;
	}
	.agileits-banner-info3 h3 {
		color: #4DD0E1;
		margin: 0;
		line-height: .8em;
		font-weight: 700;
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
		-webkit-text-fill-color: transparent;
		background: -webkit-linear-gradient(transparent, transparent), url(../img/bg/slider4.jpg) repeat -438px -311px;
		background: -o-linear-gradient(transparent, transparent);
		-webkit-background-clip: text;
	}
	.agileits-banner-info4 h3 {
		color: #4DD0E1;
		margin: 0;
		line-height: .8em;
		font-weight: 700;
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
		-webkit-text-fill-color: transparent;
		background: -webkit-linear-gradient(transparent, transparent), url(../img/bg/bg-3.jpg) repeat -426px -253px;
		background: -o-linear-gradient(transparent, transparent);
		-webkit-background-clip: text;
	}
	.modal-header h4 {
		font-size: 1.2em;
	}
	.agileits-banner-info h4,.agileits-banner-info1 h4,.agileits-banner-info2 h4,.agileits-banner-info3 h4,.agileits-banner-info4 h4{
	    color: #FFFFFF;
	    font-size: 1.9em;
	    margin: 0;
	    text-transform: uppercase;
	    font-weight: 600;
	    letter-spacing: 8px;
	    position: absolute;
	    top: 48%;
	    left: 0;
	    width: auto;
	    text-align: center;
	}
	.icon-10x.icon-border {
	  border-width: 4px;
	  -webkit-border-radius: 6px;
	  -moz-border-radius: 6px;
	  border-radius: 6px;
	  vertical-align: middle;
	  margin-left: 78px;
	}
	.icon-10x {
	  font-size: 7em;
	}
	.blankdivider100 {
		height: 10px;
		display: block;
	}
}
@media(max-width:384px){
	.slogan{
		font-weight: 600;
		color: #3d6591; 
		font-size:16px;
		text-transform:uppercase;
		float: left;
	}
	.viewPdf{
		display: none;
		/*height: 300;
  		width: 370;*/
	}
	.agile-news-img {
		width: 100%;
		float: none;
	}
	.agileits-banner-info h4,.agileits-banner-info1 h4,.agileits-banner-info2 h4,.agileits-banner-info3 h4,.agileits-banner-info4 h4{
	    color: #FFFFFF;
	    font-size: 1.8em;
	    margin: 0;
	    text-transform: uppercase;
	    font-weight: 600;
	    letter-spacing: 8px;
	    position: absolute;
	    top: 48%;
	    left: 0;
	    width: auto;
	    text-align: center;
	}
	.icon-10x.icon-border {
	  border-width: 4px;
	  -webkit-border-radius: 6px;
	  -moz-border-radius: 6px;
	  border-radius: 6px;
	  vertical-align: middle;
	  margin-left: 63px;
	}
	.icon-10x {
	  font-size: 7em;
	}
	.blankdivider100 {
		height: 10px;
		display: block;
	}
	#vidSIST{
		height: 100%; 
		width: auto;
	}
	#vid1, #vidZoom2, #vidZoom, #vidZoomSP, #vidZoomSIST{
	    width: 100%;
	    height: auto;
	}
	#vidZoomSID, #vidZoomSIR{
		max-width: 381px;
	    height: auto;
	}
	#mapAlto, #mapSP, #mapSIST{
		position: absolute;
		float: left; 
		z-index: 100;
	    width: 100%;
	    height: auto;
	}
	#mapSID, #mapSIR{
		position: absolute;
		max-width: 381px;
	    max-height: 310px;
	}
	#vidSP, #vidSIR, #vidSID{
		height: 100%; 
		width: auto;
	}
	#map1,#map2,#map3,#map4{
	position:absolute; 
	width: 94%;
	max-height: 30%;
	align-content: center;
	}
	#map6, #map5,#map7,#map8{
		position:absolute; 
		width: 85%;
		max-height: 35%;
		align-content: center;
	}
	#bntOcultar{
		top:100px;
	}
	#bntOcultar2{
		font-size: 14px;
		top:65px;
	}
	.img-mapa{
		position:absolute;
		display: block;
	    width:auto;
	    max-height: 45%;
		z-index: 10;
	}
}
@media(max-width:375px){ /* samsung a8 2018 */
	.slogan{
		font-weight: 550;
		color: #3d6591; 
		font-size:16px;
		text-transform:uppercase;
		float: left;
	}
	#vidSIST{
		height: 100%; 
		width: auto;
	}
	#vid1, #vidZoom2, #vidZoom, #vidZoomSP, #vidZoomSIST{
	    width: 100%;
	    height: auto;
	}
	#vidZoomSID, #vidZoomSIR{
		max-width: 373px;
	    height: auto;
	}
	#mapAlto, #mapSP, #mapSIST{
		position: absolute;
		float: left; 
		z-index: 100;
	    width: 100%;
	    height: auto;
	}
	#mapSID, #mapSIR{
		position: absolute;
		max-width: 373px;
	    max-height: 310px;
	}
	#vidSP, #vidSIR, #vidSID{
		height: 100%; 
		width: auto;
	}
	#map1,#map2,#map3,#map4,#map5,#map6,#map7,#map8{
	position:absolute; 
	width: 94%;
	max-height: 30%;
	align-content: center;
	}
	#bntOcultar{
		top:100px;
	}
	.flip-container, .back {
		height: 448px;
	}
	.back {
		padding: 10em 1em 0;
	}
	.top-nav ul li a {
		padding: .5em;
	}
	.agileits-banner-info h4,.agileits-banner-info1 h4,.agileits-banner-info2 h4,.agileits-banner-info3 h4,.agileits-banner-info4 h4{
	    color: #FFFFFF;
	    font-size: 1.8em;
	    margin: 0;
	    text-transform: uppercase;
	    font-weight: 600;
	    letter-spacing: 8px;
	    position: absolute;
	    top: 45%;
	    left: 0;
	    width: auto;
	    text-align: center;
	}
	.icon-10x.icon-border {
	  border-width: 4px;
	  -webkit-border-radius: 6px;
	  -moz-border-radius: 6px;
	  border-radius: 6px;
	  vertical-align: middle;
	  margin-left: 58px;
	}
	.icon-10x {
	  font-size: 7em;
	}
	.blankdivider100 {
		height: 10px;
		display: block;
	}

	.viewPdf{
		display: none;
		/*height: 300;
  		width: 350;*/
	}
}
@media(max-width:320px){
	.slogan{
		font-weight: 500;
		color: #3d6591; 
		font-size:14px;
		text-transform:uppercase;
		float: left;
	}
	.viewPdf{
		display: none;
		/*height: 300;
  		width: 400;*/
	}
	#vidSIST{
		height: 100%; 
		width: auto;
	}
	#vid1, #vidZoom2, #vidZoom, #vidZoomSP, #vidZoomSIST{
	    width: 100%;
	    height: auto;
	}
	#vidZoomSID, #vidZoomSIR{
		max-width: 373px;
	    height: auto;
	}
	#mapAlto, #mapSP, #mapSIST{
		position: absolute;
		float: left; 
		z-index: 100;
	    width: 100%;
	    height: auto;
	}
	#mapSID, #mapSIR{
		position: absolute;
		max-width: 373px;
	    max-height: 310px;
	}
	#vidSP, #vidSIR, #vidSID{
		height: 100%; 
		width: auto;
	}
	#map1,#map2,#map3,#map4,#map5,#map6,#map7,#map8{
	position:absolute; 
	width: 92%;
	max-height: 20%;
	align-content: center;
	}
	#bntOcultar{
		top:90px;
		font-size: 14px;
	}
	.img-mapa{
		position:absolute;
		display: block;
	    width:auto;
	    max-height: 38%;
		z-index: 10;
	}
	.w3layouts-logo h1 a {
		font-size: .9em;
	}
	.header-right {
		margin: 1em 0 0 0;
	}
	.agileits-banner-info h3, .agileits-banner-info1 h3, .agileits-banner-info2 h3, .agileits-banner-info3 h3, .agileits-banner-info4 h3 {
		font-size: 10em;
	}
	/*.agileits-banner-info h4, .agileits-banner-info1 h4, .agileits-banner-info2 h4, .agileits-banner-info3 h4, .agileits-banner-info4 h4 {
		top: 50%;
		font-size: 2em;
	}*/
	.w3ls-heading h2, .w3ls-heading h3 {
		font-size: 1.5em;
	}
	.w3ls-about-info p {
		width: 100%;
	}
	.back {
		padding: 7em 1em 0;
	}
	.w3-about-top h3, .w3-services-top h3, .w3-gallery-top h3, .w3-testimonial-top h3, .w3-news-top h3, .w3-team-top h3, .w3-subscribe-top h3, .w3-contact-top h3 {
		font-size: 8em;
	}
	.agileits-banner-info h4,.agileits-banner-info1 h4,.agileits-banner-info2 h4,.agileits-banner-info3 h4,.agileits-banner-info4 h4{
	    color: #FFFFFF;
	    font-size: 1.8em;
	    margin: 0;
	    text-transform: uppercase;
	    font-weight: 600;
	    letter-spacing: 8px;
	    position: absolute;
	    top: 45%;
	    left: 0;
	    width: auto;
	    text-align: center;
	}
	.icon-10x.icon-border {
	  border-width: 4px;
	  -webkit-border-radius: 6px;
	  -moz-border-radius: 6px;
	  border-radius: 6px;
	  vertical-align: middle;
	  margin-left: 50px;
	}
	.icon-10x {
	  font-size: 7em;
	}
	.blankdivider100 {
		height: 10px;
		display: block;
	}
}
/*-- //responsive --*/




/* ********* mapas ************************* */

#mapAlto,#mapSr7{
position:absolute; 
width:  620px;
height: 350px;
align-content: center;
}
#mapSP{
position:absolute; 
width:  560px;
height: 350px;
align-content: center;
}
#mapSP,#mapSIST{
position:absolute; 
width:  560px;
height: 320px;
align-content: center;
}
#mapSID{
position:absolute; 
width:  730px;
height: 450px;
align-content: center;
}
#mapSIR{
position:relative; 
width:  730px;
height: 450px;
align-content: center;
}
#vidZoomSID,#vidZoomSIR{
float:left;
position:relative; 
width:  730px;
height: 450px;
align-content: center;
}
#map1,#map2,#map3,#map4,#map5,#map6,#map7,#map8{
position:absolute; 
max-width: 743px;
height: 430px;
align-content: center;
}
/**********************************************/
section#works {
	background:#f2f2f2;
}

.img-mapa{
	position:absolute;
	display: block; 
	width: auto;
	height: 100%;
	z-index: 10;
}

.banner_semtro{
	font-size: 125px !important;
}
@media (max-width: 850px) {
	.banner_semtro{
		font-size: 55px !important;
	}
}
@media (max-width: 650px) {
	.banner_semtro{
		font-size: 45px !important;
	}
}

@media (max-width: 450px) {
	.banner_semtro{
		font-size: 35px !important;
	}
}
@media (max-width: 300px) {
	.banner_semtro{
		font-size: 25px !important;
	}
}
