/*
Theme Name: ingemetales
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ingemetales
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 ingemetales is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
	color:#0b4069;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	

}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #0b4069;
}
a:visited {
	color: #428bca;
}
a:hover,
a:focus,
a:active {
	color: #428bca;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
#social-navigation-container{
	margin-top: 85px;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 50px;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a span{
	width: 100%;
	font-size: 14px;
	background-color: #749EB3;
}
.main-navigation ul ul li {
	width: 230px;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}


/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.cl-effect-2 a {
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.cl-effect-2 a span {
	position: relative;
	display: inline-block;
	padding: 3px 25px;
	background-color:#7ba6bb;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cl-effect-2 a span::before , .main-navigation .current_page_item a span::before,.main-navigation .current-menu-item a span::before {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background: #164d6d;
	color: #fff;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.cl-effect-2 a:hover span,.main-navigation .current_page_item a span,.main-navigation .current-menu-item a span,
.cl-effect-2 a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.cl-effect-2 a:hover span::before,
.cl-effect-2 a:focus span::before {
	background: #164d6d;
	color: #fff;	
}

/* Small menu */
.menu-toggle {
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}


/*MIS ESTILOS*/

/*==================dividers====================*/

.hr{

		border-bottom: 1px solid #1e6589;
}

.hr-double{
		border-bottom: 3px solid #1e6589;
}

hr {

    display: block;

    height: 1px;

    border: 0;

   	border-bottom: 1px solid #1e6589;

    margin: 1em 0;

    padding: 0;

}


.gap{

	clear: both;

	line-height: 20px;

	height: 20px;

	overflow: hidden;

}

div.gap, div.double-gap{

	width:100%;

}

.double-gap{

	clear: both;

	line-height: 30px;

	height: 30px;

	overflow: hidden;

}

.gap-big{
	clear: both;

	line-height: 40px;

	height:40px;

	overflow: hidden;
}


.gap-small {	

	line-height: 10px;

	height:10px;

}

.no-padding{
	padding: 0 !important;
}


/*HEADER*/

body{
	 width:100%;
     background:url(img/bg1parallax.jpg) no-repeat #fff;
}

#slide-container{
	background: url(img/bg-slider.png) rgba(204, 204, 204, 0.28);
}

#page{
 	width:100%; 
    background:url(img/bg1parallax.png) no-repeat;
}
.tel_contact_container{
	text-align: right;
}
#tel_contact{
	display: inline-block;
	font-size: 18px;
	vertical-align: super;
}
span.icon-telefono-header{display:inline-block;background: url(img/iconos-sprite.png) no-repeat top left; background-position: -38px 0; width: 30px; height: 28px; }

#social_header{
	float: right;
}

#social_header li.facebook{ background-position: 0 0; width: 31px; height: 30px; } 
#social_header li.gplus{  background-position: -41px 0; width: 30px; height: 30px; } 
#social_header li.instagram{  background-position: -81px 0; width: 31px; height: 30px; } 
#social_header li.skype{background-position: -122px 0; width: 31px; height: 30px; } 
#social_header li.youtube{background-position: -163px 0; width: 30px; height: 30px; } 

#social_header li {
    background: url(img/social-icons.png) no-repeat top left;
    display: inline-block;
    list-style: none;
    margin-left: 10px;
}

#social_header li a {
width: 34px;
height: 34px;
display: block;
}


/*slide*/
#slide-container{
	border-top: 10px solid #062747;
	border-bottom: 10px solid #062747;
}

/*Clientes*/
#clientes-slider .slides li{
	border-bottom: 1px solid #1e6589;
	padding-bottom: 10px ;
}

#clientes-slider .slides li h3{
	margin-top: 0;
	font-weight: 300;
}
#clientes-slider .slides li h3 span{
	font-weight: bold;
}

body.home h3.main-title-homes{
	text-transform: uppercase;
	padding-bottom: 5px;
}



#menu-secundary{
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	width:100%;
	margin-top: 50px;
}

#menu-secundary li {
	margin: 20px 0;
	background-color:#7ba6bb;
	position: relative;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:10px;
	border-top-right-radius:0px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:0px;
	width: 80%;
	float: right;
	overflow: visible !important;
}

