/* Add here all your CSS customizations */
.mayusculas {
  text-transform: uppercase;
}

.sombra-azul {
  text-shadow: 1px 1px 2px #06c;
}

.sombra-blanca {
  text-shadow: 1px 1px 1px #FFF;
}

.sombra-negra {
  text-shadow: 0px 0px 7px #000;
}

.parallax-overlay {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}


html .btn-whatsapp {
	background-color: #25d366;
	border-color: #25d366 #25d366 #006699;
	color: #FFF;
}

html .btn-whatsapp:hover,
html .btn-whatsapp.hover {
	background-color: #2d9f58;
	border-color: #00aaff #00aaff #06c;
	color: #FFF;
}

html .btn-whatsapp:focus,
html .btn-whatsapp.focus {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
	box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

html .btn-whatsapp.disabled,
html .btn-whatsapp:disabled {
	background-color: #06c;
	border-color: #06c #06c #006699;
}

html .btn-whatsapp:active,
html .btn-whatsapp.active {
	background-color: #006ea6 !important;
	background-image: none !important;
	border-color: #006699 #006699 #004466 !important;
}
