/* 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: 1px 1px 1px #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: #06c #06c #38ec7b;
	color: #FFF;
}

html .btn-whatsapp:hover,
html .btn-whatsapp.hover {
	background-color: #38ec7b;
	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: #356045 !important;
	background-image: none !important;
	border-color: #006699 #006699 #004466 !important;
}

html .btn-whatsapp-scale-2 {
	background-color: #006699;
	border-color: #006699 #006699 #004466;
	color: #FFF;
}

html .btn-whatsapp-scale-2:hover,
html .btn-whatsapp-scale-2.hover {
	background-color: #007fbf;
	border-color: #06c #06c #006699;
	color: #FFF;
}

html .btn-whatsapp-scale-2:focus,
html .btn-whatsapp-scale-2.focus {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.5);
	box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.5);
}

html .btn-whatsapp-scale-2.disabled,
html .btn-whatsapp-scale-2:disabled {
	background-color: #006699;
	border-color: #006699 #006699 #004466;
}

html .btn-whatsapp-scale-2:active,
html .btn-whatsapp-scale-2.active {
	background-color: #004c73 !important;
	background-image: none !important;
	border-color: #004466 #004466 #002233 !important;
}

html .show > .btn-whatsapp.dropdown-toggle,
html .show > .btn-whatsapp-scale-2.dropdown-toggle {
	background-color: #006ea6 !important;
	background-image: none !important;
	border-color: #006699 #006699 #004466 !important;
}