#menu-secundary li:after{
	content: url(img/shadow-menu.png)no-repeat;
	position: absolute;
}

#menu-secundary li a{
	text-align: left;
	color: #fff;
	
	font-size: 1.5em;
	display: block;
	padding: 5px 25px;

}

#menu-secundary li a h3{
	margin: 0;
	font-weight: 100;
}

#menu-secundary li a h4{
	margin: 0;
}

/*proyectos*/

#carousel-container{
 padding: 40px 0;
 background: url(img/carousel-bg.png);
 border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#carousel-slider{
	margin-bottom:0 ;
}

#carousel-slider {
width:100%;
height:200px;
position:relative;
clear:both;
overflow:hidden;
}
#carousel-slider img {
visibility:hidden; /* hide images until carousel can handle them */
cursor:pointer; /* otherwise it's not as obvious items can be clicked */
}

#carousel-slider a img.carousel-center + h3{
	display: block !important;
position: absolute;
bottom: 17px;
z-index: 999999;
width: 370px;
left: 0;
padding: 5px 10px;
right: 0;
font-size: 18px;
background-color: rgba(255, 255, 255, 0.8);
margin: 0 auto;
}
/*comunity*/


#comunity .title-news{
 background: url(img/bg-title-news.png);
 height: 100px;
 color: #fff;
 text-align: right;
 position: relative;
 width: 95%;
 padding-top: 2px;
}

#comunity .title-news:after{
content: url(img/bg-title-news-after.png);
position: absolute;
top: 0;
}


#comunity .title-news h3{
	font-size: 2.5em;
	margin-bottom: 0;
}

#comunity .title-news h5{
	margin-top: 0;
}

a.more-news{
	float: right;
	font-size: 16px;
	color: #0b4069;
}

#comunity .news-container{
	background: url(img/bg-news-container.jpg);
	padding: 20px 10px;
	margin-top: 50px;
}

#comunity .news-inner{
	background-color:#e5edf0;
	padding: 20px;
	position: relative;
	margin-bottom: 10px;
}

/*#comunity .news-inner:after{
	position: absolute;
	content: url(img/bg-news-inner-after.png)no-repeat;
	top: 0;
	right: -68px;
}*/

#comunity .news-inner h3 ,.title-subscribe h3{
	margin: 0;
}

#comunity .news-inner .news-item .img-post,.blog-page .news-item{
	position: relative;
}

#comunity .news-inner .news-item .img-post .mask-post-thumb, .blog-page .news-item .img-post .mask-post-thumb{
	width: 110px;
	height: 110px;
	background: url(img/mask-news-post.png)no-repeat;
	top: 0;
	position: absolute;

}

#comunity .news-inner .news-item{
	margin-bottom: 22px;
}

#comunity .news-inner .news-item h3{
 color: #000;
 font-size: 1.2em;
 font-weight: bold;
}

#comunity .subscribe-container{
	background: url(img/bg-subscribe.jpg)no-repeat #2584bc;
	padding: 20px 10px ;
	margin-top: 50px;
	background-position: left;
	background-size:700px 400px;
	color: #fff;
	margin-bottom:50px;
	position: relative;
}

/*.subscribe-container:after{
	position: absolute;
	top: 0;
	left: -40px;
	content: url(img/bg-subscribe-after.png);
}*/

.subscribe-inner h3 {
 text-align: center;
 font-weight: bold;
}

.subscribe-inner h3  span{
 font-weight: 100;
 white-space: nowrap;
}

.subscribe-inner form input[type=email]{
	width: 100%;
	margin: 10px 0;
	padding: 10px;
}
.subscribe-inner form button[type=submit]{
  padding: 10px;
  width: 50%;
  font-size: 18px;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
}


.title-subscribe{
	background: url(img/bg-title-subscribe.png);
	height: 100px;
	 color: #fff;
	 text-align: left;
	 position: relative;
	 width: 95%;
	 padding-top: 20px;
	 float: right;
	 padding-left: 5px;
}

.title-subscribe:before{
content: url(img/bg-title-subscribe-before.png);
position: absolute;
top: 0;
left: -21px;
}

.title-subscribe h3{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2.5em;
}

.title-subscribe h5{
	margin-top: 0;
	font-weight: bold;
}
.subscribe-inner ul{
	margin: 0;
	padding: 0;
}

