@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proxima-nova-regular.eot') format("eot"),
       url('../fonts/proxima-nova-regular.woff') format("woff"),
       url('../fonts/proxima-nova-regular.ttf') format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proxima-nova-semibold.woff') format("woff");
  src: url('../fonts/proxima-nova-semibold.eot') format("eot");
  src: url('../fonts/proxima-nova-semibold.ttf') format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proxima-nova-bold.eot') format("eot"),
       url('../fonts/proxima-nova-bold.woff') format("woff"),
       url('../fonts/proxima-nova-bold.ttf') format("truetype");
  font-weight: bold;
}

body, html{
  height: 100%;
  margin: 0;
  padding: 0
}

body{
  background-color: #fff;
  font-family: 'Proxima Nova';
  padding-top: 65px;
}

header{
  background-color: white;
}

footer{
  margin-top: 40px;
  /*padding-top: 30px;*/
}

#footer-content{
  background-color: #21282F;
  color: #fff;  
}

p.meeru::after{
 content:'fsdf'
}

h1{
  font-size: 2.571em;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

h2{
  color: #222222;
  font-size: 2.286em;
  font-weight: bold;
  text-transform: uppercase;
}

h3{
  font-size: 1.714em;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
}

h4{
  font-size: 1.571em;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
}

h6{
  font-size:1.429em;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}


#habilitaciones-title h1{
  font-size: 2.3em;   
}

iframe{
  display: block;
  height: 320px;
}


*:focus,
a:focus {
    outline: none;
}


*:hover{
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a,
a:hover,
button,
button:hover,
button:focus{
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

select::-ms-expand {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}


.std-link{
  color:#797979;
  text-decoration: none;
}

.std-link:hover,
.std-link:focus{
  color:#797979!;
  text-decoration: underline;
}

a.link:hover{
  text-decoration: underline;
}
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

.logo-prolac{
    width: 136px;
    height: 44.63px;
    margin: 10px 15px 10px 15px;
}

#logos-header-container{
    display: inline-block;
}

#logos-header-container a{
    display: inline-block;
}

#logos-header-container>img.logo-bureau-veritas-9001-14001{
    /*display: inline-block;*/
    width: 70px;
    height: 32.45px;
    margin: 10px 5px 5px 0px;
}

#logos-header-container>img.logo-bureau-veritas-9001,
#logos-header-container>img.logo-bureau-veritas-14001{
    display: none;
    width: 85px;
    height: 38.03px;
    margin-left: 5px;
}


/* Inicio Nav */
.navbar-nav {
  margin: 0 -15px;
}
.navbar-nav>li>a{
  padding: 16px 30px;
  line-height: 1em;
  font-size: 1.286em;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
}


body.menu-open:after {
    content: '';
    display: block;
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.7);
  }

.navbar-toggle{
  border: none;
  padding: 23px 20px 24px 20px;
  border-radius: 0;
  margin: 0;
}

.navbar-toggle .icon-bar{
  width: 25px;
  border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar{
  background-color: #444;
}

.navbar-toggle .icon-bar+.icon-bar{
  margin-top: 6px;
}
/* Fin Nav */


.marquee{
  margin-bottom: 30px;
  height: 120px;
}

.heading-center{
  text-align: center;
}

.heading-center::after{
  margin: 0 auto;
  width: 80px !important;
}

.underline::after{
  content: '';
  width: 40px;
  height: 3px;
  display: block;
  background-color: #005DA9;
  margin-top: 25px;
  margin-bottom: 30px;
}

p{
  color: #797979;
  font-size: 1.143em;
}

.uppercase{
  text-transform: uppercase;
}

.inline{
  display: inline;
}
.subhead{
  font-size: 1.429em;
  text-align: center;
  color: #797979;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.subhead-sm{
  font-size: 1.429em;
  color: #797979;
  text-align: center;
  margin-bottom: 60px;
}

.subhead-br{
  font-size: 1.429em;
  text-align: center;
  color: #797979;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

#nosotros p.subhead-sm{
  max-width: 780px;
  margin: 0 auto 40px auto;
}

    
    
#footer-content{
    padding-top: 30px;
}


form>label.form-label:first-child{
  margin-top: 0;
}
.form-label{
  display: block;
  text-transform: uppercase;
  color: white;
  font-size: 1.143em;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 25px;
}

.label-inline{
  display: inline-block;
  width: 120px;
  margin: 0;
}


