:root {
  --mifondo: #050505 !important;
  --miborde: #fd7e14 !important;
  --blue: #007bff;
  --cadetblue: #5f9ea0;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, "Roboto", BlinkMacSystemFont,
    "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "Roboto", SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

body,
html {
  margin: 0;
  /* Full height */
  background-color: var(--mifondo) !important;
  /* Center and scale the image nicely */
  background-position: center;
  font-family: -apple-system, "Roboto", BlinkMacSystemFont, "Segoe UI",
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

div.fondo-logo {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: auto;
}

** {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar-light .navbar-toggler-icon {
  background-color: var(--miborde) !important;
}

.dropdown-toggle::after {
  color: var(--miborde) !important;
}

.sinPadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.sinpadding-bs3 {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: -15px !important;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.logoMiestilo {
  padding-left: 15px !important;
  width: 250px !important;
}

.miestilonav {
  padding: 0 !important;
  height: 22px;
  font-size: 14px;
}

.miestilonav a {
  color: var(--mifondo) !important;
  text-decoration: none;
}

.miestilonav a:hover {
  color: rgb(222, 240, 65);
  text-decoration: none;
}

.bodyMiestilo {
  color: black !important;
  text-decoration: none;
}

.navbarDash .navbar-nav .nav-link {
  color: rgba(222, 240, 65, 0.5) !important;
}

.navbarDash {
  position: relative !important;
  min-height: 50px !important;
  /* margin-bottom: 20px; */
  border: 1px solid transparent !important;
}

.navbarDash .navbar-toggler-icon {
  background-image: url("imagenes/logos/albertoparley.com.png");
  padding: 18px !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  border: 1px solid !important;
}

.table2 {
  color: black !important;
  text-decoration: none;
}

.logo1 {
  width: 100% !important;
  height: auto !important;
  padding-top: 10px;
}

.logo2 {
  width: 90% !important;
  height: auto !important;
}

.loguito {
  width: 20% !important;
  height: auto !important;
  padding-top: 10px;
}

.contact {
  margin-top: 35px;
  padding-left: -25px;
}

.contactbutton {
  padding: 10px 20px 10px 20px;
}

.fondoContainer {
  background-color: white;
  min-height: 800px !important;
  box-shadow: 0 0 170px 3px rgb(43, 42, 42);
}

.fondoContainer2 {
  background-color: white;
  min-height: 100px !important;
  box-shadow: 0 0 170px 3px rgb(43, 42, 42);
}

.spanMarquee {
  color: white !important;
}

.spanMarquee2 {
  color: rgb(255, 56, 42) !important;
}

.spanMarquee3 {
  color: rgb(145, 250, 7) !important;
}

/*Estilo del los tabs*/
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 5px;
  padding-top: 5px;
  height: 60px;
}

/* Style the buttons inside the tab */

.tab button {
  /* background-color: inherit; */
  background-color: #f1f1f1;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */

.tab button:hover {
  background-color: #ddd;
  border: black !important;
}

/* Create an active/current tablink class */

.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */

.tabcontent {
  display: none;
  padding: 6px 12px;
  /* *border: 1px solid rgb(19, 18, 18); */
  border-top: none;
}

#logros hr {
  max-width: 1000px !important;
}

.miestilonav2 {
  padding-top: 0px !important;
  margin-top: 0% !important;
  /* *height: 22px;
  *font-size: 14px; */
}

.miestilonav2 a {
  color: var(--mifondo) !important;
  text-decoration: none;
}

.miestilonav2 a:hover {
  color: floralwhite;
  text-decoration: none;
}

.miestilonav2 {
  padding-top: 0 !important;
  margin-top: 0% !important;
  background: "../assets/imagenes/fondoMiestilo.jpg";
}

.miestilo {
  color: var(--miborde) !important;
}

.miestilo2 {
  color: var(--mifondo) !important;
}

hr.miestilo {
  border: 1.5px solid var(--miborde) !important;
  border-radius: 2px;
  margin-left: 10px !important;
}

span.miestilo {
  color: var(--miborde) !important;
  min-width: auto !important;
}

span.miestilo2 {
  color: var(--mifondo) !important;
  min-width: auto !important;
}

.text-miestilo {
  color: var(--mifondo) !important;
}

.text-miestilo2 {
  color: var(--miborde) !important;
}

.notop {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

.btnIngresar {
  padding: 0px 0px 0px 0px !important;
  background-color: none !important;
  background-attachment: fixed;
  width: 90% !important;
}

.btnIngresar img {
  padding: 0px 0px 0px 0px !important;
  background-color: none !important;
  background-attachment: fixed;
  width: 80% !important;
  margin-top: 20px;
}

#wrapper {
  font: 20px Calibri;
  width: 1000px;
  margin: 0 auto;
}

.iconos {
  width: 100% !important;
  height: 250% !important;
}

.icono-calendario {
  width: 4% !important;
  height: 2% !important;
  border: 0px;
  margin-left: 7px;
}

.icono-calendario2 {
  width: 20px !important;
  height: 30px !important;
  border: 0px;
  margin-left: 5px;
  text-decoration: none !important;
  color: black !important;
}

.calenda {
  padding: 5px !important;
}

.footer {
  max-width: 100% !important;
  margin-left: 0% !important;
}

.bg-miestilo {
  border: 2px solid var(--miborde) !important;
  background: var(--mifondo) !important;
}

.bg-miestilo2 {
  border: 2px solid var(--mifondo) !important;
  background: var(--miborde) !important;
}

.bg-miestiloSinborde {
  background: var(--miborde) !important;
}

.bg-miestiloSinborde2 {
  background: var(--mifondo) !important;
}

.bg-playground {
  background-color: #ffffff !important;
  border: 1px solid black !important;
}

.btn-cerrado {
  background-color: #8a8a8a;
  border: 2px solid black !important;
  color: #ff0000;
  font-weight: bold;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.cf {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.my-label-primary {
  background: var(--mifondo) !important;
  color: black !important;
  font-size: 20px !important;
  font-weight: bold !important;
}

.bandera-pequena {
  height: 34px;
  width: 50px;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  background-color: #1e4b79;
  color: white;
  margin-top: 5px !important;
}

table.table-bordered {
  border: 1px solid var(--miborde) !important;
  margin-top: 20px;
}

table.table-bordered > thead > tr > th {
  border: 1px solid var(--miborde) !important;
  color: var(--miborde) !important;
}

table.table-bordered > tbody > tr > td {
  border: 1px solid var(--miborde) !important;
  color: var(--miborde) !important;
}

.table td,
.table th {
  padding: 3px !important;
}

.btn-miestilo {
  color: var(--miborde) !important;
  background-color: var(--mifondo) !important;
  border-color: var(--mifondo) !important;
}

.btn-ganador {
  border: 1px outset;
  color: black !important;
  background: #8a8a8a;
}

.btn-tfija {
  border: 1px outset !important;
  background-color: #eef426 !important;
  color: green !important;
  font-weight: bold !important;
}

.btn-puestos {
  border: 1px outset !important;
  background-color: #ff5733 !important;
  color: white !important;
  font-weight: bold !important;
}

.btn-tdinamica {
  border: 1px outset !important;
  background-color: #f510ec !important;
  color: white !important;
  font-weight: bold !important;
}

.btn-danger-bs3 {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  /* *margin-left: 30px !important; */
  display: inline-block;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.575rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control-label::before,
.custom-control-label::after {
  top: -0.2rem !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
}

.panel {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  /* *width: 900px !important; */
}

/* correcciones de BS3*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1.2;
  color: var(--miborde) !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

h4,
.h4 {
  font-size: 1.5rem;
}

.form-inline label {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  margin-bottom: 0 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--mifondo) !important;
}

@media screen and (min-width: 1024px) {
  .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    /* *width: 900px !important; */
  }
  .ocultar {
    display: none !important;
  }
}

@media screen and (max-width: 900px) {
  .ocultar2 {
    display: none !important;
  }
  .bg-secondary2 {
    background-color: #6c757d !important;
    border: 2px solid black !important;
    color: rgb(0, 0, 0) !important;
  }
  .bg-secondary22 {
    background-color: #6c757d !important;
    border: 2px solid black !important;
    color: rgb(0, 0, 0) !important;
  }
}