.subscribe-inner ul li{
	display: inline-block;
	margin: 10px;
	width: 45%;
	list-style: disc;
}


/*footer*/

.info-contact ul{
 margin: 0;
 padding: 0;
 list-style: none;
}
.info-contact ul li{
	margin:10px 0;
	width: 100%;
}

.info-contact ul li span{
	display: inline-block;
	background: url(img/iconos-sprite.png) no-repeat top left; 
}

.info-contact ul li a, .info-contact ul li p{
	display: inline-block;
	margin-left: 10px;
	font-size: 18px;
	
}

.info-contact ul li a{
	vertical-align: super;
	color: #0b4069;
}

.info-contact ul li p{
	vertical-align: bottom;
}

.info-contact ul li span.icon-skype{ background-position: 0 0; width: 30px; height: 28px; }  
.info-contact ul li span.icon-telefono-footer{ background-position: -67px 0; width: 30px; height: 28px; } 
.info-contact ul li span.icon-mail{ background-position: -100px 0; width: 30px; height: 28px; } 
.info-contact ul li span.icon-map{ background-position: -134px 0; width: 30px; height: 28px; } 


.site-info{
	background-color:#0b4069;
	height: 50px;
	padding: 10px 0;
	color: #fff;
}

.site-footer {
	background: url(img/footer-bg.png) bottom center no-repeat ;
}

.hexagono { 
  width: 360px; 
  height: 180px; 
  background: #427e9c; 
  position: relative; 
}
.hexagono a{
	text-decoration: none;
}

.hexagono a h3 {
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-decoration: none;
	position: absolute;
	left: 0;
right: 0;
top: 0;
bottom: 0;
font-size: 3em;
text-align: center;
}

.hexagono a h3 span{
	font-weight: normal;
	font-size: 30px;
	white-space: nowrap;
}
 
.hexagono:before { 
  content: ""; 
  position: absolute; 
  top: -75px; 
  left: 0; 
  width: 0; 
  height: 0; 
  border-left: 180px solid transparent; 
  border-right: 180px solid transparent; 
  border-bottom: 75px solid #427e9c; 
} 
.hexagono:after { 
  content: ""; 
  position: absolute; 
  bottom: -75px; 
  left: 0; 
  width: 0; 
  height: 0; 
  border-left: 180px solid transparent; 
  border-right:180px solid transparent; 
  border-top:75px solid #427e9c;  
}

#inner-content-page{
	background: url(img/bg-slider.png) rgba(204, 204, 204, 0.28);
	border-top: 5px solid #062747;
	border-bottom: 5px solid #062747;
	margin: 20px 0;
}

#inner-content-page.nosotros-page .entry-header, #inner-content-page.portafolio-page .entry-header,#inner-content-page.sectores-page .entry-header,#inner-content-page.single-page .entry-header,#inner-content-page.blog-page .entry-header,
#inner-content-page.nofound-page .entry-header,#inner-content-page.full-page .entry-header{
	height: 200px;
	margin-top: 0;
	position: relative;
}

#inner-content-page.nosotros-page .entry-header h1, #inner-content-page.portafolio-page .entry-header h1 ,#inner-content-page.sectores-page .entry-header h1,#inner-content-page.single-page .entry-header h1,#inner-content-page.blog-page .entry-header h1,
#inner-content-page.nofound-page .entry-header h1,#inner-content-page.full-page .entry-header h1{
	position: absolute;
	left: 10px;
	bottom: 20px;
	color: #fff;
	font-size: 3em;
}

.contact-page .icon-map-contact{
	display: block;
	margin: 0 auto;
}

.contact-page .entry-content{
	color: #fff;
	padding:20px 30px;
	font-size: 1.2em;
}


#wpcf7-f74-o1{
	background-color: #e9e9e9;
	padding: 10px;
}


