/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Autor: Alejandro Ramírez
   alejandro@alejandro-ramirez.cl
   Efecto Creativo 2015
   www.efectocreativo.cl
   ========================================================================== */
@font-face {
    font-family: 'DINNextLTPro-Light';
    src: url('../fonts/DINNextLTPro-Light.eot');
    src: url('../fonts/DINNextLTPro-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINNextLTPro-Light.woff') format('woff'),
         url('../fonts/DINNextLTPro-Light.ttf') format('truetype'),
         url('../fonts/DINNextLTPro-Light.svg#DINNextLTPro-Light') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'DINNextLTPro-Regular';
    src: url('../fonts/DINNextLTPro-Regular.eot');
    src: url('../fonts/DINNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINNextLTPro-Regular.woff') format('woff'),
         url('../fonts/DINNextLTPro-Regular.ttf') format('truetype'),
         url('../fonts/DINNextLTPro-Regular.svg#DINNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family: 'DINNextLTPro-Light';
	font-size: 14px;
	background-color: #4D4D4E;
	color:#4D4D4E;
}
.hover-opacidad{
	cursor: pointer;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear; 
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}
.hover-opacidad:hover{
	opacity: 0.5;
}
.hover-img {
	position: absolute;
}
.hover-img-on {
	position: relative;
	opacity: 0;
	transition: opacity 0.5s linear;
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;
	-ms-transition: opacity 0.25s linear;
	-khtml-transition: opacity 0.25s linear;
	cursor: pointer;
}
.hover-img-on:hover {
	opacity: 1;
}
.hover-color {
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s linear;
	-webkit-transition: background-color 0.3s, color 0.3s linear;
	-moz-transition: background-color 0.3s, color 0.3s linear;
	-ms-transition: background-color 0.3s, color 0.3s linear;
	-o-transition: background-color 0.3s, color 0.3s linear;
}
.hover-color:hover{
	background-color:#1590BD;

}
.btn-nav{
	border: 2px solid transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: color all 0.3s;
	-o-transition: color all 0.3s;
	transition: all 0.3s;
}
.btn-nav:hover {
	color: #fff;
	border: 2px solid #fff;
}
header, footer{
	width:100%;
	background-color:#fff;
}
#cont-header{
	/*width:960px;
	max-width: 960px;*/
	text-align: center;
	/*margin: 0 auto;*/
	padding: 22px 0 14px 0;
}
#cont-footer{
	/*width:960px;
	max-width: 960px;
	margin: 0 auto;*/
	padding: 50px 0 40px 0;
	text-align: center;
}
#copyright{
	width:100%;
	background-color: #4D4D4E;
	padding: 7px 0 9px 0;
}
#mcp-copyright{
	/*width:960px;
	max-width: 960px;
	margin: 0 auto;*/
}
#mcp-copyright > p{
	color:#fff;
	margin: 0;
	padding: 0 20px;
}
#copy-left{
	float: left;
}
#copy-right{
	float: right;
}
.footer-bloque{
	display: inline-block;
	vertical-align:top;
	margin-right: 66px;
}
.footer-bloque > img,
.footer-bloque > p{
	display: inline-block;
	vertical-align:top;
	margin:0;
	font-family: 'DINNextLTPro-Regular';
	text-align: justify;
	color: #4D4D4E;
}
.footer-bloque > p{
	margin-left: 25px;
	font-size: 17px;
}
.footer-bloque > p > a{
	text-decoration: none;
	color: #4D4D4E;
}
nav{
	background-color: #4D4D4E;
	padding: 7px 0;
}
#cont-nav{
	/*width:960px;
	max-width: 960px;*/
	text-align: center;
	/*margin: 0 auto;*/
}
#cont-nav > a{
	text-decoration: none;
	color: #fff;
}
.btn-nav{
	display:inline-block;
	vertical-align: top;
	padding: 10px 20px;
	margin-left: -5px;
}
.btn-nav-responsive{
	display:inline-block;
	vertical-align: top;
	margin-left: -5px;
}
.linea-azul{
	border: 5px solid #27AAE1;
}
.linea-negra{
	border: 1px solid #000;
}
#nav-cel {
  display: none;
}
#cont-nav-cel {
  display: none;
  z-index: 99999;
  position: relative;
}
#cont-servicios{
	display: none;
	background-color: #fff;
}
#cont-servicios-page{
	background-color: #fff;
}
.btn-servicios-nav{
  padding: 2px;
  text-align: center;
  color: #fff;	
}
.servicios-nav{
	background-color: #27AAE1;
}
.servicios-nav > a{
	text-decoration: none;
}
.servicios-nav-1{
	background-color: #27AAE1;
	opacity: 0.9;
}
.servicios-nav-1 > a{
	text-decoration: none;
}
.servicios-nav-2{
	background-color: #27AAE1;
	opacity: 0.8;
}
.servicios-nav-2 > a{
	text-decoration: none;
}
.servicios-nav-3{
	background-color: #27AAE1;
	opacity: 0.7;
}
.servicios-nav-3 > a{
	text-decoration: none;
}
.mobile-nav {
  background-color: #4D4D4E;
  padding: 7px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.mobile-nav > a{
  color: #fff;
}
#contenido-empresa, #contenedor-servicios,
#contenido-proyectos,#contenido-contacto{
	background-color:#fff;
	text-align: center;
	padding: 20px
}
.filas-empresa,.filas-empresa-txt{
	display:inline-block;
	vertical-align: top;
}
.filas-empresa {
  width: 20%; 
}
.filas-empresa-txt {
  width: 50%; 
}
.filas-empresa > img{
	margin-bottom: 10px;
	max-width: 196px;
    width: 100%;
}
.filas-empresa-txt > p{
	text-align: justify;
	padding: 0 10px;
	font-size: 13px;
    margin: 0 0 10px 0;
}
.img-empresas-responsive{
	display: none;
}
.img-empresas-responsive > img{
	margin: 15px;
}
#img-servicios, #txt-captacion{
	display:inline-block;
	vertical-align: top;
}
#txt-captacion > p{
	padding: 0 20px;
	margin: 0;
	text-align: justify;
	width: 400px;
}
#txt-captacion > h2{
	padding: 0 20px;
	margin: 0 0 10px 0;
	text-align: justify;
	color:#27AAE1;
}
.filas-proyectos{
	display:inline-block;
	vertical-align: top;
	margin: 0 10px;
	width: 60%;
}
.filas-proyectos-img{
	display:inline-block;
	vertical-align: top;
	margin: 0 10px;
}
.filas-proyectos-img > img{
	display:block;
	max-width: 244px;
	margin-bottom: 10px;
	width: 100%;
}
.filas-proyectos-img-responsive{
	display:none;
}
.filas-proyectos > p{
	text-align: justify;
	margin: 0;
	
}
.filas-proyectos > p > span{
	color:#27AAE1;
}
#fila-contacto{
    display: inline-block;
  	vertical-align: top;
  	margin: 0 0 0 60px;
}
#fila-contacto-img{
    display: inline-block;
  	vertical-align: top;
}
.mapa-contacto{
	text-align: justify;
}
.mapa-contacto > p{
	text-align: justify;
    margin: 0 0 20px 10px;
}
.mapa-contacto > a > img, .mapa-contacto >p{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
.mapa-contacto p > a{
	color:#4D4D4E;
}
#titulo-contacto{
	margin:0 0 20px 0;
	color:#27AAE1;
	border-bottom: 5px solid #4D4D4E;
}
#titulo-contacto > h3{
	margin:0;
	text-align: justify;
}
/* -- ========== FORMULARIO DE CONTACTO ========== -- */
#conten_form{
	text-align: left;
	width: 450px;
	margin-bottom: 40px;
}
#conten_form p{
	position: relative;
	margin: 0 0 15px 0;
	font-size: 15px;
	display: block !important;
}
#conten_form label{
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 15px;
}
#conten_form input{
	width: 97.5%;
	background-color: #f1f1f1;
	border: none;
	height: 40px;
	padding-left: 10px;
	color: #777;
}
#conten_form textarea{
	width: 97.5%;
	background-color: #f1f1f1;
	border: none;
	padding-left: 10px;
	padding-top: 11px;
	color: #777;
}
#enviar_form{
	opacity:0.7;
	width: 85px;
	margin: 0 auto;
	background-color: #27AAE1;
	color: #fff;
	padding: 5px 15px;
	text-align: center;
	cursor: pointer;
	float: right;
}
#borrar_form{
	opacity:0.7;
	width: 85px;
	margin: 0 auto;
	background-color: #27AAE1;
	color: #fff;
	 padding: 5px 15px;
	text-align: center;
	cursor: pointer;
	float: right;
	margin-right: 10px;
}
#enviar_form:hover{
	opacity:1;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;		
}
#borrar_form:hover{
	opacity:1;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;		
}
.fila-servicios{
	max-width: 960px;
	margin:0 auto;
	text-align: justify;
}
#fila-1-captacion, #fila-2-captacion,
.img-drenaje-horiz, #txt-drenaje-horiz{
	display:inline-block;
	vertical-align: top;
	padding:10px;
	text-align: justify;
}
#fila-1-captacion > p{
	width: 470px;
}
#fila-2-captacion,
#txt-drenaje-horiz > p{
  width: 446px;
  text-align: center;
}
#fila-2-captacion > p{ 
	text-align: justify;
}
.titulo-servicios > h2{
	width: 446px;
	color: #27AAE1;
	margin: 0;
}
#diagrama-vert > img{
	width:267px;
}
.img-drenaje-horiz ,#txt-drenaje-horiz,
.img-drenaje-horiz-1,#txt-drenaje-horiz-1{
	display: inline-block;
	vertical-align: top;
}
#txt-drenaje-horiz > p{
	text-align: justify;
}
.img-drenaje-horiz > img{
	width: 458px;
}
.img-drenaje-horiz > p{
	  width: 450px;
}
.img-drenaje-horiz-1 > img {
    width: 297px;
	margin: 0 10px 10px 10px;
}
#txt-drenaje-horiz-1 > p {
    width: 619px;
}
.desktop-hidden{
		display: none;
}

