/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body, input, select, textarea
	{
		font-size: 10pt;
		line-height: 1.75em;
	}

	h2
	{
		font-size: 2em;
		line-height: 1.25em;
		margin: 0 0 1em 0;
		letter-spacing: -1px;
	}

	h3
	{
		margin: 1em 0 1em 0;
		font-family: GotchaLight;
		font-size: 2em;
		letter-spacing:0px;
		color:#686767;
		text-align:center;
	}
	
	.obras{
		margin: -10px 0 1em 0;
		text-align:left;
		color: #0b2d6c;		
	}
	
	.descrp{
		margin: 0em 0 1.25em 0!important;
        font-family: GotchaLight;
		font-size: 1em;
		line-height:1.5em;
		letter-spacing:0px;
		color:#555555;
		text-align:center;
	}

	.subtitle
	{
		font-size: 1.75em;
		letter-spacing: -0.5px !important;
	}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
	}
	
	#banner-wrapper
	{
		padding: 1.75em 0 0em 0;
	}
	
	#banner-wrapper2
	{
		padding: 1.75em 0 4em 0;
	}
	
	#featured-wrapper
	{
		padding: 6em 0 4em 0;
	}
	
	#featured-wrapper h2{
		    font-family: GotchaLight;
		color:#8d8d8d;
		letter-spacing:1px;
		text-align:center;
		padding: 0em 0 1em 0;
	}
	
	#main-wrapper
	{
		padding: 6em 0 6em 0;
	}
	
	#main-wrapper h2
	{
    font-family: GotchaLight;
    color: #8d8d8d;
    letter-spacing: 1px;
    text-align: center;
    padding: 0em 0 0.5em 0;
    font-size: 2em;
	}
	
	#main-wrapper h3
	{
		margin: 1em 0 0.5em 0;
		font-size: 1.35em;
	}
	
	#footer-wrapper
	{
		padding: 4em 0 4em 0;
	}
	
	.footer-logo{
		width:90%;
		padding-top: 3em; 
	}
	
	.social-icons-bottom{
		display:inline!important;
		float:left;
		padding: 0em 0em 0em 0;
		margin-top:0em;
	}
	
	.social-icons-bottom img{
		display:inline!important;
		width: 40px!important;
		padding-right:6px;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		padding: 2em 0 0em 0;
	}
	
	#header img{
		width: 300px;
	}
	
	.social-icons-top{
		display:inline!important;
		float:right;
		padding: 2em 0 0em 0;
	}
	
	.social-icons-top img{
		display:inline!important;
		width: 40px!important;
	}

		#header h1
		{
			letter-spacing: -1px;
			text-align: left;
			font-size: 15px;
			font-weight: normal;
		}

			#header h1 a
			{
				text-decoration: none;
				color: #fff;
				outline: 0;
			}
		
		#header span
		{
			font-weight: 200;
			color: #727272;
		}
			

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: relative;
		height: auto;
		padding: 0em 0 0em 0!important;
		margin: 0px auto;
		cursor: default;
		background-color:#0e306f;
	}
	
		#nav ul
		{
			margin: 0!important;
			padding: 0!important;
			text-align: center;
		}
		
			#nav > ul > li > ul
			{
				display: none;
			}

		#nav li
		{
			display: inline-block;
			margin: 0em 0.50em!important;
		}
		
		#nav a
		{
			font-family: "Din Condensed Light";
			display: inline-block;
			line-height: 1.15em;
			padding: 1em 1.25em 0.75em 1.25em!important;
			text-decoration: none;
			font-size: 1.25em;
			letter-spacing:1px;
			color: #ffffff;
			outline: 0;
			vertical-align:middle;
		}
		
		#nav a.nav-single{
			padding: 1.5em 1.25em 1.4em 1.25em!important;
		}

		#nav li:hover a
		{
			background: #2A9648;
			background: rgba(42,150,72,0.94);
			color: #fff;
		}
		
		#nav li:active a,
		#nav li.active a
		{
			background: #2A9648;
			background: rgba(42,150,72,0.94);
			color: #fff;
		}
		
		#nav .current_page_item a
		{
			background: #2A9648 !important;
			color: #FFFFFF !important;
		}
		
		#nav .first
		{
			border-left: none;
		}
			
	.dropotron
	{
		margin-top: -1px;
		background: #092455;
		min-width: 15em;
		padding: 0.75em;
		box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.15);
	}
	
		.dropotron li
		{
		}
		
			.dropotron li > a,
			.dropotron li > span
			{
				font-family: "Din Condensed Light";
				display: block;
				color: #ffffff;
				text-decoration: none;
				line-height: 2.75em;
				padding: 0 1em 0 1em;
				outline: 0;
				letter-spacing:1px;
				font-size:1.25em;
			}

			.dropotron li:hover > a,
			.dropotron li:hover > span
			{
				background: #2A9648;
			    background: rgba(42,150,72,0.94);
				color: #fff;
			}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
	}
	
		#banner .image-full
		{
		}
		

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}
	
	#footer h2
		{
			font-size:1.5em;
		}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		overflow: hidden;
		padding-bottom: 6em;
	}

		#content p
		{
			text-align: justify;
			font-size:1.25em!important;
		}
	
		.homepage #content,
		.no-sidebar #content
		{
		}
		
		.homepage #content
		{
			padding-bottom: 1em;
		}
		
		.left-sidebar #content
		{
			padding-left: 3em;
		}
	
		.right-sidebar #content
		{
			padding-right: 3em;
		}
		
		.title-icon-muros-de-contencion{
			width:90px;
			vertical-align: -30px;
		}
	
		#content h2
		{
    		font-family: GotchaLight;
			letter-spacing:0px;
			margin: 0 0 0.5em 0;
			padding: 1em 0 0.25em 0;
			font-size: 2.5em;
			color:#0b2d6c;
		}
		
		.h2subtitle{
			border-bottom: #27ab00 4px solid;
			font-size: 2em!important;
		}

