.bg-pink{
  background-color: #549447;
}

.bg-mision{background-color:#8cbe4f;}
.bg-valores{background-color:#549447;}

.parallax {
background-image: url("img/8.jpg");
min-height: 450px; 

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

.parallax-1{
background-image: url("img/7.jpg");
min-height: 450px; 

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

.team-classic-content {width:100% !important;}

.cursor-light.header-appear .scroll.nav-link{
color:#549447 !important;
}

/* #consultorias .pink{background-color:#549447;} */
#consultorias .color-pink{color:#549447 !important;}

#conferencias{
background: url("img/3.jpg");
}

.team-classic-content.hvr-team{
  background: none !important;
}

@media (min-width: 1200px){
.col-xl-3 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
}