.select-dark,
.input-dark{
  color: #ccc;
  font-size: 1.143em;
  background-color: #4D5358;
  height: 50px;
  width: 100%;
  border: none;
  padding: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.select-dark:focus{
  background: #fff url(../img/caret-down.png) no-repeat right 15px center;
  color: #444;
  background-size: 16px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.select-dark{
  background: #4D5358 url(../img/caret-down.png) no-repeat right 15px center;
  background-size: 16px;
  padding:15px 45px 15px 15px;
}

.textarea-dark{
  color: #ccc;
  font-size: 1.143em;
  background-color: #4D5358;
  height: 50px;
  width: 100%;
  border: none;
  resize: none;
  height: 240px;
  padding: 15px;
  display: block;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.textarea-dark:focus{
  background: #ffffff;
  color: #444;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.input-dark:focus{
  background: #ffffff;
  color: #444;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

input.error,
select.error,
textarea.error{
  background-color: #FCE5DF;
  color: #444;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

label.error{
  display: block;
  margin-top: 5px;
  font-weight: normal;
  color: #FF9A9A;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.grecaptcha-badge { 
  visibility: hidden; 
}

.msg-success{
  width: 320px;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  bottom: 200px;
  left: 0;
  right: 0;
}

.msg-error{
  width: 320px;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  bottom: 200px;
  left: 0;
  right: 0;
}

button#enviar{
  margin-top: 40px;
}

#contact-data label{
  text-transform: uppercase;
  font-size: 1.143em;
  font-weight: 600;
}
.neg,
.neg:hover{
  color: white;
  text-decoration: none;
}

.neg::after{
  background-color: white;
}

.navbar{
  background-color: white;
  border: none;
  margin-bottom: 0px;
  min-height: 65px;
  z-index: 1010;
  -webkit-box-shadow: 0px -41px 9px 41px rgba(0,0,0,0.22);
-moz-box-shadow: 0px -41px 9px 41px rgba(0,0,0,0.22);
box-shadow: 0px -41px 9px 41px rgba(0,0,0,0.22);
}

.navbar-default{
  border:none;
}

.btn-ghost{
  border: 1px solid white;
  border-color: white;
  height: 50px;
  border-radius: 0;
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-ghost-clicked{
  border: 1px solid white!important;
  background-color: transparent!important;
}



#enviar.btn-ghost{
  width: 100%;
}

/* En mobile evita que se trabe en el hover al hacer tap */
.btn-ghost:hover{
  border: 1px solid white;
  background-color: transparent;
}

.btn-ghost:active,
.btn-ghost:focus{
  border: 1px solid white;
  background-color: transparent;
}

.link-btn-ghost{
  border: 1px solid white;
  border-color: white;
  padding: 14px 40px;
  border-radius: 0;
  color: white;
  text-transform: uppercase;
  text-align: center;
  max-width: 280px;
  font-weight: 600;
}

.link-btn-ghost:hover,
.link-btn-ghost:focus{
  border: 1px solid white;
  background-color: white;
  border-color: white;
  padding: 14px 40px;
  border-radius: 0;
  color: #444;
  text-transform: uppercase;
  text-align: center;
  max-width: 280px;
  font-weight: 600;
  text-decoration: none;
}

.link-btn-dark{
  border-color: white;
  padding: 15px 10px;
  border-radius: 0;
  color: white;
  background-color: #21282F;
  text-transform: uppercase;
  text-align: center;
  max-width: 280px;
  font-weight: 600;
}

.link-btn-dark:hover,
.link-btn-dark:focus{
  text-decoration: none;
  color: white;
  background-color: #005DA9;
}

.center{
  margin:0 auto;
  display: block;
}

.nopadding{
  padding: 0;
}

.nomargin{
  margin: 0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


/* HOME*/

.slider-container{
  /*margin-top: -60px;
  padding-top: 60px;*/
  height: 100%;
  background-color: white;
  min-height: 500px;
}

.slider{
  height: 100%;
  background-color: white;
}

.slider-nav{
  display: none;
}

.slider-nav-item{
  cursor: pointer;
  padding: 30px 0;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
  -moz-box-shadow:    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
  box-shadow:         inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);

}

.slider-nav-item:focus {
  outline:0;
}

.slider h1{
  text-transform: none;
  line-height: 1em;
  letter-spacing: -0.03em;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.6);
  top:18%;
  max-width: 80%;
  position: absolute;
}

div>a.servicio:first-child{
  margin-top: 0;
}

a.servicio h6{
  color: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.servicio:hover h6{
  color: #005DA9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.servicio img{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.servicio:hover img{
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px)
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#servicios{
  padding-top: 60px;
  padding-bottom: 60px;
}

.servicio{
  text-decoration: none;
  margin-top:80px;
  display: block;
}

.servicio:hover{
  text-decoration: none!important;
}

.servicio p{
  margin-top: 20px;
  color: #797979;
  text-align: center;
  font-size: 1.143em;
  line-height: 1.714em;
  margin-top: 20px
}

.parallax-energia{
  background: rgba(0,82,151,0.9);
  background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.9) 0%, rgba(0,148,163,0.9) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.9)), color-stop(100%, rgba(0,148,163,1)));
  background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.9) 0%, rgba(0,148,163,0.9) 100%);
  background: -o-linear-gradient(-45deg, rgba(0,82,151,0.9) 0%, rgba(0,148,163,0.9) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.9) 0%, rgba(0,148,163,0.9) 100%);
  background: linear-gradient(135deg, rgba(0,82,151,0.9) 0%, rgba(0,148,163,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 );
  padding: 60px 0;
}

#energia .link-btn-ghost:hover{
  color: #077493;
}

/*  Galería  */

.gallery-image-container{
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.gallery-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-shade{
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 15px;
  height: 15%;
  width: 15%;
  background: rgba(0,0,0,0.6) url(../img/icons/expand.svg) no-repeat center center;
  background-size: 50%;
  border-radius: 3px;
}

.gallery-image-container:hover .gallery-shade {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-image-container:hover img.gallery-image{
  -moz-transform: scale3d(1.03, 1.03, 0.2);
  -webkit-transform: scale3d(1.03, 1.03, 0.2);
  transform: scale3d(1.03, 1.03, 0.2);

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.gallery-open {
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 16px 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)

}

/* Fin galería */



.blockquote {

  background: #f5f5f5;
  border-left: 6px solid #DEDEDE;
  padding: 2em 2em;
  quotes: "\201C""\201D""\2018""\2019";
}
.blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.blockquote p {
  font-family: 'PT Serif', 'Times New Roman', serif;
  color: #005DA9;
  font-style: italic;
  font-size: 1.143em;
  display: inline;
}

.blockquote p:nth-child(n+2){
  margin-top: 20px;
  display: block;
}

.stats{
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}

.stats-item{
  margin-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
}

div>div.stats-item:last-child{
  margin-bottom: 0;
}

.stats-title{
  display: inline-block;
}

.stats-figure{
  font-size: 2.857em;
  font-weight: 600;
}

.stats-append{
  font-size: 2em;
  font-weight: normal;
}

.stats-arrow-up{
  width: 22px;
  height: 24px;
  background-image: url(../img/icons/arrow-up.svg);
  display: inline-block;
  margin-right: 5px;
  background-repeat: no-repeat;
}

.stats-footnote{
  margin-top: 0px;
  font-size: 1.143em;
}

.slide-link{
  cursor: pointer;
}

#productos{
  margin-top: 40px;
  margin-bottom:0px;
}

#productos a{
  margin: 0 auto;
  display: block;
}

#productos img.img-content{
  margin: 0;
}

#productos p.subhead-sm{
  margin-bottom: 40px;
}

.productos-container{
  margin-bottom: 60px;
}


#nosotros{
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 0;
}

#habilitaciones{
    background-color: #efefef;
}

