/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/10/2017, 09:56:39 AM
    Author     : Nata
*/

.slaider {
  background: url("../img/1.jpg");
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.color1 {
  color: #eedede;
}
.color2 {
  background: #fff;
}
.colorVerde {
  background: #118b2f;
}
.borde {
  border: 1px solid #dee6ed;
}
body {
  position: relative;
}
.banner2 {
  background: url(../img/1.jpg);
  float: left;
  width: 100%;
  height: 150px;

  background-size: cover; /*Imagen al 100%*/
  background-attachment: fixed; /* posicion fija para la imagen*/
}
.banner2 h3 {
  background: rgba(0, 0, 0, 0.5);
  font-size: 28px;
  height: 100%;
  padding-top: 70px;
}
