/* styles.css - Complete override for #btn3d over MDB UI Kit using ID selectors */

/* 1. Import MDB UI Kit */
@import url('https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.0.0/mdb.min.css');

#btn3d {
	position: relative;
	top: -6px;
	border: 0;
	transition: all 40ms linear;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
}

#btn3d:active:focus,
#btn3d:focus:hover,
#btn3d:focus {
	-moz-outline-style: none;
	outline: medium none;
}

#btn3d:active,
#btn3d.active {
	top: 2px;
}

#btn3d.btn-white {
	color: #666666;
	box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0, 0, 0, .2);
	background-color: #fff;
}

#btn3d.btn-white:active,
#btn3d.btn-white.active {
	color: #666666;
	box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
	background-color: #fff;
}

#btn3d.btn-default {
	color: #666666;
	box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0, 0, 0, .2);
	background-color: #f9f9f9;
}

#btn3d.btn-default:active,
#btn3d.btn-default.active {
	color: #666666;
	box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
	background-color: #f9f9f9;
}

#btn3d.btn-primary {
	box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #4274D7;
}

#btn3d.btn-primary:active,
#btn3d.btn-primary.active {
	box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #4274D7;
}

#btn3d.btn-success {
	box-shadow: 0 0 0 1px #31c300 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #5eb924, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #78d739;
}

#btn3d.btn-success:active,
#btn3d.btn-success.active {
	box-shadow: 0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #78d739;
}

#btn3d.btn-info {
	box-shadow: 0 0 0 1px #00a5c3 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #348FD2, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #39B3D7;
}

#btn3d.btn-info:active,
#btn3d.btn-info.active {
	box-shadow: 0 0 0 1px #00a5c3 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #39B3D7;
}

#btn3d.btn-warning {
	box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #FEAF20;
}

#btn3d.btn-warning:active,
#btn3d.btn-warning.active {
	box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #FEAF20;
}

#btn3d.btn-danger {
	box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #D73814;
}

#btn3d.btn-danger:active,
#btn3d.btn-danger.active {
	box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #D73814;
}

#btn3d.btn-magick {
	color: #fff;
	box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #9823d5, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #bb39d7;
}

#btn3d.btn-magick:active,
#btn3d.btn-magick.active {
	box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #bb39d7;
}

/* Section title styling */
.section-title {
	text-transform: capitalize;
	font-family: 'Comic Relief', cursive;
}

.section-title {
  display: inline-block;
  padding: 0.6em 1.2em;
  font-family: 'Comic Relief', cursive;
  text-transform: capitalize;
  color: #fff;
  border-radius: 6px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.3), 0 1px 2px rgba(0,0,0,0.2);
  line-height: 1;

  background-image:
    /* 1) Base madera */
    linear-gradient(142deg, #a04f03 0%, #904002 100%),
    /* 2) Cinco vetas onduladas suaves con menor opacidad */
    url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='120' height='32' preserveAspectRatio='none'>\
  <path d='M0,5  C40,7 80,3 120,5'  fill='none' stroke='rgba(0,0,0,0.08)' stroke-width='1'/>\
  <path d='M0,11 C40,13 80,9 120,11' fill='none' stroke='rgba(0,0,0,0.08)' stroke-width='1'/>\
  <path d='M0,17 C40,19 80,15 120,17' fill='none' stroke='rgba(0,0,0,0.08)' stroke-width='1'/>\
  <path d='M0,23 C40,25 80,21 120,23' fill='none' stroke='rgba(0,0,0,0.08)' stroke-width='1'/>\
  <path d='M0,29 C40,31 80,27 120,29' fill='none' stroke='rgba(0,0,0,0.08)' stroke-width='1'/>\
</svg>"),
    /* 3) Ruido ligero */
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.06) 1px, transparent 4px),
    radial-gradient(circle at 70% 80%, rgba(255,255,255,0.05) 1px, transparent 3px);

  background-repeat: no-repeat, repeat-x, no-repeat, no-repeat;
  background-size: cover, 120px 100%, auto, auto;
  background-position: center center, 0 0, center center, center center;
  background-blend-mode: overlay, multiply, normal, normal;
  box-shadow: 5px 5px 9px -4px rgba(0,0,0,0.75);
  -webkit-box-shadow: 5px 5px 9px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 9px -4px rgba(0,0,0,0.75);
}