.card-planta{
  display: block;
  border-radius: 2px;
  background-color: #fff;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover .card-planta,
a:focus .card-planta{
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);

  /*-moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px)*/

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a.card{
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

a.card:hover .lead,
a.card:hover .card-title,
a.card:focus .lead,
a.card:focus .card-title{
  color: #005DA9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

a.card:hover .ver-mas,
a.card:focus .ver-mas{
  text-decoration: none;
  color: #005DA9;
  background: url(../img/icons/link-arrow-right.svg) no-repeat right 5px center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a.card:hover img.card-img,
a.card:focus img.card-img {
  -moz-transform: scale3d(1.03, 1.03, 0.2);
  -webkit-transform: scale3d(1.03, 1.03, 0.2);
  transform: scale3d(1.03, 1.03, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.card-content{
  padding: 7%;
  display: block;
  text-decoration: none;
}

.card-image-container{
overflow: hidden;
  position: relative;
  width: 100%;
  height:200px;
}

.card-img{
  width: 100%;
  height: 100%;
  border-radius: 2px 2px 0 0;
  object-fit: cover;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.lead{
  font-size: 0.929em;
  text-transform: uppercase;
  color: #666;
  font-weight: normal;
  display: block;
  margin: 0;
  margin: 0 0 5px 0;
}

.card-title{
  font-size: 2em;
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 15px;
}

.card-description{
  color: #797979;
  line-height: 1.714em;
}

.ver-mas{
  color: #005DA9;
  text-transform: uppercase;
  font-size: 1.143em;
  height: 22px;
  background: url(../img/icons/link-arrow-right.svg) no-repeat right 9px center;
  margin-top: 15px;
  padding-right: 35px;
  display: table;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.servicio{
  text-align: center;
  text-decoration: none;
}

/*Fin HOME*/


.list-row{
  font-size: 1.1428em;
  color:#797979;
  padding: 15px 0;
}

.list-title{
  font-weight: bold;
  color: #222;
  line-height: 1.2em;
  margin-bottom: 0.3em;
  letter-spacing: -0.015em;
}

#social{
display: none;
}

footer > .container-fluid{
  margin-left: 0;
  margin-right: 0;
}

footer p{
  color: white;
  margin: 0;
}

.footer-nomargin>footer{
  margin-top: 0;
}


.haru{
  opacity: 0;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  position: absolute;
  z-index: -1;
}

.remove-bs-lr-padding{
  padding-left: 0;
  padding-right: 0;
}

.social-icon{
  width: 2.286em;
  height: 2.286em;
  margin-right: 25px;
}

hr{
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #50585B;
}

.col-clear{
    padding: 0;
}

.ft-column{
  padding-bottom: 15px;
  padding-top: 25px;
}

.ft-planta{
  margin-top: 30px;
}

.copyright{
  padding: 10px 0 40px 0;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.marquee h1{
  color: white;
  text-align: center;
}

.header-container{
  display: table;
}

.title-container{
  display: table-cell;
  height: 120px;
  vertical-align: middle;
}

.title-sm{
  font-size: 0.5em;
  display: block;
  font-weight: normal;
}

.bullet-list{
  list-style-position: outside;
  margin: 0;
  padding: 0 15px;
}

.bullet-list li{
  color: #797979;
  font-size: 1.143em;
  margin-bottom: 28px;
}

.bullet-list li:last-child{
  margin-bottom: 0;
}

.img-content{
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin: 10px 0;
}

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

.col-vertical-gutter{
  margin-bottom: 30px;
}

.feature{
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  margin-bottom: 60px;
  width: 280px;
}

.icon-footnote{
  text-align: center;
  color: #005DA9;
  font-size: 1em;
  margin: 20px 0 0 0;
}

.habilitacion{
  display: block;
  padding: 20px 20px 20px 20px;
  font-size: 1.429em;
  font-weight: bold;
  color: #444;
  margin-bottom: 20px;
}

div.container>div.habilitacion:last-child{
  margin-bottom: 0;
}
#certificaciones p.subhead{
    max-width: 820px;
}

#habilitaciones{
    padding-top: 40px;
    padding-bottom: 30px;
}
.habilitacion .title{
  display: block;
  line-height: 1.1em;
}

.habilitacion a{
  display: block;
  color: #444;
  padding: 10px 20px;
  font-size: 0.6em;
  border: 1px solid #444;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}

.habilitacion a:hover{
  color: #fff;
  background-color: #444;
  text-decoration: none;
}

.timeline{
  list-style: none;
  padding: 0;
}

.timeline-item{
  border-top: 1px solid #dddddd;
  padding: 20px 0;
  font-size: 1em;
}

ul.timeline>li:last-child{
  border-bottom: 1px solid #dddddd;
}

.producto{
  background-color: #efefef;
  padding: 30px 20px 30px 20px;
  margin: 0 15px 20px 15px;
}

div.producto h6{
  padding-right: 20px;
  margin-bottom: 20px;
}

.producto a{
  display: block;
  color: #444;
  padding: 10px 10px;
  font-size: 0.9em;
  border: 1px solid #444;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}

.producto a:hover,
.producto a:focus{
  color: #fff;
  background-color: #444;
  text-decoration: none;
  border: 1px solid #444;
}

.producto-data{
  display: none;
}

.highlight{
  color: #005DA9;
  font-style: italic;
  font-size: 1.3em;
}

.list-row{
  border-top: 1px solid #ddd;
  list-style: none;
}

#caracteristicas{
  margin-bottom: 50px;
}

#actividades{
  margin-bottom: 50px;
}

#galeria{
  padding-top: 15px;
  background-color: #f5f5f5;
  margin-bottom: 40px;
}

#galeria img{
  width: 100%;
}

#location .data{
  padding: 30px 15px;
}

#location ul>li:first-child{
  border-top: none;
}

.back-to-top{
  height: 60px;
  color: white;
  text-decoration: none;
  background: #4D5358 url('../img/top-arrow-hover.svg') no-repeat top 10px center;
  background-size: 18px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-top: 32px;
  margin-bottom: -15px;
  margin-top: 35px;
}

.back-to-top:hover,
.back-to-top:focus{
  text-decoration: none;
  color: white;
  background-color: #5d656b;
}

.row>div:last-child>ul>li.list-row:last-child{
  border-bottom: 1px solid #ddd;
}

div.container>div.row.producto:last-child{
  margin-bottom: 0;
}

div>a.servicio>div{
  margin-bottom: 60px;
}

div>a.servicio:last-child>div{
  margin-bottom: 0;
}

.servicio h6{
  margin-top: 30px;
}

a.servicio>div>img{
  width: 120px;
}

.navbar-nav .open .dropdown-menu>li>a{
  line-height: 2.6em;
  font-size: 1.2em;
}

.navbar-default .navbar-nav>li>a{
  border-top: 1px solid #e7e7e7;
  color: #444;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus{
  color: #005DA9;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:focus{
  border-color: #e7e7e7;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  border: none;
}

.dropdown-menu{
  padding:10px 0;
}

#compromiso{
  margin-top: 40px;
}

.habilitacion .title{
  max-width: 420px;
}

.navbar-default .navbar-nav>.open>a{
  color: #444;
}

.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus{
  color: #444;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
  background-color: white;
}

.navbar-default .navbar-toggle:hover .icon-bar{
  background-color: #005DA9;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover{
  background-color: #f5f5f5;
  color: #005DA9;
}

.map{
  height: 320px;
  border: none;
}

a#contacto{
  cursor: pointer;
}


#footer:before {
    display: block;
    content: " ";
    margin-top: -65px;
    height: 65px;
    visibility: hidden;
}

#top:before {
    display: block;
    content: " ";
    margin-top: -85px;
    height: 85px;
    visibility: hidden;
}

