@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

/* News pagination link states */
#news_pagination a, #messages_pagination a {
	margin:0px;
	display:block;
}

.location {
	border:1px solid #211510;
	background-color:rgba(4,36,54,1);
}

.location_name {
	color:#CF9139;
}

.location:hover {
	background-color:rgba(4,36,54,1);
}

/* Slider text bar */
.caption {
	background-color:rgba(0,0,0,0.6);
	color:#fff;
}

#slider_next {
	margin-top: -10px;
	color: #fff;
	font-size: 25px;
	margin-right: -15px;
	border-radius: 5px 0 0 5px;
	background-color:#000;
}

#slider_previous {
	margin-top: -10px;
	color: #fff;
	font-size: 25px;
	margin-left: -15px;
	background-color:#000;
	border-radius: 0 5px 5px 0;
	cursor:url(../cursors/gam376.cur),url(../cursors/gam376.cur),auto;
}

#slider_previous:hover,
#slider_next:hover {
	box-shadow: 2px 2px 8px #000;
}

#store {
	margin-left:-8px;
} 

/* News comments styles */
.staff_comment .comment_author {
	color:#00B4FF !important;
}

@media only screen and (max-width: 768px) { /* Target screens smaller than 768px */
  .comment,
  .message_box {
    font-size: 16px; /* Increase font size for mobile */
  }
}

.comment,
.message_box {
  /* Existing styles for all screen sizes */
  width: 100% !important;
  border: 2px solid #e6c07b !important;
  background-color: #37291a !important;
  color: inherit !important;
  box-shadow: none !important;
  border-radius: 12px;
}


.comment a img, .message_box a img {
	border:1px solid #000 !important;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
}

.comment_author:hover, .message_box_author:hover {
	color:#fff !important;
}

.comment_date, .message_box_date {
	color:#666;
}

/* Comments and shoutbox: characters remaining indicator text */
.characters_remaining {
	color:#666;
}

#poll_answers .poll_answer {
	margin-left:10px;
}

/* Modal boxes: alert & confirm */
.popup {
	background-color:#eee;
	border:1px solid #fff;
	box-shadow:0px 0px 35px #000;
	-webkit-box-shadow:0px 0px 35px #000;
	-moz-box-shadow:0px 0px 35px #000;
}

.popup a {
	color: #fff;
}

.popup a:hover {
	color:#fff;
}

