/* Add here all your CSS customizations */

@media (max-width: 600px) {
  div.ejemplo {
    display:none !important
  }
}

.text-height-15 {line-height: 15px}
.text-s-1 { font-size: .6em }

html .overlay-color-rojo:not(.no-skin):before {
	background-color: #ff0000 !important;
}

.nav.custom-nav-style-1 > .nav-item > .nav-link.active:before {
	background-color: #ff0000 ;
	}

span span.wha a {color: #fff !important}
span span.wha a:hover {color: #3ae831 !important}
.wha a {color: #fff !important}
.wha a:hover {color: #3ae831 !important}

/*a {
	color: #FFFFFF;
	transition: ease color 300ms;
}*/

.img90 {width: 90%}
.img80 {width: 80%}
.img70 {width: 70%}
.img60 {width: 60%}