body {
       background: url(../img/fondo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
   
}
#imagen:hover {filter: opacity(.5);}

.navbar {
  background: #99cc33;

}
.valla {
  background: #99cc33;

}
 

h2  {
  font-family: "poppins", sans-serif;  
  color: #6c8fa8;    
}
h3 {

}
.colorenlace {

  color: #000000;
  text-decoration: none;
}
.colorenlace:hover {

  color: #fff;
  text-decoration: none;
}
#header {
  background-image: url(../img/header.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 1000px;
  text-align: center;
  padding-top: 50px;
}
#footer {
    background:#99a9b5;
   
    
}
.card-border {
  border: solid 10px white;
  border-radius: 199cc33
  0px;
  overflow: hidden;
  transition: all ease-out 0.2s;
}
.card-border:hover {
  transform: scale(1.05);
}
.tarjetas {
  border:white
  overflow: hidden;
  transition: all ease-out 0.2s;
}
.tarjetas:hover {
  transform: scale(1.05);
}
.btn-warning {
  color: #f8f9fa!important;
  background-color: #99cc33!important;
  border-color: #ffffff!important; 
}
.image {
  -ms-zoom-animation: 3s ease;
}

