.grow:hover
{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
}

.grow2:hover
{
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
}

.btn-secondary: background-color
{
	background-color: yellow !important; 
}
..row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: auto;
  width: 50%;
  max-width: 50%;
  max-height: 100%;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 100px;
  right: 50px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;

}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.w-1 {
  width: 1% !important;
}
.w-5 {
  width: 5% !important;
}
.w-6 {
  width: 6% !important;
}
.w-15 {
  width: 15% !important;
}
.w-10 {
  width: 10% !important;
}
.w-20 {
  width: 20% !important;
}
.w-30 {
  width: 30% !important;
}
.nav-link {
	color: white!important;
	background: none!important;
}
.nav-link:hover {
	color: yellow!important;
	background: none!important;
}
.dropdown-toggle {
  	color: white !important;
  	background: none!important;
}
.dropdown-menu {
	background-color: #151515!important;
	color: white!important;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: white!important;
	background-color: #c1b424!important;
	text-shadow: black 0.2em 0.1em 0.2em!important;
}
.dropdown-item{
	color:white!important;
}
.demo-text {
  margin: auto;
  position: absolute;
  top: 1; left: 0; bottom: 0; right: 0;
  width: auto;

  display: table;
  height: auto;

  color: #fcc116!important;
  text-transform: uppercase;
  text-align: center;

  font-size: 2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;

  letter-spacing: 0.50em;
  line-height: 1.8em;
}
.textomenor {
  font-size: 10px;
}