input[type="submit"].btn-blue{
		background: #226b8f; /* Old browsers */
background: -moz-linear-gradient(top,  #226b8f 0%, #042442 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#226b8f), color-stop(100%,#042442)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #226b8f 0%,#042442 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #226b8f 0%,#042442 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #226b8f 0%,#042442 100%); /* IE10+ */
background: linear-gradient(to bottom,  #226b8f 0%,#042442 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#226b8f', endColorstr='#042442',GradientType=0 ); /* IE6-9 */
color: #fff;
}




/*Tabs*/

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
    
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 25%;
    background-color: #fff;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
    font-size: 1.2em;
	text-transform: uppercase;
	color: #0B4069;
	border-bottom: 1px dashed #ccc;
	color: #2993d1;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-top-color: #2993d1;
    float: right;
    width: 70%;
    min-height: 350px;
    clear: none;
    margin-top: 20px;
}

.resp-tabs-container .tab{
	position: relative;
	padding-top: 50px;
}

.resp-tabs-container .tab h3{
	background: #1e6589;
	padding: 10px;
	color: #fff;
	width: 50%;
	text-align: center;
	position: absolute;
	margin-left: auto;
	margin-right:auto;
	top: -40px;
left: 0;
right: 0;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    font-weight: bold;
   background: url(img/bg-title-news.png);
   color: #fff;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}




/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}


#links_servicios{
	padding: 20px 0;
	margin: 20px 0;
	background-color: #fff;
}

#links_servicios .link-servicio{
	width: 262px;
	height:302px;
	background: url(img/bg-link.jpg);
   color: #fff;
   position: relative;
}

#links_servicios  a:hover .link-servicio {
	background: url(img/bg-link-hover.jpg);
	-webkit-transition-property: background-image;

-webkit-transition-duration: 1.0s;

-webkit-transition-timing-function: ease-out;
}

#links_servicios  a{
	width: 262px;
height: 302px;
display: block;
margin-right: auto;
margin-left: auto;
}

#links_servicios .link-servicio h3{
	position: absolute;
top: 70px;
text-align: center;
font-size: 3em;
text-transform: uppercase;
}

#links_servicios .link-servicio h3 span{
	font-weight: 100;
	white-space: nowrap;
	font-size: 0.7em;
	text-transform: lowercase;
}

#links_servicios .link-servicio .mask-link-servicios{
	background: url(img/mask-link-servicios.png)no-repeat;
	position: absolute;
	top: 0;
	width: 262px;
	height: 302px;
}

/*portafolio*/

#menu-lista-portfolio{
	list-style: none;
	padding: 0;
	margin:0;
}
#menu-lista-portfolio li{
	display: inline-block;
}

#menu-lista-portfolio .menu-item-portfolio{
	position: relative;
}

#menu-lista-portfolio .menu-item-portfolio a{
	display: block;
}

#menu-lista-portfolio .menu-item-portfolio h3{
	position: absolute;
	text-align: center;
	top: 30px;
	color: #fff;
	width: 85%;
	font-size: 20px;
}

#menu-lista-portfolio .menu-item-portfolio h3 span{
	white-space: nowrap;
	font-size: 16px;
}

.menu-item-portfolio img{
	border-color:#1e6589;
	border-style:solid;
	border-width:4px;
}

#entry-content{
	padding: 10px;
	background-color: #fff;
}


.info-servicio h3, .main-title{
	font-size: 4em;
	color: #2993d1;
	text-align: left;
	margin-bottom: 0;
}

.info-servicio h5, .sub-title{
	color: #1e6589;
	font-size: 28px;
	margin-top: 0;
}

/*Sectores proyectos*/

.sectores-page .entry-content hgroup h1{
	color: #1e6589;
}  

.sectores-page .entry-content hgroup h1 span{
	font-weight: bold;
}

#proyectos_lista{
	list-style: none;
}

#proyectos_lista li{
	display: inline-block;
}

#proyectos_lista li a{
	display: block;
	position: relative;
}

#proyectos_lista li:hover img{
	background-color: #5289a4;
	border: 1px solid #5289a4;
}

#proyectos_lista li:hover h4{
	background-color:rgba(30, 101, 137, 0.9);
}

#proyectos_lista li a h4{
	position: absolute;
	bottom: 10px;
	right: 5px;
	padding: 5px;
	background-color: rgba(123, 166, 187, 0.9);
	width: 80%;
	color: #fff;
}
#otros-sectores h5, #proyectos-relacionados h5{
	border-top:1px dashed #1e6589;
	position: relative;
}