#gestion-medio-ambiente{
   padding-top: 40px;
   padding-bottom: 40px;
}

#alcance{
    margin-top: 60px;
    margin-bottom: 35px
}

#alcance p{
  margin-bottom: 25px;
  font-size: 1.3em;
  line-height: 1.58em;
}

#alcance.container,
#gestion-calidad.container,
#gestion-medio-ambiente.container,
#habilitaciones>div.container{
    padding-left: 0;
    padding-right: 0;
}

.habilitacion.white{
  background-color: #ffffff;
}
    
.habilitacion.gray{
  background-color: #efefef;
}

.center-horizontal{
    margin: 0 auto;
    display: table;
}

.center-vertical{
  display: table;
  vertical-align: middle;
}


#certificaciones p.subhead{
    margin-bottom: 40px;
}

.logo-prolac-certif{
    width: 26.4em;
    height: 8.643em;
}

.logo-bureau-certif{
    width: 13em;
    height: 5.817em;
    display: inline-block;
    margin: 26px 0.5em 0 0.5em;
}



@media (max-width: 767px){
    
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #222;;
  }
 .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
 .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
  color: #005DA9;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
      padding: 2px 40px 3px 40px;
    }
    
}




/* CUSTOM MENU TOGGLE*/

@media (min-width: 768px) and (max-width: 991px) {

  #cont-data-group a{
    display: block;
  }

  .logo-prolac{
    margin: 14px 15px 14px 15px!important;
   }

  nav .container{
    width: 100%;
  }

  .container>.navbar-collapse{
    margin-right: -15px!important;
    margin-left: -15px!important;
  }
    
  .navbar-toggle {
    border: none;
    padding: 33px 20px 34px 20px;
    border-radius: 0;
    margin: 0;
  }

  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 0!important;
  }
  .navbar-nav>li {
    float: none;
  }
  
  .navbar-nav>li>a {
    padding: 20px 35px!important;
    line-height: 1em!important;
    font-size: 1.286em!important;
    text-transform: uppercase!important;
    font-weight: 600!important;
    border-top: 1px solid #e7e7e7!important;
    color: #444!important;
  }

  .navbar-default .navbar-nav>li>a {
    border-top: 1px solid #e7e7e7!important;
    color: #444!important;
  }

  .nav>li>a:hover {
    text-decoration: none!important;
  }

  .navbar-default .navbar-nav>li>a:hover {
    color: #333!important;
    background-color: transparent!important;
  }

  .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #005DA9!important;
    -webkit-: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
  }

  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:focus{
    border-color: #e7e7e7!important;
  }

  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #f5f5f5!important;
    color: #005DA9!important;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #005DA9!important;
  }
  
  .collapsing{
    position: absolute !important;
    z-index: 20;
    width: 100%;
    top: 65px;
  }
  
  .collapse.in {
    display: block!important;
    position: absolute!important;
    z-index: 20!important;
    width: 100%!important;
    top: 85px!important;
  }
  
  .navbar-collapse{
    max-height: none !important;
    background-color: white!important;
    top: 85px;

  }
    
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .dropdown-menu>li>a {
    font-size: 1.2em!important;
    color: #222222!important;
    line-height: 3em!important;
    padding: 3px 50px!important;
  }
    
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }
    
}

/* FIN CUSTOM MENU TOGGLE*/



@media (min-width: 1024px){

  .dropdown-menu>li>a{
    font-size: 1.143em!important;
    color:#222222!important;
    line-height: 3em!important;
    padding: 3px 30px!important;
  }

  .slider-nav{
    display: block!important;
  }

  .slick-dots{
    display: none!important;
  }
  
  #logos-certificaciones{
    margin-bottom: 40px;
    font-size: 1em ;
  }

}



@media (max-width: 989px){
  #logos-certificaciones{
    margin-bottom: 40px;
    font-size: 10em;
  }
}



@media (min-width: 990px){
    
  #habilitaciones-title h1{
    font-size: 4.571em!important;
  }


  .equal-col {
    display: -webkit-box; /* Safari */
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify; /* Safari */
    -webkit-flex-pack: justify;
    justify-content: space-around;
    position: relative;
  }

  .marquee{
    height: 300px!important;
  }

  .title-container{
    height: 300px!important;
  }

  .img-content{
    max-height: 100%!important;
    margin-top: 0!important;
  }

  .habilitacion .title{
    max-width: 75%;
  }

  .row-gutter{
    margin-bottom: 100px!important;
  }

  .col-vertical-gutter{
    margin-bottom: 0!important;
  }

  #enviar.btn-ghost{
    width: 300px;
  }

}



@media (min-width: 1200px){
    .navbar-default .navbar-nav>li>a{
    padding: 17px 18px!important;
    line-height: 3.2em!important;
    font-size: 1.143em!important;
    /*padding: 15px 15px;
    line-height: 3.7em;
    font-size: 1em;*/
  }
}


@media (max-width: 1200px){
    
    #logos-certificaciones{
    margin-bottom: 40px;
    font-size: 0.8em ;
    }

}



 #politica-inner.container p,
 #politica-inner.container li{
   font-size: 1.4em;
   line-height: 1.5em;
   margin-bottom:24px;
   color:#797979 !important;
 }  
    
 #politica-inner.container li.bullet-list{
   margin-left: -20px;
   padding:0;
 } 
 #politica-inner p.signature{
     font-size: 1.6em;
     text-align: right;
     margin-bottom: 5px;
     line-height: 1.4em
 } 
 #politica-inner p.signature-footer{
     font-size: 1.2em;
     text-align: right;
     margin-bottom: 0;
     line-height: 1.4em;
} 




@media screen and (max-width: 768px){
    
  #logos-certificaciones{
    margin-bottom: 40px;
    font-size: 0.8em;
  }
      
  .collapsing{
    position: absolute !important;
    z-index: 20;
    width: 100%;
    top: 65px;
  }
  
  .collapse.in {
    display: block;
    position: absolute;
    z-index: 20;
    width: 100%;
    top: 65px;
  }

  .navbar-collapse {
    max-height: none !important;
    background-color: white;
  }
}