.popup_button {
	background-color: #7fbf4d;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
	background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: linear-gradient(top, #7fbf4d, #63a62f);
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
	-ms-box-shadow: inset 0 1px 0 0 #96ca6d;
	-o-box-shadow: inset 0 1px 0 0 #96ca6d;
	box-shadow: inset 0 1px 0 0 #96ca6d;
	text-shadow: 0 -1px 0 #4c9021;
}

.popup_button:hover {
	 background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
    -ms-box-shadow: inset 0 1px 0 0 #8dbf67;
    -o-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
}

.popup_button:active {
	border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}

.popup_hide {
	background-color: #bfbfbf;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfbfbf), color-stop(100%, #9a9a9a));
	background-image: -webkit-linear-gradient(top, #bfbfbf, #9a9a9a);
	background-image: -moz-linear-gradient(top, #bfbfbf, #9a9a9a);
	background-image: -ms-linear-gradient(top, #bfbfbf, #9a9a9a);
	background-image: -o-linear-gradient(top, #bfbfbf, #9a9a9a);
	background-image: linear-gradient(top, #bfbfbf, #9a9a9a);
	border: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	-webkit-box-shadow: inset 0 1px 0 0 #cbcbcb;
	-moz-box-shadow: inset 0 1px 0 0 #cbcbcb;
	-ms-box-shadow: inset 0 1px 0 0 #cbcbcb;
	-o-box-shadow: inset 0 1px 0 0 #cbcbcb;
	box-shadow: inset 0 1px 0 0 #cbcbcb;
	text-shadow: 0 -1px 0 #8f8f8f;
}

.popup_hide:hover {
	background-color: #adadad;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adadad), color-stop(100%, #a0a0a0));
    background-image: -webkit-linear-gradient(top, #adadad, #a0a0a0);
    background-image: -moz-linear-gradient(top, #adadad, #a0a0a0);
    background-image: -ms-linear-gradient(top, #adadad, #a0a0a0);
    background-image: -o-linear-gradient(top, #adadad, #a0a0a0);
    background-image: linear-gradient(top, #adadad, #a0a0a0);
    -webkit-box-shadow: inset 0 1px 0 0 #bbbbbb;
    -moz-box-shadow: inset 0 1px 0 0 #bbbbbb;
    -ms-box-shadow: inset 0 1px 0 0 #bbbbbb;
    -o-box-shadow: inset 0 1px 0 0 #bbbbbb;
    box-shadow: inset 0 1px 0 0 #bbbbbb;
}

.popup_hide:active {
	border: 1px solid #a0a0a0;
    border-bottom: 1px solid #8b8b8b;
    -webkit-box-shadow: inset 0 0 8px 4px #8c8c8c, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #8c8c8c, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 8px 4px #8c8c8c, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 8px 4px #8c8c8c, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #8c8c8c, 0 1px 0 0 #eeeeee;
}

#popup_bg {
	background-color:#000;
}

/* Tooltip */
#tooltip, .tooltip {
	background-color:#070c21;
	background-color: rgba(7,12,33,0.9);
	border:1px solid #777777;
	border-top:1px solid #cfcfcf;
	-webkit-box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	color: #fff;
}

/* Form fields */
textarea {

    color: #f1e8c7; /* WoW parchment color */
    background-color: #37291a; /* WoW leather color */
    border: 1px solid #f7b10a; /* WoW gold color */
    font-family: "Friz Quadrata", Georgia, serif; /* WoW font style */
    font-size: 14px;
    border-radius: 12px; /* WoW button style */
    box-shadow: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	resize: none;
}



textarea:focus {
  background-color: #443123; /* Darken background on focus */
  box-shadow: inset 0 0 4px #000000, 0 0 0 1px #f7b10a; /* Thicker border glow on focus */
}

/* Estilo general para elementos de formulario */
input, select, textarea {
  font-family: 'MuseoSans', Arial, Helvetica, Sans-serif;
  font-size: 14px;
  padding: 10px;
  color: #f7b10a; /* Color inspirado en World of Warcraft */
  background-color: rgba(0, 0, 0, 0.4); /* Fondo semi-transparente */
  border: 2px solid #334455; /* Borde con color temático */
  border-radius: 4px; /* Bordes ligeramente redondeados */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Sombra suave para profundidad */
  margin: 10px 0;
  transition: all 300ms ease-in-out;
}

/* Estilo al enfocar elementos de formulario */
input:focus, select:focus, textarea:focus {
  color: #ffffff; /* Texto blanco para resaltar */
  background-color: rgba(20, 29, 40, 0.8); /* Fondo más oscuro al enfocar */
  border-color: #f89500; /* Borde dorado al enfocar */
  box-shadow: 0 0 10px rgba(248, 149, 0, 0.5); /* Sombra brillante para resaltar */
}

/* Estilo moderno y llamativo inspirado en World of Warcraft para botones */
/* Estilo actualizado para botones con inspiración en World of Warcraft */
button, input[type="submit"] {
  font-family: 'Belwe', sans-serif; /* Fuente característica de WoW */
  font-size: 16px; /* Tamaño de fuente original */
  color: #f7b10a; /* Color de letra inspirado en World of Warcraft */
  background-color: rgba(0, 0, 0, .4); /* Fondo semitransparente negro */
  border: 1px solid #000; /* Borde interior negro */
  border-radius: 4px; /* Bordes ligeramente redondeados */
  padding: 12px 20px;
  margin: 10px 0;
  min-width: 50px; /* Ancho mínimo establecido */
  max-width: 200px; /* Máximo ancho permitido */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4), /* Sombra para profundidad */
               0 0 0 3px #ffd700; /* Borde exterior amarillo WoW */
  transition: background-color 300ms, color 300ms, box-shadow 300ms;
}

button:hover, input[type="submit"]:hover {
  background-color: rgba(0, 0, 0, 0.7); /* Fondo más oscuro al pasar el ratón */
  color: #ffffff; /* Texto blanco al pasar el ratón */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5), /* Sombra más profunda al pasar el ratón */
               0 0 0 3px #ffd700; /* Mantener borde exterior amarillo WoW */
}

button:active, input[type="submit"]:active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6) inset, /* Sombra interna al hacer clic */
               0 0 0 3px #ffd700; /* Mantener borde exterior amarillo WoW */
}

/* Estilo general para elementos de formulario */
input[type="text"], select, textarea {
  font-family: 'MuseoSans', Arial, Helvetica, Sans-serif;
  font-size: 14px;
  padding: 10px;
  color: #f7b10a; /* Color inspirado en World of Warcraft */
  background-color: rgba(0, 0, 0, 0.4); /* Fondo semi-transparente */
  border: 2px solid #334455; /* Borde con color temático */
  border-radius: 4px; /* Bordes ligeramente redondeados */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Sombra suave para profundidad */
  margin: 10px 0;
  transition: all 300ms ease-in-out;
  width: 80%; /* Ancho del 80% para las cajas de texto */
}



/* Full-page styles (log in, register etc.) */
.page_form input[type="submit"] {
	padding-left:20px;
	padding-right:20px;
	margin-top:20px;
}

.avatar, #ucp_avatar, .store_item .item_icon {
	border:1px solid #000;
	margin-right:10px;
}



.ucp_divider {
	background-image:url(../images/divider.png);
	background-repeat:no-repeat;
	height:32px;
	background-position:center;
}

.vertical_divider {
	background-image:url(../images/vertical_divider.png);
	background-repeat:no-repeat;
	height:424px;
	width:33px;
}

#armory {
	margin-left:-5px !important;
}

/* First column in the #ucp_info */
#ucp_info aside:first-child {
	border-right:1px solid #211510;
}

#ucp_info aside:nth-child(3) {
	border-left:1px solid #211510;
}


#ucp_info aside:last-child {
	border-right:none !important;
}

/* Second <td> of each row */
#ucp_info td:nth-child(2) {
	font-weight:bold;
}

