/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ********************************************************************************************************************************** */

body {
    background-color: white;
    color: black;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    width: 100%;
}

.clear {
    clear: both;
    content: "<br/>";
}

#chat {
    width: 100%;
    height: 300px;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

p.user {
    margin: 5px;
    padding: 5px;
    background-color: #384514;
    color: white;
    text-align: right;
    max-width: 90%;
    height: auto;
    float: right;
    border-radius: 5px;
    font-weight: bold;
}

p.adm {
    margin: 5px;
    padding: 5px;
    background-color: #ec3731;
    color: white;
    text-align: left;
    max-width: 90%;
    height: auto;
    float: left;
    border-radius: 5px;
    font-weight: bold;
}

h4 {
    color: black;
    font-weight: bold;
}

.float-right {
    float: right !important;
    text-align: right !important;
}

.logo {
    width: 100%;
    min-width: 50px;
    max-width: 768px;
    height: auto;
}

.full {
    width: 100%;
    min-width: 50px;
    max-width: 847px;
    height: auto;
    text-align: center;
}

a,
a:hover,
a:visited {
    color: white;
}

.copyright-info {
    font-size: 10px;
    line-height: 15px;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #9f9d9a;
}

.page-header {
    margin: 0px !important;
}

table,
th,
td {
    border: 1px solid black;
}

tbody {
    font-weight: normal;
}

thead {
    font-weight: bold;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.row {
    margin: 10px !important;
}

.cintillo {
    text-align: center;
    max-width: 100%;
    height: 100;
    background-color: #e73020;
    display: block;
}

.cintillo img {
    max-width: 100%;
    height: auto;
}


.form-group {
    text-align: left;
}
.form-group label{
    margin: 5px 0px;
}

.Formulario div {
    margin: 5px 0px 0px 0px;
}

button,
.button,
input[type=button] {
    font-size: 12px;
    line-height: 12px;
    font-size: 1rem;
    line-height: 1.2rem;
    background-color: #ee2e24;
    border-radius: 5px;
    border: none;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    display: inline-block;
    letter-spacing: .15em;
    margin-bottom: 15px;
    outline-color: none;
    padding: 20px 40px;
    text-align: center;
    text-transform: uppercase;
}

.formulario {
    width: 100%;
    max-width: 500px;
    display: block;
}

footer {
    padding: 10px;
}

.captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.captcha-container img {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn-refresh-captcha {
    font-size: 24px !important;
    line-height: 24px !important;
    padding: 8px 12px !important;
    min-width: auto;
    margin-bottom: 0 !important;
    background-color: #6c757d;
}

.background {
    max-width: 100%;
    height: auto;
    background-image: url("../img/background.png");
    background-repeat: repeat-x;
    display: block;
}

.backgroundTheCrew {
    max-width: 100%;
    height: auto;
    /*background-image: url("../img/background.png");*/
    background-color:white;
    background-repeat: repeat-x;
    display: block;
}

.background img {
    height: auto;
    max-width: 100%;
    margin: 25px 0px;
}