@media (min-width: 768px){

  .btn-ghost:hover{
    border: 1px solid #005DA9;
    background-color: #005DA9;
  }

  footer{
    margin-top: 60px;
  }
       
  #footer-content{
    padding-top: 50px;
  }

  body{
    padding-top: 85px;
  }

  .row-gutter{
    margin-bottom: 40px;
  }
    
   
  iframe{
   display: block;
   height: 550px;
  } 
    
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #222;
    line-height: 3em;
    font-size: 1.1em;
  }

  .dropdown-menu{
    padding: 5px 0;
  }


  .navbar-default .navbar-nav>li>a{
    padding: 17px 13px;
    line-height: 3.7em;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
    border-top: none;
  }

  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus {
    color: #005DA9;
    -webkit-: inset 0px -4px 0px 0px rgba(0,93,169,1);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,93,169,1);
    box-shadow: inset 0px -4px 0px 0px rgba(0,93,169,1);

  }
  .dropdown-menu>li>a{
    font-size: 1em;
    color:#222222;
    line-height: 3em;
    padding: 3px 20px;
  }

  .dropdown-menu>li>a:hover,
  .dropdown-menu>li>a:focus{
    color: #005DA9;
  }

  .slider h1{
    text-transform: none;
    line-height: 1em;
    letter-spacing: -0.03em;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.6);
    top:25%;
    max-width: 67%;
    position: absolute;
  }

  h1{
    font-size: 4.571em;
  }
  h2{
    font-size: 2.857em;
  }
  h3{
    font-size: 2.571em;
    margin: 0;
  }

  h4{
    font-size: 2em;
  }


  .slider-container{
    height: 100%;
    min-height: 550px;
  }


  .subhead{
    font-size: 2em;
    margin-bottom: 80px;
    line-height: 1.4em;
  }


  .subhead-br{
    font-size: 2em;
    margin-bottom: 30px;
    line-height: 1.4em;
  }

    
  footer{
    /*margin-top:100px;
    padding-top: 50px;*/
  }

  .navbar{
    border-radius:0;
    min-height:85px;
  }
  .logo-prolac{
    width: 174px;
    height: 57.09px;
    margin: 14px 15px 14px 0;
  }
    
  #logos-header-container>img.logo-bureau-veritas-9001-14001{
    display: none;
    width: 200px;
  }
    
  #logos-header-container>img.logo-bureau-veritas-9001,
  #logos-header-container>img.logo-bureau-veritas-14001{
    display: inline-block;
    width: 85px;
    margin: 7px 4px 0 4px;
  }
    
  .marquee{
    height: 200px;
    margin-bottom: 80px;
  }

  .title-container{
    height: 200px;
  }

  .ft-planta{
    margin-top: 0;
  }
  .col-clear{
    padding: 0 15px;
  }
  .img-content{
    margin: 0;
    height: 100%;
  }

  .col-vertical-gutter{
    margin-bottom: 40px;;
  }

  .icon-footnote{
    font-size: 1.143em;
  margin: 30px 0 0 0;
  }

  #alcance.container,
  #gestion-calidad.container,
  #gestion-medio-ambiente.container,
  #habilitaciones>div.container{
      padding-left: 15px;
      padding-right: 15px;
  }
      
      
  #gestion-medio-ambiente{
     padding-top: 60px;
     padding-bottom: 60px;
  }


  #certificacion-footer{
      margin-top: 60px;
  }
      
  #habilitaciones-title h1{
      font-size: 3.571em;
  }

.habilitacion{
  background: url(../img/icons/doc.svg) no-repeat;
  background-size: 2em;
  padding: 20px 20px 20px 90px;
  background-position: center left 25px;;
  font-size: 1.429em;
  font-weight: bold;
  color: #444;
  margin-bottom: 20px;
}

.habilitacion .title{
  display: inline-block;;
  padding: 8px 0;
}

.habilitacion a{
  display: inline-block;
  color: #444;
  padding: 10px 10px;
  font-size: 0.6em;
  border: 1px solid #444;
  float: right;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none;
  margin-top: 0;
  width: 130px;
  }
    
#habilitaciones{
    padding-top: 60px;
    padding-bottom:60px;
}


  .ft-column{
    padding-top: 45px;
  }


.producto{
  padding: 30px;
  margin: 0 15px 40px 15px;
}

div.producto h6{
  padding-right: 20px;
}

.producto a{
  display: inline-block;
  width: 250px;
  margin-right: 20px;
 }

.producto-subtitle{
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  }

.producto-data{
  display: block;
  }

div.producto-data p:first-of-type{
  margin-bottom: 20px
}

ul>li.list-row:last-child{
  border-bottom: 1px solid #ddd;
}

  /* Home*/

.slider-nav{
  color: white;
  margin-top: -130px;
  display: none;
}

.slider-nav-bullet{
  border-radius: 100%;
  font-size: 0.857em;
  border: 1px solid rgba(255, 255, 255, .6);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 3px 0px;
  width: 24px;
  display: inline-block;
  height: 24px;
  text-align: center;
  float:left;
}

.slider-nav-text{
  color: white;
  font-size: 0.857em;
  letter-spacing: -0.02em;
  max-width: 260px;
  padding-left: 10px;
  padding-right: 10px;
  width: 89%;
  display: inline-block;
  clear: left;
}

div.slide-link.slick-current{
  -webkit-box-shadow: inset 0px 4px 0px 0px rgba(255, 255, 255, 0.6);
  -moz-box-shadow:    inset 0px 4px 0px 0px rgba(255, 255, 255, 0.6);
  box-shadow:         inset 0px 4px 0px 0px rgba(255, 255, 255, 0.6);
}

.feature{
  margin-bottom: 80px;
  width: 100%;
}

#servicios{
  padding-top: 60px;
  padding-bottom: 20px;
  }

  #servicios p.subhead-sm{
    max-width: 530px;
    margin: 0 auto 80px auto;
  }

.servicio{
  margin-top: 0;
}


.parallax-energia{
  background: rgba(0,82,151,0.9), url(../img/home/energia-bg.jpg);
  background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.9) 0%, rgba(0,148,163,0.9) 100%), url(../img/home/energia-bg.jpg);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.9)), color-stop(100%, rgba(0,148,163,1))), url(../img/home/energia-bg.jpg);
  background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.9) 0%, rgba(0,148,163,0.9) 100%), url(../img/home/energia-bg.jpg);
  background: -o-linear-gradient(-45deg, rgba(0,82,151,0.9) 0%, rgba(0,148,163,0.9) 100%), url(../img/home/energia-bg.jpg);
  background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.9) 0%, rgba(0,148,163,0.9) 100%), url(../img/home/energia-bg.jpg);
  background: linear-gradient(135deg, rgba(0,82,151,0.9) 0%, rgba(0,148,163,0.9) 100%), url(../img/home/energia-bg.jpg);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/home/energia-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

  .stats{
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
  }

  .stats-item{
    margin-bottom: 0;
    min-height: 160px;
    margin-left: 0;
    margin-right: 0;
  }

  .stats-footnote{
    margin-top: 5px;
    font-size: 1.143em;
  }