#ucp_buttons a {
	border:1px solid #000;
	
}

/* UCP: character list, character */
#ucp_characters a {
	border:1px solid #000;
}

/* =========== CMS: realm status =========== */
#left .realm {
	color:#a07332;
	font-size:14px;
}

#left .realm .realm_online {
	color:#3d4346;
	float:right;
	font-size:12px;
}

#left .realm .realm_bar, .poll_bar {
	height:13px;
	border:1px solid #080e14;
	background-color:#000000;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	margin-top:10px;
	margin-bottom:20px;
}

.poll_bar_fill {
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-webkit-border-radius:2px;
	background-image: url(../images/realm_bar.png);
	height:9px;
	margin-top:2px;
	margin-right:1px;
}

.realm_bar_fill_a {
	background-image:url(../images/realm_bar_a.png);
	float: left;
	border-radius:2px 0 0 2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-webkit-border-radius:2px;
	height:9px;
	margin-top:2px;
	margin-left:1px;
}

.realm_bar_fill_h {
	background-image: url(../images/realm_bar_h.png);
	float: right;
	border-radius:0 2px 2px 0;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-webkit-border-radius:2px;
	height:9px;
	margin-top:-9px;
	margin-left:2px;
}

#left #realmlist {
	border:1px solid #080e14;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	background-color:#000000;
	padding:5px;
	text-align:center;
	color:#a07332;
	font-size:12px;
}