@media only screen and ( max-width: 1200px){
		.title-icon-muros-de-contencion{
			width:84px;
			vertical-align: -30px;
		}
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
	}
		
		
		#featured h2
		{
			font-size: 2em;
			margin: 0 0 0.25em 0;
		}
	
		#featured h3
		{
			font-family: GotchaLight;
			font-size: 1.25em;
			letter-spacing:1px;
			color:#000;
			text-align:center;
			margin:0 0 1em 0!important;
		}

		#featured .subtitle
		{
			font-size: 1.50em;
		}

		#featured .image
		{
			margin-bottom: 0.75em;
			padding:0 3em 0 3em;
		}

/*********************************************************************************/
/* Slider                                                                        */
/*********************************************************************************/

	#slider
	{
		overflow: hidden;
		margin: 0 auto;
		position: relative;
		height: 370px;
		cursor: default;
		margin-top:5em;
	}
	
		#slider .viewer
		{
			margin: 0 auto;
		}
	
			#slider .viewer .reel
			{
				display: none;
			}
	
				#slider .viewer .reel .slide
				{
					position: relative;
					width: 1200px !important;
				}
		
				#slider .viewer .reel .slide img
				{
					width: 1200px;
					line-height: 0;
					position: absolute;
					top: 0;
					left: 0;
				}
				
				.muros-verdes-desktop{
					display:block;
				}
				
				.muros-verdes-mobile{
					display:none;
				}

		#slider .info
		{
			position: absolute;
			z-index: 1;
			width: 100%;
			top: 7em;
			right: 4em;
			padding: 0px 0px 20px 30px;
			text-align: right;
		}

		#slider .info h2
		{
			opacity: 0.75;
			line-height: 1.25em;
			font-size: 3em;
			font-weight: 200;
			color: #ffffff;
			margin: 0 0 0.5em 0;
		}
		
		#slider .info span
		{
			display: block;
			text-decoration: none;
			opacity: 0.75;
			font-weight: 200;
			color: #b4b3b3;
			font-size: 2.00em;
		}
	
		#slider .indicator
		{
			position: absolute;
			bottom: 2em;
			right: 4em;
			height: 50px;
		}
		
			#slider .indicator ul
			{
				list-style: none;
				padding: 0;
				margin: 0;
				text-align: center;
			}
		
				#slider .indicator ul li
				{
					display: inline-block;
					width: 1em;
					height: 1em;
					text-indent: -9999px;
					background: #555;
					background: rgba(255,255,255,.20);
					margin: 0 0.25em 0 0.25em;
					border-radius: 50%;
				}
		
					#slider .indicator ul li.active
					{
						background: #fff;
						background: rgba(255,255,255,.60);
					}
					
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright 
	{
		margin-top: 2em;
		padding: 4em 0em 8em 0em;
	}
	
/*********************************************************************************/
/* Gallery                                                                       */
/*********************************************************************************/
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999!important;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background:rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: #fff;
  padding: 2px 16px;
  color: #000;
}

img.demo {
  opacity: 1;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.button-div{
	padding:1em 0 0 0;
}
.schools-mobile{
	display:none;
}
.politica-mobile{
	display:none;
}
.copyright-div{
	letter-spacing:3px;
	background-color: #000; 
	width:100%; 
	height:4em;
	text-align:center;
	padding: 1.1em 0 2em 0;
	color:#fff;
}

/*********************************************************************************/
/* Slider                                                                        */
/*********************************************************************************/

.slider-desktop{
	display:block!important;
}
.slider-mobile{
	display:none!important;
}

/*********************************************************************************/
/* Facybox                                                                       */
/*********************************************************************************/

#fancybox-content{
			box-shadow: none!important;
			padding:0!important;
			margin:0!important;
}

#fancybox-close{
	top: -10px!important;
	right: -30px!important;
	
}

.fancybox-title-outside{
	background-color:#0e306f!important;
	color:#fff!important;
	padding: 0.75em 1.5em 0.75em 1.5em!important;
	text-align:center!important;
	font-size:1.25em!important;
	line-height:2em;
}

.fancybox-title{
	padding-left:2em!important;
	padding-right:2em!important;
}