#energia p.subhead-sm{
  max-width: 750px;
  margin: 0 auto 60px auto;

}
  #productos{
    margin-top: 40px;
    margin-bottom:40px;
  }

#productos p.subhead-sm{
  text-align: left;
  margin-bottom: 40px;
}

#productos h2.underline{
  text-align: left;
}

#productos h2.underline:after{
  margin-left: 0;
  width: 40px!important;
}


#productos a{
  margin: 0;
}

#productos>div>div.equal-col{
    display: -webkit-box; /* Safari */
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify; /* Safari */
    -webkit-flex-pack: justify;
    justify-content: space-around;
    position: relative;
}

#productos img{
  max-height: 100%!important;
}

  .productos-container{
    margin-top: 22%;
    margin-right: 20%;
  }

  #nosotros{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card-planta{
    overflow: hidden;
    margin-bottom: 0;
  }

  .servicio h6{
    margin-top: 40px;
    text-align: center;
  }

  a.servicio>div>img{
    width: 140px;
  }


#nosotros p.subhead-sm{
  max-width: 780px;
  margin: 0 auto 60px auto;
}

.card-image-container{
  height: 250px;
}
  /*Fin Home*/


  #caracteristicas{
    margin-bottom: 70px;
  }

  #actividades{
   margin-bottom: 80px;
  }

  #galeria{
    padding-top: 80px;
    padding-bottom: 65px;
    background-color: #efefef;
    margin-bottom: 0;
  }

  #location .map{
    background-color: #efefef;
  }

  #location .data{
  padding: 40px;
  }

  .back-to-top,
  .back-to-top:focus{
    width: 80px;
    height: 80px;
    background: #fff url('../img/top-arrow-normal.svg') no-repeat top 12px center;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    right: 15px;
    top: 50px;
    padding-top: 52px;
    color: #0064B7;
  }

  .back-to-top:hover,
  .back-to-top:focus{
    color: white;
    text-decoration: none;
    background: #4D5358 url('../img/top-arrow-hover.svg') no-repeat top 12px center;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
  }

  #productos-inner p.subhead{
    max-width: 1050px;
  }

  #energia-inner p[class^="subhead"] {
    max-width: 1090px;
  }

  .timeline-item{
    padding: 30px 0;
    font-size: 1.143em;
  }

  #historia-inner p.subhead{
    max-width: 850px;
  }

  #compromiso{
    margin-top: 80px;
  }

    

    
    
  #politica-inner p.subhead{
    max-width: 960px;
  }
    
  #politica-inner.container{
    max-width: 850px;
  }

 #politica-inner.container p,
 #politica-inner.container li{
   font-size: 1.48em;
   line-height: 1.58em;
   margin-bottom:30px;
   color:#797979;
 }  
    
 #politica-inner.container li.bullet-list{
   margin-left: -20px;
 } 
  
 #politica-inner p.signature{
     font-size: 1.8em;
     text-align: right;
     margin-bottom: 10px;
     line-height: 1.4em;
     margin-top: 50px;
 } 
 #politica-inner p.signature-footer{
     font-size: 1.36em;
     text-align: right;
     margin-bottom: 0;
     line-height: 1.4em;
} 
    
    
#footer:before {
    display: block;
    content: " ";
    margin-top: -85px;
    height: 85px;
    visibility: hidden;
} 
    

  #reciclado-inner p.subhead{
    max-width: 900px;
  }

  #tratamiento-inner p.subhead{
    max-width: 1040px;
  }

  .img-content{
    max-height: 320px;
  }

  .map{
    height: 550px;
    border: none;
  }

  .blockquote p{
    font-family: 'PT Serif', serif;
    color: #005DA9;
    font-size: 1.45em;
  }

  .blockquote {
    padding: 2.2em 2.7em;
  }


  .gallery-shade {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(0,0,0,0.6) url(../img/icons/expand.svg) no-repeat center center;
  }


  /* Imágenes del slider mayor a 768px */
  #slick-slide00:before{
    background: rgba(0,0,0,0.05), url(../img/slider/slider-01_1280.jpg);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-01_1280.jpg);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.05)), color-stop(60%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0.7))), url(../img/slider/slider-01_1280.jpg);
    background: -webkit-linear-gradient(top, rgb a(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-01_1280.jpg);
    background: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-01_1280.jpg);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-01_1280.jpg);
    background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-01_1280.jpg);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ), url(../img/slider/slider-01_1280.jpg);

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }

  #slick-slide01:before {
    background: rgba(0,0,0,0.05), url(../img/slider/slider-02_1280.jpg);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-02_1280.jpg);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.05)), color-stop(60%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0.7))), url(../img/slider/slider-02_1280.jpg);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-02_1280.jpg);
    background: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-02_1280.jpg);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-02_1280.jpg);
    background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-02_1280.jpg);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ), url(../img/slider/slider-02_1280.jpg);

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }

  #slick-slide02:before{
    background: rgba(0,0,0,0.05), url(../img/slider/slider-03_1280.jpg);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-03_1280.jpg);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.05)), color-stop(60%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0.7))), url(../img/slider/slider-03_1280.jpg);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-03_1280.jpg);
    background: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-03_1280.jpg);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,015) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-03_1280.jpg);
    background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-03_1280.jpg);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ), url(../img/slider/slider-03_1280.jpg);

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }

  #slick-slide03:before{
    background: rgba(0,0,0,0.05), url(../img/slider/slider-04_1280.jpg);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-04_1280.jpg);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.05)), color-stop(60%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0.7))), url(../img/slider/slider-04_1280.jpg);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-04_1280.jpg);
    background: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-04_1280.jpg);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-04_1280.jpg);
    background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-04_1280.jpg);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ), url(../img/slider/slider-04_1280.jpg);

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }


/*  Marquee mayor a 768*/
    .marquee-energia{
      background: rgb(0,82,151);
      background: rgba(0,82,151,0.85), url(../img/marquee/energia_1280.jpg);
      background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/energia_1280.jpg);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/energia_1280.jpg);
      background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/energia_1280.jpg);
      background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/energia_1280.jpg);
      background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/energia_1280.jpg);
      background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/energia_1280.jpg);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/energia_1280.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }

    .marquee-historia{
      background: rgb(0,82,151);
      background: rgba(0,82,151,0.85), url(../img/marquee/historia_1280.jpg);
      background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/historia_1280.jpg);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/historia_1280.jpg);
      background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/historia_1280.jpg);
      background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/historia_1280.jpg);
      background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/historia_1280.jpg);
      background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/historia_1280.jpg);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/historia_1280.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }

    .marquee-habilitaciones{
      background: rgb(0,82,151);
      background: rgba(0,82,151,0.85), url(../img/marquee/habilitaciones_1280.jpg);
      background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/habilitaciones_1280.jpg);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/habilitaciones_1280.jpg);
      background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/habilitaciones_1280.jpg);
      background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/habilitaciones_1280.jpg);
      background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/habilitaciones_1280.jpg);
      background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/habilitaciones_1280.jpg);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/habilitaciones_1280.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }

    .marquee-laboratorio{
      background: rgb(0,82,151);
      background: rgba(0,82,151,0.85), url(../img/marquee/laboratorio_1280.jpg);
      background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/laboratorio_1280.jpg);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/laboratorio_1280.jpg);
      background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/laboratorio_1280.jpg);
      background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/laboratorio_1280.jpg);
      background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/laboratorio_1280.jpg);
      background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/laboratorio_1280.jpg);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/laboratorio_1280.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }

    .marquee-logistica{
      background: rgb(0,82,151);
      background: rgba(0,82,151,0.85), url(../img/marquee/logistica_1280.jpg);
      background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/logistica_1280.jpg);logistica
      background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/logistica_1280.jpg);
      background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/logistica_1280.jpg);
      background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/logistica_1280.jpg);
      background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/logistica_1280.jpg);
      background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/logistica_1280.jpg);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/logistica_1280.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }

    .marquee-planta-fv{
      background: rgb(0,82,151);
      background: rgba(0,82,151,0.85), url(../img/marquee/planta-fv_1280.jpg);
      background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-fv_1280.jpg);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/planta-fv_1280.jpg);
      background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-fv_1280.jpg);
      background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-fv_1280.jpg);
      background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-fv_1280.jpg);
      background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-fv_1280.jpg);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/planta-fv_1280.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }

    .marquee-planta-lincoln{
      background: rgb(0,82,151);
      background: rgba(0,82,151,0.85), url(../img/marquee/planta-lincoln_1280.jpg);
      background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-lincoln_1280.jpg);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/planta-lincoln_1280.jpg);
      background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-lincoln_1280.jpg);
      background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-lincoln_1280.jpg);
      background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-lincoln_1280.jpg);
      background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-lincoln_1280.jpg);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/planta-lincoln_1280.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }

    .marquee-politica{
      background: rgb(0,82,151);
      background: rgba(0,82,151,0.85), url(../img/marquee/politica_1280.jpg);
      background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/politica_1280.jpg);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/politica_1280.jpg);
      background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/politica_1280.jpg);
      background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/politica_1280.jpg);
      background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/politica_1280.jpg);
      background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/politica_1280.jpg);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/politica_1280.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }

    .marquee-productos{
      background: rgb(0,82,151);
      background: rgba(0,82,151,0.85), url(../img/marquee/productos_1280.jpg);
      background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/productos_1280.jpg);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/productos_1280.jpg);
      background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/productos_1280.jpg);
      background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/productos_1280.jpg);
      background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/productos_1280.jpg);
      background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/productos_1280.jpg);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/productos_1280.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }

    .marquee-reciclado{
      background: rgb(0,82,151);
      background: rgba(0,82,151,0.85), url(../img/marquee/reciclado_1280.jpg);
      background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/reciclado_1280.jpg);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/reciclado_1280.jpg);
      background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/reciclado_1280.jpg);
      background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/reciclado_1280.jpg);
      background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/reciclado_1280.jpg);
      background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/reciclado_1280.jpg);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/reciclado_1280.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }

    .marquee-tratamiento{
      background: rgb(0,82,151);
      background: rgba(0,82,151,0.85), url(../img/marquee/tratamiento_1280.jpg);
      background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/tratamiento_1280.jpg);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/tratamiento_1280.jpg);
      background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/tratamiento_1280.jpg);
      background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/tratamiento_1280.jpg);
      background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/tratamiento_1280.jpg);
      background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/tratamiento_1280.jpg);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/tratamiento_1280.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }



}


















/*Animación aparece nav-slider*/
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.slider-nav{
 opacity: 0;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;

  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* Animación h1 slider */
@keyframes moveup {
  from { transform: translate(0,30px); }
  to   { transform: translate(0,0); }
}

/* Firefox < 16 */
@-moz-keyframes moveup {
  from { -moz-transform: translate(0,30px); }
  to   { -moz-transform: translate(0,0); }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes moveup {
  from { -webkit-transform: translate(0,30px); }
  to   { -webkit-transform: translate(0,0); }
}

/* Internet Explorer */
@-ms-keyframes moveup {
  from { -ms-transform: translate(0,30px); }
  to   { -ms-transform: translate(0,0); }
}

/* Opera < 12.1 */
@-o-keyframes moveup {
  from { -0-transform: translate(0,30px); }
  to   { -0-transform: translate(0,0); }
}


.slider h1{
 opacity: 0;
  -webkit-animation: fadein 1.5s, moveup 3s ease-out; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1.5s, moveup 3s ease-out; /* Firefox < 16 */
        -ms-animation: fadein 1.5s, moveup 3s ease-out; /* Internet Explorer */
         -o-animation: fadein 1.5s, moveup 3s ease-out; /* Opera < 12.1 */
            animation: fadein 1.5s, moveup 3s ease-out;

  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}


/* Animación zoom in de slider*/
@-webkit-keyframes bg-zoom {
  100% {
      -webkit-transform: scale(1,1);
  }
}

@-moz-keyframes bg-zoom {
  100% {
      -moz-transform: scale(1,1);
  }
}

@-ms-keyframes bg-zoom {
  100% {
      -ms-transform: scale(1,1);
  }
}

@-o-keyframes bg-zoom {
  100% {
      -o-transform: scale(1,1);
  }
}

@keyframes bg-zoom {
  100% {
      transform: scale(1,1);
  }
}


div[id^="slick-slide"]{     /* Background preload del slider */
  background: rgba(0,0,0,0.05), #3b444f;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), #3b444f;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.05)), color-stop(60%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0.7))), #3b444f;
  background: -webkit-linear-gradient(top, rgb a(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), #3b444f;
  background: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), #3b444f;
  background: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), #3b444f;
  background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), #3b444f;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ), #3b444f;
}


div[id^="slick-slide"]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;

  -webkit-animation: bg-zoom 15s;
  -moz-animation: bg-zoom 15s;
  -ms-animation: bg-zoom 15s;
  -0-animation: bg-zoom 15s;
  animation: bg-zoom 15s;

  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;

  -webkit-transform: scale(1.2,1.2);
  -moz-transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2);
  -o-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}