/* Online players bar and realm bar (used on UCP, profiles) */
.online_realm_button, #ucp_characters h1 {
  background-image: url('http://nashara.sytes.net/imagenes/Pane-dirtLight.18def74ed60ab9f1f4139f87349d2f79.jpg'); /* Imagen de fondo temática de WoW */
  height: 21px;
  border: 1px solid #3e2805; /* Borde con color inspirado en la madera de Azeroth */
  border-top-color: #564a2f; /* Color superior del borde para efecto de profundidad */
  color: #c9b77c; /* Color de texto inspirado en pergaminos antiguos */
  box-shadow: 1px 1px 0px #020508, 0px 2px 5px #000 inset; /* Sombra para efecto tridimensional */
  text-shadow: 1px 1px 0px #000; /* Sombra de texto para mejorar la legibilidad */
  padding: 8px;
  margin-top: 5px !important;
  border-radius: 4px; /* Bordes redondeados para un estilo moderno */
  transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out; /* Transición suave para sombra y color */
}

.online_realm_button:hover {
  background-position: 0px -37px; /* Ajuste de la posición del fondo para el efecto hover */
  color: #ffd700; /* Cambio de color a dorado al pasar el ratón */
  box-shadow: 0 0 15px #ffd700, 1px 1px 0px #020508; /* Brillo y sombra suave al pasar el ratón */
}

.online_realm_button:active {
  box-shadow: 1px 1px 0px #020508, 0px 2px 5px #6f4e37 inset; /* Sombra interna más intensa para efecto de pulsación */
  color: #a86500; /* Cambio de color al hacer clic */
}



#ucp_info td {
	font-size:10px;
}

/* Estilo de tabla inspirado en World of Warcraft con fondo transparente */
.nice_table {
  font-family: 'Belwe', sans-serif; /* Fuente similar a la utilizada en WoW */
  background: linear-gradient(rgba(139, 69, 19, 0.6), rgba(0, 0, 0, 0.6)); /* Gradiente de marrón a negro */
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px; /* Bordes redondeados */
  overflow: hidden; /* Asegura que los bordes redondeados se apliquen a los hijos */
  box-shadow: 0 0 10px #ffd100; /* Sombra amarilla para un efecto llamativo */
  color: #fff; /* Texto en blanco para contraste */
}

.nice_table tr:first-child td {
  border-bottom: 2px solid #ffd100; /* Borde inferior más grueso y de color distintivo */
  color: #ffd100; /* Color de texto inspirado en WoW */
  font-weight: bold; /* Texto en negrita para títulos de columna */
  text-shadow: 0 0 5px #000; /* Sombra de texto para resaltar sobre el fondo */
}

.nice_table tr:first-child td a {
  color: #ffd100; /* Enlaces con el mismo color distintivo */
  text-decoration: none; /* Sin subrayado para un look más limpio */
}

.nice_table td {
  vertical-align: middle;
  padding: 10px; /* Espaciado interno para una mejor legibilidad */
  border-bottom: 1px solid #211510; /* Borde sutil entre filas */
}

/* Agrega efectos de hover para interactividad */
.nice_table tr:hover {
  background-color: rgba(255, 209, 0, 0.2); /* Resalta la fila al pasar el ratón */
}

.nice_table tr:first-child td:hover {
  background-color: rgba(255, 209, 0, 0.4); /* Resalta los títulos de columna al pasar el ratón */
  cursor: pointer; /* Indica que los títulos son interactivos */
}



/* =========== CMS: shout box =========== */
#left #shoutbox textarea {
	width:92%;
	height:20px;
}

#left #shoutbox .shout_characters_remaining {
	font-size:10px;
	margin-top:12px;
	margin-left:1px;
}

#left #shoutbox #shoutbox_submit {
	float:right;
	padding-left:20px;
	padding-right:20px;
}

#left #the_shouts .shout {
	border-bottom:1px solid rgba(14,24,32,0.5);
	border-top:1px solid rgba(0,0,0,0.9);
	padding:10px;
	color:#3d4346;
}

