/*! 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;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*
 * Agregar en este bloque todos nuestros estilos,
 * debidamente identado y ordenado el código
 * como buenas prácticas.
 */
/*--------------FONTS------------------------------------------------------*/
@font-face {
    font-family: 'helvetica_neueregular';
    src: url('../fonts/helveticaneue-thin-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_compressedregular';
    src: url('../fonts/helvetica-compressed-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-compressed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica_condensed_black';
    src: url('../fonts/helvetica-condensed-black-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-condensed-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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


body{
    width: 100%;
    color: #595a5c;
    font-family: 'helvetica_neueregular',Arial,  sans-serif;
    overflow-x: hidden;
}

/*/////////////////////////////*/


header{
   width: 100%;
   padding-top: 25px;
   border-top: 16px solid #404041;
   margin-bottom: -1px;
}

header a{
    padding: 25px 10px;
    color: #595a5c;
    text-decoration: none!important;
    font-weight: bold;
    font-family: 'helvetica_neueregular';
}

header a:hover{
    color: #6bbc55;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

header a.contactar {
    padding: 25px 10px 5px;
    display: block;
}

header a img {
    margin: 0 5px 0 0;
}


header .linea-verde{
    border-top: 1px solid #6bbc55;
    width: 65%;
    position: absolute;
    right: 0;

}

.sin-padding{
    padding: 0;
}

.recuadro-bicolor{
    width: 100%;
    float: left;
    background: -moz-linear-gradient(315deg, rgba(107,188,85,1) 50%, rgba(94,170,73,1) 51%, rgba(94,170,73,1) 51%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(107,188,85,1)), color-stop(51%, rgba(94,170,73,1)), color-stop(51%, rgba(94,170,73,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(315deg, rgba(107,188,85,1) 50%, rgba(94,170,73,1) 51%, rgba(94,170,73,1) 51%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(315deg, rgba(107,188,85,1) 50%, rgba(94,170,73,1) 51%, rgba(94,170,73,1) 51%); /* opera 11.10+ */
    background: -ms-linear-gradient(315deg, rgba(107,188,85,1) 50%, rgba(94,170,73,1) 51%, rgba(94,170,73,1) 51%); /* ie10+ */
    background: linear-gradient(135deg, rgba(107,188,85,1) 50%, rgba(94,170,73,1) 51%, rgba(94,170,73,1) 51%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bbc55', endColorstr='#5eaa49',GradientType=1 ); /* ie6-9 */
}

.recuadro-bicolor{
    padding: 5px;
}

header .navbar {
    border-radius: 4px;
    margin-top: 55px;
    background: #f5f5f5;
    border: none;
    text-transform: uppercase;
    font-weight: normal;
}

.navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}

.navbar-brand{
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    width: 100%;
    padding: 0;
    margin: 0!important;
}

.navbar-brand{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.navbar-brand:hover{
    opacity: .5;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.navbar-nav li{
    padding: 20px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.activo{
    padding: 16px 0!important;
    border-top: 4px solid #6bbc55;
}

.navbar-nav li:before{
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #6bbc55;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-nav li:hover:before, 
.navbar-nav li:focus:before, 
.navbar-nav li:active:before{
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.navbar-nav li a{
    text-decoration: none;
    color: #3c3c3c;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.navbar-nav li a:hover,
.activo a{
    font-family: 'Helvetica';
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.fixed{
    position: fixed;
    width: 60%;
    top: 0;
    margin: 0!important;
    z-index: 9;
}

.slider{
    margin-top: -50px;
    width: 100%;
    float: left;
    position: relative;
    z-index: -1;
}

.absolute{
    position: absolute;
    top: 20%;
    z-index: -1;

}

.puntos-verdes{
    position: absolute;
    z-index: 1;
    left: -16px;
}
.puntos-negros{
    position: absolute;
    z-index: 1;   
    right: 0;
}

.slide-principal .carousel-control .glyphicon-chevron-left, 
.slide-principal .carousel-control .glyphicon-chevron-right, 
.slide-principal .carousel-control .icon-next,
.slide-principal .carousel-control .icon-prev {
    position: absolute;
    top: 75%;
    z-index: 5;
    display: inline-block;
}

.slide-principal .carousel-control{
    z-index: 5;
    opacity: 1;
    background-image:none;
}

.slide-principal span.glyphicon.glyphicon-chevron-right {
    background: url('../img/slide/flecha-der.png')no-repeat;
    width: 66px;
    height: 52px;
    color: transparent;
    text-shadow: none;
    display: block;
    right: 140%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.slide-principal span.glyphicon.glyphicon-chevron-right:hover {
    background: url('../img/slide/flecha-der-hover.png')no-repeat;
    width: 66px;
    height: 52px;
    color: transparent;
    text-shadow: none;
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.slide-principal span.glyphicon.glyphicon-chevron-left {
    background: url('../img/slide/flecha-izq.png')no-repeat;
    width: 66px;
    height: 52px;
    color: transparent;
    text-shadow: none;
    display: block;
    left: 140%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.slide-principal span.glyphicon.glyphicon-chevron-left:hover {
    background: url('../img/slide/flecha-izq-hover.png')no-repeat;
    width: 66px;
    height: 52px;
    color: transparent;
    text-shadow: none;
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.slide-principal .texto-slide{
    width: 100%;
    float: left;
    position: absolute;
    top:33%;
    z-index: 99;
    color: #fff;
    text-transform: uppercase;
}

.slide-principal .texto-slide .linea-blanca{
    width: 100%;
    border-bottom: 1px solid #fff;
}

.slide-principal .texto-slide h1{
    font-size: 72px;
    margin: 0.1em 0;
    font-family: 'helvetica_condensed_black';
}

.slide-principal .texto-slide p{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0.1em 0;
    font-family: 'helvetica_condensed_black';
}

.slide-principal .texto-slide h2{
    font-size: 52px;
    margin: 0.1em 0;
    font-family: 'helvetica_neueregular';
}

section.nosotros{
    width: 100%;
    float: left;
    position: relative;
    background: #eeecec;
    margin:50px 0 0;
    padding: 0 0 60px;
}

.nosotros .torres {
    position: relative;
    width: 100%;
    margin: -110px 0 55px;
}

.nosotros h1{
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    margin: 0em 0 2em;
    background: #eeecec;
    z-index: 1;
    position: relative;
}

.nosotros h1:after{
    content: "";
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #414142;
    position: absolute;
    top: 9px;
    display: block;

}
.nosotros h1:before{
    content: "";
    content: "";
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #414142;
    position: absolute;
    top: 9px;
    right: 0;
    display: block;

}

.nosotros .linea-verde{
    width: 100%;
    float: left;
    border-top: 1px solid #6bbc55;
    position: absolute;
    top: 9.5em;
}

.nosotros p{
    text-align: center;
    font-size: 16px;
}

section.servicios{
    width: 100%;
    float: left;
    position: relative;
    background: url("../img/servicios/patter.jpg");
    padding: 50px 0;
}

section.servicios:after{
    content: "";
    width: 10px;
    height: 200px;
    background: #6bbc55;
    display: block;
    position: absolute;
    left: 0;
    top: 33%;

}
section.servicios:before{
    content: "";
    width: 10px;
    height: 200px;
    background: #6bbc55;
    display: block;
    position: absolute;
    right: 0;
    top: 33%;

}

.servicios h1{
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.servicios .linea-verde{
    border-top: 1px solid #6bbc55;
}

.servicios .linea-verde:after{
    content: "";
    width: 1px;
    height: 30px;
    background: #6bbc55;
    display: block;
    position: absolute;
    left: 50%;
}

.servicios .fondo{
    background: url('../img/servicios/aros.png')no-repeat;
    width: 100%;
    height: 154px;
    padding: 6px 7px;
}

.margin-70 .circulo-blanco{
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 37%;
    display: inline-flex;
    margin-left: -5px;

}

.servicios .servicio {
    width: 100%;
    height: 115px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.servicios .servicio.montaje{
    background: url('../img/servicios/1.png')no-repeat;
}

.servicios .servicio.montaje:hover{
    background: url('../img/servicios/1over.png')no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.servicios .servicio.construccion{
    background: url('../img/servicios/2.png')no-repeat;
}

.servicios .servicio.construccion:hover{
    background: url('../img/servicios/2over.png')no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.servicios .servicio.reparacion{
    background: url('../img/servicios/3.png')no-repeat;
}

.servicios .servicio.reparacion:hover{
    background: url('../img/servicios/3over.png')no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.servicios .servicio.redes{
    background: url('../img/servicios/4.png')no-repeat;
}

.servicios .servicio.redes:hover{
    background: url('../img/servicios/4over.png')no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


.servicios .servicio.mantenimiento{
    background: url('../img/servicios/5.png')no-repeat;
}

.servicios .servicio.mantenimiento:hover{
    background: url('../img/servicios/5over.png')no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.servicios .servicio.obra{
    background: url('../img/servicios/6.png')no-repeat;
}

.servicios .servicio.obra:hover{
    background: url('../img/servicios/6over.png')no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


.servicios .servicio.energia{
    background: url('../img/servicios/7.png')no-repeat;
}

.servicios .servicio.energia:hover{
    background: url('../img/servicios/7over.png')no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}



.servicios .margin-70{
    margin: 70px 0 0;
    width: 100%;
}

.servicios .lista-servicios {
    width: 12%;
    margin: 0 13px;
    position: relative;
    float: left;
}

.servicios p{
    padding: 10px 15px;
    font-size: 15px;
    color: #FFF;
    text-align:center;
}

.parallax-window {
    width: 100%;
    float: left;
    height: 335px;
    background: transparent;
}

section.clientes{
    width: 100%;
    float: left;
    padding: 50px 0;
}

.clientes h1{
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
}

.clientes .linea-blanca{
    border-top: 1px solid #6bbc55;
}

.clientes .linea-blanca:after{
    content: "";
    width: 1px;
    height: 30px;
    background: #6bbc55;
    display: block;
    position: absolute;
    left: 50%;
}
.slide-clientes{
    margin: 70px 0;
}

.slide-clientes span.glyphicon.glyphicon-chevron-right {
    background: url('../img/clientes/flecha-der.jpg')no-repeat;
    width: 31px;
    height: 31px;
    color: transparent;
    text-shadow: none;
    display: block;
    right: 315%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.slide-clientes span.glyphicon.glyphicon-chevron-right:hover {
    background: url('../img/clientes/flecha-der-hover.jpg')no-repeat;
    width: 31px;
    height: 31px;
    color: transparent;
    text-shadow: none;
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.slide-clientes span.glyphicon.glyphicon-chevron-left {
    background: url('../img/clientes/flecha-izq.jpg')no-repeat;
    width: 31px;
    height: 31px;
    color: transparent;
    text-shadow: none;
    display: block;
    left: 315%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.slide-clientes span.glyphicon.glyphicon-chevron-left:hover {
    background: url('../img/clientes/flecha-izq-hover.jpg')no-repeat;
    width: 31px;
    height: 31px;
    color: transparent;
    text-shadow: none;
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.slide-clientes .carousel-control .glyphicon-chevron-left, 
.slide-clientes .carousel-control .glyphicon-chevron-right, 
.slide-clientes .carousel-control .icon-next,
.slide-clientes .carousel-control .icon-prev {
    position: absolute;
    top: 155%;
    z-index: 5;
    display: inline-block;
}

.slide-clientes .carousel-control{
    z-index: 5;
    opacity: 1;
    background-image:none;
}

.parallax-verde {
    width: 100%;
    float: left;
    height: 215px;
    background: transparent;
    padding: 25px 0;
    margin-bottom: 850px;
}

.parallax-verde h1{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1em;
}

.parallax-verde h2{
    color: #343434;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 2em;
}

.border-dot{
    border-style: dotted;
    padding: .1em;
    color: #b7b7b7;
}

.slide-clientes{
    margin: 70px 0;
}

.sin-margin{
    margin: 0;
}

.slide-proyectos span.glyphicon.glyphicon-chevron-right {
    background: url('../img/proyectos/flecha-der.svg')no-repeat;
    width: 31px;
    height: 31px;
    color: transparent;
    text-shadow: none;
    display: block;
    right: 75%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


.slide-proyectos span.glyphicon.glyphicon-chevron-left {
    background: url('../img/proyectos/flecha-izq.svg')no-repeat;
    width: 31px;
    height: 31px;
    color: transparent;
    text-shadow: none;
    display: block;
    left: 75%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.slide-proyectos .carousel-control .glyphicon-chevron-left, 
.slide-proyectos .carousel-control .glyphicon-chevron-right, 
.slide-proyectos .carousel-control .icon-next,
.slide-proyectos .carousel-control .icon-prev {
    position: absolute;
    top: 76%;
    z-index: 5;
    display: inline-block;
}

.slide-proyectos .carousel-control{
    z-index: 5;
    opacity: 1;
    background-image:none;
}

.slide-proyectos a.left.carousel-control {
    margin-left: -15%;
}

.slide-proyectos a.right.carousel-control {
    margin-right: -15%;
}

.slide-proyectos .item{
    min-height: 240px;
}

.slide-proyectos .relative img {
    border: 2px solid #fff;
}

.slide-proyectos .relative{
    position: relative;
    }

.slide-proyectos .absoluto{
    position: absolute;
    top: 15px;
    left: -10px;;
    z-index: 2;
    border: none!important;
}

.slide-proyectos .titulo{
    position: absolute;
    top: 15px;
    z-index: 1;
    border: none!important;
}

.slide-proyectos .relative h1{
    font-size: 12px;
    position: absolute;
    top: 2.3em;
    z-index: 1;
    left: 50px;
    color: #323234;
}


.contenedor{
    width: 100%;
    float: left;
}

.contenedor .descripcion-proyectos{
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}

.contenedor .descripcion-proyectos a:hover > .caption,
.contenedor .descripcion-proyectos a:focus > .caption,
.contenedor .descripcion-proyectos a:hover .lupa,
.contenedor .descripcion-proyectos a:focus .lupa{
    bottom: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.contenedor .descripcion-proyectos a:hover .lupa,
.contenedor .descripcion-proyectos a:focus .lupa{
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.contenedor .descripcion-proyectos .caption{
    position: absolute;
    bottom: -72px;
    left: 0;
    width: 100%;
    color: #fff;
    transition: .3s;
}

.contenedor .descripcion-proyectos .caption .lupa{
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.contenedor .descripcion-proyectos .caption .overlay-container{
    width: 100%;
    float: left;
    padding: 0 20px 22px;
    position: relative;
}

.contenedor .descripcion-proyectos .caption .overlay-container p.titulo{
    position: relative;
    z-index: 2;
}

.contenedor .descripcion-proyectos .caption .overlay-container .overlay{
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.contenedor .linea-verde{
    border-bottom: 1px solid #6bbc55;
    margin-top: 90%;
    width: 100%;
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

 .contenedor:hover .linea-verde,
 .contenedor:focus .linea-verde{
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.imagen-center img{
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    display: block;
}

footer{
    width: 100%;
    float: left;
    background: url("../img/servicios/patter.jpg");
    padding: 50px 0 0;
    color: #fff;
}

footer img.medio-circulo{
    margin: -121px 0 40px;
}

footer h1{
    font-size: 18px;
    text-transform: uppercase;
}

footer a{
    color: #fff;
    text-decoration: none!important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

footer a:hover{
    color: #6bbc55;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

footer p{
    font-size: 16px;
}

footer .form-group input,
footer .form-group textarea{
    background: transparent;
    border: 1px solid #6bbc55;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
}

footer .form-group textarea{
    resize: none;
}

footer .form-control#email::-webkit-input-placeholder,
footer .form-control#nombre::-webkit-input-placeholder,
footer .form-control#comentarios::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #fff;
}

footer .form-control#email::-moz-placeholder,
footer .form-control#nombre::-webkit-input-placeholder,
footer .form-control#comentarios::-webkit-input-placeholder { /* Firefox 19+ */
  color: #fff;
}

footer .form-control#email:-ms-input-placeholder,
footer .form-control#nombre::-webkit-input-placeholder,
footer .form-control#comentarios::-webkit-input-placeholder{ /* IE 10+ */
  color: #fff;
}

footer .form-control#email:-moz-placeholder,
footer .form-control#nombre::-webkit-input-placeholder,
footer .form-control#comentarios::-webkit-input-placeholder{ /* Firefox 18- */
  color: #fff;
}

footer .btn-default{
    border-radius: 0;
    background: #ececec;
    padding: 6px 30px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

footer .btn-default:hover{
    background: #6BBC55;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


#loadingForm{
    display: none;
    position: absolute;
    top: 17%;
    left: 36%;
}

#mensaje-enviado {
    background: url("../img/servicios/patter.jpg");
    width: 93%;
    position: absolute;
    top: 0;
    min-height: 192px;
    display: none;
}

#mensaje-enviado h1{
    font-size: 25px;
    color: #59a245;
    text-align: center;
    padding: 2.5em 0 0;
}

footer ul{
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer li{
    margin: 0 8px;
}

.twitter{
    background: url('../img/footer/twitter.svg') no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}

.twitter:hover{
    background: url('../img/footer/twitter-hvr.svg') no-repeat;
    width: 32px;
    height: 32px;
}

.google{
    background: url('../img/footer/google.svg') no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}

.google:hover{
    background: url('../img/footer/google-hvr.svg') no-repeat;
    width: 32px;
    height: 32px;
}

.fb{
    background: url('../img/footer/fb.svg') no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}

.fb:hover{
    background: url('../img/footer/fb-hvr.svg') no-repeat;
    width: 32px;
    height: 32px;
}

.link{
    background: url('../img/footer/link.svg') no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}

.link:hover{
    background: url('../img/footer/link-hvr.svg') no-repeat;
    width: 32px;
    height: 32px;
}

footer .linea-verde{
    width: 100%;
    border-top: 1px solid #6bbc55;
    margin: 50px 0 10px;
}

a i.fa.fa-angle-up {
    background: transparent;
    font-size: 40px;
    padding: 15px;
    position: fixed;
    bottom: 18%;
    color: #6bbc55;
    z-index: 9999;
    min-width: 67px;
    min-height: 70px;
    display: none;
}

.fadeIn{
    display: block!important;
}

.linea-colores,
.letras-grises{
    width: 100%;
}


#myCarouselInventario .flecha-izquierda span{
    background: url('../img/flecha-izq.jpg')no-repeat;
    width: 80px;
    height: 40px;
    background-position: 50%;
    color: transparent;
    text-shadow: none;
    display: block;
    margin: 1em 0;
}


#myCarouselInventario .flecha-derecha span{
    background: url('../img/flecha-der.jpg')no-repeat;
    width: 80px;
    height: 40px;
    background-position: 50%;
    color: transparent;
    text-shadow: none;
    display: block;
    margin: 1em 0;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 28px;
}


/* ==========================================================================
   Medias
   ========================================================================== */
@media (min-width: 1367px)and (max-width : 1440px){

      .puntos-verdes,
      .puntos-negros {
          max-height: 461px;
      }
      .linea-colores,
      .letras-grises{
          width: 100%;
      }

      .parallax-window {
          height: 235px;
      }
      .fixed {
          width: 80%;
       }

   }
   
@media (min-width: 1201px)and (max-width : 1366px){

   .puntos-verdes,
   .puntos-negros {
       max-height: 437px;
   }
   .linea-colores,
   .letras-grises{
       width: 100%;
   }

   .parallax-window {
       height: 235px;
   }
   .fixed {
       width: 80%;
    }

}

@media (min-width: 769px)and (max-width : 1200px){
    html,
    body{
        width: 100%;
        float: left;
        overflow-x:hidden;
    }

    .slide-principal .texto-slide .linea-blanca {
        width: 82%;
    }

    #myCarouselInventario .flecha-derecha span,
    #myCarouselInventario .flecha-izquierda span{
        width: 65px;
    }

    .slide-principal .texto-slide h1 {
        font-size: 46px;
    }
    .slide-principal .texto-slide h2 {
        font-size: 34px;
    }
    .puntos-verdes,
    .puntos-negros{
        height: 328px;
    }
    img.linea-colores {
        width: 100%;
    }
    .nosotros .torres {
        width: 75%;
        margin: -75px 0 55px;
    }
    .nosotros .linea-verde {
        top: 7.2em;
    }
    .servicios .lista-servicios {
        width: 18%;
        margin: 0 32px;
    }

    .margin-70 .circulo-blanco{
        display: none;
    }
    img.letras-grises {
        width: 100%;
    }
    .parallax-window{
        height: 178px;
    }
    .slide-proyectos a.carousel-control{
        display: none;
    }
    .fixed {
        width: 94%!important;
    }

    img.titulo {
        width: 100%;
    }

    footer p {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 768px){
    body{
        overflow-x: hidden;
        font-size: 13px;
    }
    #myCarouselInventario .flecha-derecha span,
    #myCarouselInventario .flecha-izquierda span{
        width: 50px;
    }
    .slide-principal .texto-slide{
        top: 29%;
    }
    
    .slide-principal .texto-slide p {
        font-size: 11px;
    }

    .slide-proyectos .relative h1 {
        font-size: 10px;
        top: 1.5em;
        left: 29px;
    }

    .puntos-verdes,
    .puntos-negros {
        max-height: 246px;
    }
    .linea-colores,
    .letras-grises{
        width: 100%;
    }

    .parallax-window {
        height: 135px;
    }
    .fixed {
        width: 97%!important;
     }

    .slide-principal .texto-slide h1 {
       font-size: 27px;
    }

    .slide-principal .texto-slide h2 {
        font-size: 20px;
    }

    .nosotros .torres {
        margin: -70px 0 35px;
    }
    .nosotros h1 {
        margin: 0em 0 1em;
    }
    .nosotros .linea-verde {
        top: 6.7em;
    }

    .nosotros p {
        font-size: 14px;
    }
    .servicios .lista-servicios {
        width: 22%;
        margin: 0 40px 20px;
        position: relative;
        float: left;
    }
    .slide-proyectos a.carousel-control{
        display: none;
    }

    .margin-70 .circulo-blanco{
        display: none;
    }
    img.titulo {
        width: 100%;
    }
    .contenedor .descripcion-proyectos .caption {
        bottom: -106px;
    }
    img.absoluto {
        width: 23%;
    }
    img.proyecto {
        width: 125%;
    }
    .slide-proyectos .relative h1 {
        font-size: 12px;
        top: 1.5em;
        left: 33px;
    }

    .parallax-verde {
        height: 170px;
        margin-bottom: 930px;
    }

    footer p {
        font-size: 11px;
    }

    footer h1 {
        font-size: 15px;
    }

    .form-control {
        font-size: 12px;
    }

    footer li {
        margin: 0 4px;
    }
}

@media  (min-width: 426px) and (max-width : 767px){
    body{
        overflow-x: hidden;
        font-size: 13px;
    }
    header a {
        font-size: 10px;
        padding: 0;
        margin: 15px 0;
        display: block;
    }
    header .linea-verde {
        width: 100%;
    }

    header .navbar {
        margin-top: 0;
    }

    .slide-principal .texto-slide h1 {
        font-size: 21px;
        text-align: center;
    }
    .slide-principal .texto-slide h2 {
        font-size: 15px;
        text-align: center;
    }

    .carousel-control{
        display: none;
    }

    .puntos-verdes,
    .puntos-negros {
        max-height: 120px;
    }
    .linea-colores{
        display: none;
    }
    .letras-grises{
        width: 100%;
    }
    .nosotros .torres {
        margin: -70px 0 35px;
    }
    .nosotros .linea-verde {
        display: none;
    }
    .nosotros h1 {
        font-size: 21px;
        margin: 0em 0 1em;
    }

    .servicios .lista-servicios {
        width: 42%;
    }

    .margin-70 .circulo-blanco{
        display: none;
    }

    .parallax-window {
        height: 66px;
    }

    section.clientes {
        padding: 10px 0;
    }

    .nosotros p {
        text-align: center;
        font-size: 14px;
    }
    img.proyecto {
        width: 100%;
    }
    .contenedor .descripcion-proyectos .caption {
        position: absolute;
        bottom: -50px;
    }
    .contenedor-formulario{
        margin: 25px 0;
    }
    footer ul {
        display: inline-flex;
        list-style: none;
        margin: 28px 78px 0;
        padding: 0;
    }
    footer p {
        font-size: 14px;
    }
    .navbar-nav li{
        padding: 0;
    }
    nav.navbar.navbar-default.sticky.fixed{
        display: none!important;
    }

    .parallax-verde {
        height: 500px;
    }

}

@media only screen and (max-width : 425px){
   body{
       overflow-x: hidden;
       font-size: 13px;
   }

    .parallax-verde {
        height: 500px;
    }

   header a {
       font-size: 10px;
       padding: 0;
       margin: 15px 0;
       display: block;
   }
   header .linea-verde {
       width: 100%;
   }

   header .navbar {
       margin-top: 0;
   }

   .slide-principal .texto-slide h1 {
       font-size: 21px;
       text-align: center;
   }
   .slide-principal .texto-slide h2 {
       font-size: 15px;
       text-align: center;
   }

   .carousel-control{
       display: none;
   }

   .puntos-verdes,
   .puntos-negros {
       max-height: 120px;
   }
   .linea-colores{
       display: none;
   }
   .letras-grises{
       width: 100%;
   }
   .nosotros .torres {
       margin: -70px 0 35px;
   }
   .nosotros .linea-verde {
       display: none;
   }
   .nosotros h1 {
       font-size: 21px;
       margin: 1em;
   }

   .servicios .lista-servicios {
       width: 42%;
   }

   .margin-70 .circulo-blanco{
       display: none;
   }

   .parallax-window {
       height: 66px;
   }

   section.clientes {
       padding: 10px 0;
   }

   .nosotros p {
       text-align: center;
       font-size: 14px;
   }
   img.proyecto {
       width: 100%;
   }
   .contenedor .descripcion-proyectos .caption {
       position: absolute;
       bottom: -50px;
   }
   .contenedor-formulario{
       margin: 25px 0;
   }
   footer ul {
       display: inline-flex;
       list-style: none;
       margin: 28px 78px 0;
       padding: 0;
   }
   footer p {
       font-size: 14px;
   }
   .navbar-nav li{
       padding: 0;
   }
   nav.navbar.navbar-default.sticky.fixed{
       display: none!important;
   }

}
@media only screen and (max-width : 320px){
    body{
            overflow-x: hidden;
            font-size: 13px;
    }

    .parallax-verde {
        height: 500px;
    }

    header a {
        font-size: 10px;
        padding: 0;
        margin: 15px 0;
        display: block;
    }
    header .linea-verde {
        width: 100%;
    }

    header .navbar {
        margin-top: 0;
    }

    .slide-principal .texto-slide h1 {
        font-size: 21px;
        text-align: center;
    }
    .slide-principal .texto-slide h2 {
        font-size: 15px;
        text-align: center;
    }

    .carousel-control{
        display: none;
    }

    .puntos-verdes,
    .puntos-negros {
        max-height: 120px;
    }
    .linea-colores{
        display: none;
    }
    .letras-grises{
        width: 100%;
    }
    .nosotros .torres {
        margin: -70px 0 35px;
    }
    .nosotros .linea-verde {
        display: none;
    }
    .nosotros h1 {
        font-size: 21px;
        margin: 0em 0 1em;
    }

    .servicios .lista-servicios {
        width: 40%;
    }

    .margin-70 .circulo-blanco{
        display: none;
    }

    .parallax-window {
        height: 66px;
    }

    section.clientes {
        padding: 10px 0;
    }

    .nosotros p {
        text-align: center;
        font-size: 14px;
    }
    img.proyecto {
        width: 100%;
    }
    .contenedor .descripcion-proyectos .caption {
        position: absolute;
        bottom: -50px;
    }
    .contenedor-formulario{
        margin: 25px 0;
    }
    footer ul {
        display: inline-flex;
        list-style: none;
        margin: 28px 78px 0;
        padding: 0;
    }
    footer p {
        font-size: 14px;
    }
    .navbar-nav li{
        padding: 0;
    }
    nav.navbar.navbar-default.sticky.fixed{
        display: none!important;
    }
    .servicios .servicio,
    .servicios .fondo {
        width: 114%;
    }

}

/* ==========================================================================
   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 (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@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;
    }
}