@media (max-width: 767px) {   /* Imágenes del slider menor a 768px */
#slick-slide00:before{
  background: rgba(0,0,0,0.05), url(../img/slider/slider-01_768.jpg);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-01_768.jpg);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(60%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0.7))), url(../img/slider/slider-01_768.jpg);
  background: -webkit-linear-gradient(top, rgb a(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-01_768.jpg);
  background: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-01_768.jpg);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-01_768.jpg);
  background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-01_768.jpg);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ), url(../img/slider/slider-01_768.jpg);

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  }

#slick-slide01:before {
  background: rgba(0,0,0,0.05), url(../img/slider/slider-02_768.jpg);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-02_768.jpg);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.05)), color-stop(60%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0.7))), url(../img/slider/slider-02_768.jpg);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-02_768.jpg);
  background: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-02_768.jpg);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-02_768.jpg);
  background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-02_768.jpg);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ), url(../img/slider/slider-02_768.jpg);

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  }

#slick-slide02:before{
  background: rgba(0,0,0,0.05), url(../img/slider/slider-03_768.jpg);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-03_768.jpg);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.05)), color-stop(60%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0.7))), url(../img/slider/slider-03_768.jpg);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-03_768.jpg);
  background: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-03_768.jpg);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-03_768.jpg);
  background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-03_768.jpg);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ), url(../img/slider/slider-03_768.jpg);

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  }

#slick-slide03:before{
  background: rgba(0,0,0,0.05), url(../img/slider/slider-04_768.jpg);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-04_768.jpg);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.05)), color-stop(60%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0.7))), url(../img/slider/slider-04_768.jpg);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-04_768.jpg);
  background: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-04_768.jpg);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-04_768.jpg);
  background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%), url(../img/slider/slider-04_768.jpg);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ), url(../img/slider/slider-04_768.jpg);

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  }



  /*  Marquee menor a 768  */
      .marquee-energia{
        background: rgb(0,82,151);
        background: rgba(0,82,151,0.85), url(../img/marquee/energia_768.jpg);
        background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/energia_768.jpg);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/energia_768.jpg);
        background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/energia_768.jpg);
        background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/energia_768.jpg);
        background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/energia_768.jpg);
        background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/energia_768.jpg);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/energia_768.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
      }

      .marquee-historia{
        background: rgb(0,82,151);
        background: rgba(0,82,151,0.85), url(../img/marquee/historia_768.jpg);
        background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/historia_768.jpg);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/historia_768.jpg);
        background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/historia_768.jpg);
        background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/historia_768.jpg);
        background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/historia_768.jpg);
        background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/historia_768.jpg);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/historia_768.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
      }

      .marquee-habilitaciones{
        background: rgb(0,82,151);
        background: rgba(0,82,151,0.85), url(../img/marquee/habilitaciones_768.jpg);
        background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/habilitaciones_768.jpg);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/habilitaciones_768.jpg);
        background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/habilitaciones_768.jpg);
        background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/habilitaciones_768.jpg);
        background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/habilitaciones_768.jpg);
        background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/habilitaciones_768.jpg);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/habilitaciones_768.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
      }

      .marquee-laboratorio{
        background: rgb(0,82,151);
        background: rgba(0,82,151,0.85), url(../img/marquee/laboratorio_768.jpg);
        background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/laboratorio_768.jpg);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/laboratorio_768.jpg);
        background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/laboratorio_768.jpg);
        background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/laboratorio_768.jpg);
        background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/laboratorio_768.jpg);
        background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/laboratorio_768.jpg);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/laboratorio_768.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
      }

      .marquee-logistica{
        background: rgb(0,82,151);
        background: rgba(0,82,151,0.85), url(../img/marquee/logistica_768.jpg);
        background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/logistica_768.jpg);logistica
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/logistica_768.jpg);
        background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/logistica_768.jpg);
        background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/logistica_768.jpg);
        background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/logistica_768.jpg);
        background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/logistica_768.jpg);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/logistica_768.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
      }

      .marquee-planta-fv{
        background: rgb(0,82,151);
        background: rgba(0,82,151,0.85), url(../img/marquee/planta-fv_768.jpg);
        background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-fv_768.jpg);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/planta-fv_768.jpg);
        background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-fv_768.jpg);
        background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-fv_768.jpg);
        background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-fv_768.jpg);
        background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-fv_768.jpg);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/planta-fv_768.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
      }

      .marquee-planta-lincoln{
        background: rgb(0,82,151);
        background: rgba(0,82,151,0.85), url(../img/marquee/planta-lincoln_768.jpg);
        background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-lincoln_768.jpg);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/planta-lincoln_768.jpg);
        background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-lincoln_768.jpg);
        background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-lincoln_768.jpg);
        background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-lincoln_768.jpg);
        background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/planta-lincoln_768.jpg);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/planta-lincoln_768.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
      }

      .marquee-politica{
        background: rgb(0,82,151);
        background: rgba(0,82,151,0.85), url(../img/marquee/politica_768.jpg);
        background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/politica_768.jpg);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/politica_768.jpg);
        background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/politica_768.jpg);
        background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/politica_768.jpg);
        background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/politica_768.jpg);
        background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/politica_768.jpg);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/politica_768.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
      }

      .marquee-productos{
        background: rgb(0,82,151);
        background: rgba(0,82,151,0.85), url(../img/marquee/productos_768.jpg);
        background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/productos_768.jpg);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/productos_768.jpg);
        background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/productos_768.jpg);
        background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/productos_768.jpg);
        background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/productos_768.jpg);
        background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/productos_768.jpg);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/productos_768.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
      }

      .marquee-reciclado{
        background: rgb(0,82,151);
        background: rgba(0,82,151,0.85), url(../img/marquee/reciclado_768.jpg);
        background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/reciclado_768.jpg);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/reciclado_768.jpg);
        background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/reciclado_768.jpg);
        background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/reciclado_768.jpg);
        background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/reciclado_768.jpg);
        background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/reciclado_768.jpg);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/reciclado_768.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
      }

      .marquee-tratamiento{
        background: rgb(0,82,151);
        background: rgba(0,82,151,0.85), url(../img/marquee/tratamiento_768.jpg);
        background: -moz-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/tratamiento_768.jpg);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,82,151,0.85)), color-stop(100%, rgba(0,148,163,1))), url(../img/marquee/tratamiento_768.jpg);
        background: -webkit-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/tratamiento_768.jpg);
        background: -o-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/tratamiento_768.jpg);
        background: -ms-linear-gradient(-45deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/tratamiento_768.jpg);
        background: linear-gradient(135deg, rgba(0,82,151,0.85) 0%, rgba(0,148,163,0.85) 100%), url(../img/marquee/tratamiento_768.jpg);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005297', endColorstr='#0094a3', GradientType=1 ), url(../img/marquee/tratamiento_768.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
      }
}