#left #the_shouts .shout:first-child {
	border-top:none;
}

#left #the_shouts .shout:last-child {
	border-bottom:none;
}

#left #the_shouts .shout_date {
	float:right;
	font-size:10px;
}

#left #the_shouts .shout_author a {
	color:#a07332;
}

#left #the_shouts .shout_staff a {
	color:#2a88c8;
}

#left #shoutbox #shoutbox_view {
	text-align:center;
	padding-top:10px;
}

#left #shoutbox #shoutbox_view a {
	font-size:14px;
}

/* PvP ladder sidebox */
.toppvp_select {
	border-bottom:1px solid rgba(14,24,32,0.5);
	margin-top:5px;
}

.toppvp_realm {
	width:255px !important; /* Width of the button - should be whole sidebox */
}

.toppvp_character {
	border-bottom:1px solid rgba(14,24,32,0.5);
	border-top:1px solid rgba(0,0,0,0.9);
	padding:10px;
	color:#3d4346;
}

.toppvp_character:first-child {
	border-top:1px solid rgba(0,0,0,0.9);
}

.toppvp_character:last-child {
	border-bottom:none;
}

/* FusionEditor WYSIWYG field */
.fusioneditor .fusioneditor_tools {
	color:#3D4346 !important;
	border-bottom:none !important;
	border:1px solid #211510 !important;
	background-color:#070E12 !important;
}

.fusioneditor .fusioneditor_tools a:hover {
	border:1px solid #080E14 !important;
	background-color:#020407 !important;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
}

.fusioneditor .fusioneditor_tools a:active {
	border:1px solid #666;
}

.fusioneditor .fusioneditor_field {
	color:#3D4346;
	background-color:#020407 !important;
	border:1px solid #080E14 !important;
	border-top:none !important;
}

.fusioneditor .fusioneditor_field b {
	font-weight:bold;
}

.fusioneditor .fusioneditor_toolbox {
	border-top:1px solid #080E14 !important;
}

.fusioneditor .fusioneditor_size {
	color:#666;
}

.fusioneditor .fusioneditor_size:hover {
	color:#fff;
}

.fusioneditor .fusioneditor_color:hover {
	border:1px solid rgba(0,0,0,0) !important;
}

.fusioneditor .fusioneditor_color:active {
	border:1px solid rgba(0,0,0,0) !important;
}

/* The pop up "autocomplete" box on private messages -> compose */
#pm_username_autocomplete {
	background-color:#0a0603 !important;
	border:1px solid #0A394B !important;
}

#pm_username_autocomplete a {
	border-bottom:1px solid #0A3748 !important;
}

#ucp_buttons {
	width:690px;
	margin-left:-8px;
}

/* Store: filter fields divider */
#store form .filter_field {
	border-left:1px solid #211510;
	margin-bottom:8px;
}

/* Store: item group title */
.item_group_title, .store_item {
	text-shadow:1px 1px 0px #000;
}

.item_group_title {
	margin-top:20px;
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
	margin-left:13px;
}

/* Store: item group box */
.item_group {
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border:1px solid #211510;
	background-color:rgba(7,14,18,0.8);
	padding:0px;
}

/* Store: item */
.store_item {
	border-bottom:1px solid #211510;
}

/* Prevent the bottom border on the last item */
.store_item:last-child {
	border-bottom:none;
}

/* Prevent the top border on the first item */
.store_item:first-child {
	border-top:none;
}

#cart_price_divider {
	border-bottom:1px solid #211510;
	margin-bottom:10px;
}

#armory_top h1 {
	color:#eee;
}

#avatar_page center {
	color:#fff;
}

#armory_stats td {
	font-size:12px !important;
}

#store form input[type="text"] {
	width:95px !important;
}

#change_form input[type="text"] {
	width:50% !important;
}

#sidebox_login input[type="submit"] {
	width:80%;
	margin-bottom:10px;
}