#otros-sectores h5 span,#proyectos-relacionados h5 span{
	padding: 5px 10px;
	background-color: #1e6589;
	border-top: 2px solid #5289a4;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: -13px;

}

#otros_sectores_lista{
	padding: 0;
	margin: 0;
	list-style: none;
}
#otros_sectores_lista li{
	display: inline-block;
	padding: 10px;
}

#otros_sectores_lista li a{
	background-color: #1e6589;
	display: block;
	padding: 20px 0;
	text-decoration: none;
}

#otros_sectores_lista li h4{
	text-align: center;
color: #fff;
text-transform: uppercase;
margin-bottom: 0;
font-weight: 100;
font-size: 2em;
}


#otros_sectores_lista li h3{
	text-align: center;
	color: #fff;
	margin-top: 0;
	font-weight: bold;
}



#loading-ajax{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 999999999999999999999;
    display: none;
}

#loading-ajax img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: auto;  
    margin-top: auto;   
}

body.single-proyectos .entry-content{
	background-color: #fff;
	padding: 10px;
}

#relacionados-carousel li a h3{
	position: absolute;
bottom: 25px;
background-color: #fff;
font-size: 22px;
padding: 5px 12px;
width: 91%;
}


.article-single{
	background-color: #fff;
}

.article-single h3{
	color: #1e6589;
}

.blog-page .entry-content{
	background-color:#e5edf0 !important; 
}
.blog-page .entry-content .article-title h3 {
	margin-top: 0;
}

.widget .widget-title,.title-styled{
	font-size: 18px;
	background-color: #0b4069;
	padding: 10px 20px;
	color: #fff;
	width: 90%;
	position: relative;
}

.widget .widget-title:after ,.title-styled:after{
content: "";
border-left: 25px solid #0b4069;
border-bottom: 39px solid transparent;
position: absolute;
left: 100%;
top: 0;
}

.search-form input[type=search], .search-form label{
	width: 100% !important;
}

.wpcf7 legend{
	width: auto;
	margin: 0;
	position: relative;
}

.wpcf7 legend span{
	background-color: #1e6589;
	border-top: 2px solid #5289a4;
	text-transform: uppercase;
	color: #fff;
	width: auto;
	padding: 5px 10px;
	margin: 0;
}

.wpcf7 legend span:after{
	content: "";
	border-left: 25px solid #1e6589;
	border-top: 36px solid transparent;
	position: absolute;
	left: 100%;
	top: -4px;
}

.wpcf7 .fields-content{
	background-color: #fff;
	margin-bottom: 20px;
}

.wpcf7 .fields-content > div{
	padding: 15px;
}

.wpcf7 .fields-content input[type=text],.wpcf7 .fields-content input[type=email], .wpcf7 .fields-content textarea,
.wpcf7 .fields-content select{
	width: 100%;
	padding: 5px 10px;
}

.wpcf7-form-control-wrap.material .wpcf7-form-control > span.wpcf7-list-item > label, .wpcf7-form-control-wrap.servicio .wpcf7-form-control > span.wpcf7-list-item > label{
	width: 100%;
	font-weight: normal;
}

.wpcf7-form-control-wrap.material .wpcf7-form-control > span.wpcf7-list-item > label > span, .wpcf7-form-control-wrap.servicio .wpcf7-form-control > span.wpcf7-list-item > label > span{
	width: 90%;
}

.wpcf7-form-control-wrap.comoconocio .wpcf7-list-item > label{
	margin-right: 40px;
	font-weight: normal;
}


.wpcf7-submit{
	background-color: #1e6589;
	color: #fff;
	border: 0;
	font-size: 18px !important;
	text-transform: uppercase;
	margin-top: 60px;
}

.screen-reader-response, .wpcf7-validation-errors{
color: #a94442;
padding: 10px;
margin-bottom: 10px;
}

.wpcf7-not-valid-tip, .required-field{
	color: #a94442;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px ) { 

}

nav#site-navigation select {
  display: none;
}