#cont-mobile-responsive{
	display:none;
	background-color: #fff;
}
.btn-servicios-mobile{
	padding: 5px;
    text-align: center;
}
.servicios-mobile > a{
	color:#fff;
	text-decoration: none;
}
.servicios-mobile{
	background-color: #27AAE1;
}
.servicios-mobile-2{
	background-color: #27AAE1;
	opacity: 0.9;
}
.servicios-mobile-2 > a{
	color:#fff;
	text-decoration: none;
}
.servicios-mobile-3{
	background-color: #27AAE1;
	opacity: 0.8;
}
.servicios-mobile-3 > a{
	color:#fff;
	text-decoration: none;
}
.servicios-mobile-4{
	background-color: #27AAE1;
	opacity: 0.7;
}
.servicios-mobile-4 > a{
	color:#fff;
	text-decoration: none;
}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1014px) {
	#fila-2-captacion {
	  width: 369px;
	}
	.img-drenaje-horiz > img {
	  width: 425px;
	}
	.img-drenaje-horiz > p {
	  width: 420px;
	}
	.img-drenaje-horiz-1 > img {
	  min-width: 250px;
	  max-width: 297px;
	  width: 100%;
	  margin: 0;
	  margin-bottom: 15px;
	}
	#txt-drenaje-horiz > p {
	  width: 420px;	
	}
	.footer-bloque {
	  margin-right: 50px;
	}
	.responsive-hidden{
	  display:none;
	}
	#txt-drenaje-horiz-1 {
	  width:100%;
	}
	.titulo-servicios{
		text-align: center;
	}
	#txt-drenaje-horiz-1 > p {
	  width: 100%;
	  text-align: justify;
	}
	.desktop-hidden{
	  display: inline-block;
	  vertical-align: top;
	}
	.fila-servicios {
	  text-align: center;
	}
	.titulo-servicios > h2 {
	  width: 100%;
	}
}
@media only screen and (max-width: 983px) {
    .footer-bloque {
	  margin-right: 22px;
	}
}
@media only screen and (max-width: 977px) {

}
@media only screen and (max-width: 973px) {
    .footer-bloque {
	  margin-right: 7px;
	}
}
@media only screen and (max-width: 960px) {
    .filas-empresa {
	  display:none;
	}
	.filas-empresa-txt {
	  width: 100%;
	}
	.img-empresas-responsive{
		display: block;
	}
	#fila-1-captacion, #fila-2-captacion {
	  display: block;
	  text-align: center;
	  padding:0;
	}
	#fila-1-captacion > p {
	  width: 100%;
	  text-align: justify;
	}
	#fila-2-captacion {
	  width: 100%;
	}
	#fila-2-captacion > p {
	  text-align: center;
	}
	.img-titulo > img{
		width: 100%;
		max-width: 469px;
		min-width: 250px;
	}
	.img-drenaje-horiz, #txt-drenaje-horiz {
	  display: block;
	  padding:0;
	  text-align: center;
	  margin-bottom: 20px;
	}
	#txt-drenaje-horiz > p,
	.img-drenaje-horiz > p  {
	  width: 100%;
	  text-align: justify;
	}
	.img-drenaje-horiz > img {
	  width: 100%;
	  max-width: 458px;
	  min-width: 250px;
	}
}
@media only screen and (max-width: 861px) {
	.filas-proyectos {
	    width: 100%;
	    margin:0;
	}
	.filas-proyectos-img{
		display:none;
	}
	.filas-proyectos-img-responsive > img{
		display:inline-block;
		max-width: 244px;
		margin: 10px;
	}
	.filas-proyectos-img-responsive{
		display:block;
		margin-bottom: 20px;
	}
	
}
@media only screen and (max-width: 839px) {
	.mapa-contacto {
	  text-align: center;
	}
}
@media only screen and (min-width: 823px) {
	#cont-nav-cel {
	  display: none!important;
	}
}
@media only screen and (max-width: 822px) {
    .footer-bloque {
	  display:block;
	}
	#cont-servicios{
	display: none!important;
	}	
	#cont-nav {
	  display:none;
	}
	#nav-cel {
	  color: #fff;
	  text-align: center;
	  display: block;
	  font-size: 17px;
	  margin: 0 auto;
	  width: 125px;
	}
	#cont-footer {
	  padding: 30px 0 40px 0;
	}
	.footer-bloque > img, .footer-bloque > p {
		display: block;
	    text-align: center;
	    margin: 0 auto;
	}
	.footer-bloque > img{
		margin-bottom: 15px;
	}
	.footer-bloque > p {
	  margin-left: 0;
	  margin-bottom: 25px;
	}
	.skdslider ul.slide-navs {
	  bottom: 2px !important;
	  left: 70% !important;
	}
	.btn-servicios-nav {
	  display:none;
	}
}
@media only screen and (max-width: 650px) {
	.skdslider ul.slide-navs {
	  display:none;
	}
	#fila-contacto {
		margin: 0; 
	    width: 100%;
	}
	#titulo-contacto > h3 {
	  text-align: center;
	}
	#conten_form {
	  width: 100%;
	}
}
@media only screen and (max-width: 600px) {
    #copy-right {
	  float: none;
	}
	#copy-left {
	  float: none;
	}
	#mcp-copyright {
		text-align: center;
	}
	#txt-captacion > p{
	width: 100%;
}
@media only screen and (max-width: 530px) {
   br{
   	display:none;
   }
   .no-hidden{
   	display: block;
   }
}
}
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