/*  background-image: url('imagenes/papelfondo.png'); */
  background-size: cover;
  border-collapse: separate;
  border-spacing: 0 0px;
  margin-bottom: 30px;
}
/* Estilo de formulario inspirado en World of Warcraft */

.wow-form {
  font-family: "Friz Quadrata TT", sans-serif; /* Fuente típica de WoW */
  background-color: #1a1c1d; /* Fondo oscuro como las tabernas de Azeroth */
  background-image: url('imagenes/piedra-textura.png'); /* Textura de piedra para el fondo */
  color: #ffd700; /* Texto dorado como el oro de WoW */
  border: 3px solid #333; /* Borde que simula metal envejecido */
  border-radius: 8px; /* Bordes redondeados para un aspecto moderno */
  padding: 20px; /* Espaciado para comodidad visual */
  box-shadow: 0 0 10px 5px #000 inset; /* Sombra interna para efecto de profundidad */


.wow-form td {
  padding: 10px 20px;
  background: rgba(25, 20, 20, 0.85); /* Fondo oscuro para los campos del formulario */
  border-bottom: 1px solid #503c2c; /* Borde para separar los campos */
}

.wow-form label {
  font-weight: bold;
  color: #c9b77c; /* Color dorado para las etiquetas */
  text-shadow: 1px 1px 2px #000; /* Sombra de texto para resaltar */
}

.wow-form input[type="text"],
.wow-form input[type="email"],
.wow-form input[type="password"] {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #8c5701; /* Borde sólido para los campos de entrada */
  padding: 10px;
  color: #fff;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px; /* Bordes redondeados */
  font-family: "Friz Quadrata TT", sans-serif; /* Fuente característica de WoW */
  box-shadow: inset 0 0 5px #ffd100; /* Sombra interna para un efecto luminoso */
}

.wow-form input[type="text"]:focus,
.wow-form input[type="email"]:focus,
.wow-form input[type="password"]:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 10px #ffd100; /* Sombra más intensa al enfocar */
}

.wow-form input[type="submit"] {
  background-color: #007360; /* Color inspirado en la naturaleza de Azeroth */
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  border-radius: 5px; /* Bordes redondeados para el botón */
  box-shadow: 0 2px 5px #000; /* Sombra externa para el botón */
}

.wow-form input[type="submit"]:hover {
  background-color: #005640; /* Color más oscuro al pasar el ratón */
}

/* Estilos base para dispositivos móviles */
@media (max-width: 768px) {
  .wow-form td {
    padding: 5px 10px; /* Menos relleno para ahorrar espacio */
  }

  .wow-form label {
    font-size: 14px; /* Texto más pequeño para mejor legibilidad */
  }

  .wow-form input[type="text"],
  .wow-form input[type="email"],
  .wow-form input[type="password"] {
    font-size: 14px; /* Texto más pequeño para los campos de entrada */
  }

  .wow-form input[type="submit"] {
    padding: 10px; /* Botón más pequeño para adaptarse a la pantalla */
    font-size: 14px; /* Texto más pequeño para el botón */
  }
}

/* Estilos adicionales para pantallas muy pequeñas o teléfonos en orientación vertical */
@media (max-width: 480px) {
  .wow-form {
    font-size: 12px; /* Texto aún más pequeño para pantallas muy pequeñas */
  }

  .wow-form input[type="text"],
  .wow-form input[type="email"],
  .wow-form input[type="password"],
  .wow-form input[type="submit"] {
    width: auto; /* Ancho automático para aprovechar mejor el espacio */
    margin-bottom: 5px; /* Menos margen para un diseño más compacto */
  }
}




.form-control {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #ccc;
  background-color: transparent;
  font-size: 16px;
  font-family: 'Friz Quadrata TT', serif;
  color: #8B0000; /* cambia el color a uno que prefieras */
  padding: 10px 0;
}


.form-control:focus {
  border-color: #007bff;
  box-shadow: none;
  outline: none;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f8f8f8;
  padding: 10px;
  text-align: center;
}