@media (max-width: 1024px){
	.outer-logo {
		position: absolute !important;
		max-width: 175px;
		top: -15px;
	}
	#social-navigation-container {
		margin-top: 85px;
		min-width: 848px;
		float: right;
	}
	#slide-container .container .col-md-12 .tp-caption img {
		left: 89px;
		position: relative;
	}
	.subscribe-inner ul li {
		width: 55%;
	}
	.title-subscribe {
		padding-top: 4px;
	}
	footer#colophon .info-contact {
		width: 50%;
	}
}

html {
	overflow-x: hidden;
}

@media (max-width: 800px){
	#slide-container .container,
	#slide-container .container .col-md-12{
		padding: 0;
	}
	#slide-container .container .col-md-12 .tp-caption img {
		left: 74px;
	}
	.main-navigation > ul > li:nth-child(1){
		position: absolute;
		top: -15px;
		left: 265px;
		z-index: 10;
	}
	#comunity .subscribe-container {
		background-size: 100%;
	}
	.news-item .img-post a {
		display: block;
		margin: 0 auto;
		width: 110px;
	}
	footer#colophon .container .row .col-md-4.col-md-offset-2  {
		float: left;
		margin-right: 80px;
	}
	footer#colophon .info-contact {
		width: 60%;
		float: left;
	}

	#otros_sectores_lista li {
		min-width: 230px;
	}
	#otros_sectores_lista li a {
		padding: 20px;
	}
}

@media (max-width: 605px) {
	#social-navigation-container {
		margin-top: 85px;
		min-width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	nav#site-navigation ul {
		display: none;
	}

	nav#site-navigation select {
		display: block;
		width: 70%;
		margin: 0 auto;
		position: relative;
		height: 30px;
	}
	footer#colophon .container .row .col-md-4.col-md-offset-2 {
		margin-right: 80px;
		float: none;
		margin: 0 auto;
		display: block;
		width: 200px;
	}
	footer#colophon .info-contact {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.info-contact ul li p {
		vertical-align: middle;
		width: 280px;
	}
	#menu-lista-portfolio .menu-item-portfolio {
		left: 11%;
		margin-bottom: 10px;
	}
	
	.wpcf7 legend span {
		display: block;
	}
	.wpcf7 legend span:after {
		display: none;
	}
}

@media (max-width: 533px){
	.info-contact ul li p {
		width: 220px;
	}
}

@media (max-width: 360px){
	footer#colophon .info-contact {
		width: 90%;
		padding: 0;
	}
	#menu-lista-portfolio .menu-item-portfolio {
		left: 17%;
	}
	article .news-item .post-content .entry-content{
		margin-left: -110px;
	}
	.outer-logo {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#social-navigation-container {
		margin-top: 135px;
	}
	#social-navigation-container .tel_contact_container{
		float: none;
		margin: 0 auto;
		text-align: center;
		position: relative;
		top: 40px;
	}
	#social_header {
		position: relative;
		top: 45px;
		float: none;
	}
	footer + .site-info #social_header {
		top: 0;
	}
	.news-item p {
		margin-left: -100px;
		margin-top: 60px;
	}
	.subscribe-inner ul li {
		width: 80%;
	}
	.subscribe-container h3 {
		font-size: 18px;
	}
	.subscribe-inner form button[type=submit] {
		font-size: 16px;
	}
	.title-subscribe h3 {
		font-size: 1.5em;
		padding-top: 12px;
	}
	#comunity .news-inner .news-item h3 {
		min-height: 72px;
	}
	#comunity .title-news h3 {
		font-size: 1.5em;
		padding-top: 15px;
	}
	article .news-item p {
		margin-left: -15px;
		margin-top: 0;
	}
	.info-servicio h3, .main-title {
		font-size: 2em;
	}
	.info-servicio h5, .sub-title {
		font-size: 20px;
	}
	.flex-control-thumbs li {
		width: 87px;
		float: left;
		margin: 0px 15px 10px !important;
	}
}

@media (max-width: 320px){
	.news-item .img-post {
		float: none;
		margin: 0 auto;
		position: relative;
		left: -16px;
		margin-bottom: 10px;
	}
	.news-item .post-content, 
	.news-item > div:nth-child(2) {
		width: 100%;
	}
	article .news-item .post-content .entry-content {
		margin-left: 8px;
	}

	.news-item p {
		margin-left: 0px;
		margin-top: 0;
	}

	form.wpcf7-form input {
		max-width: 100%;
	}
}