body {
  background-image: url(../bk.jpg);
  padding-top: 95px;
}

.textomasgrande {
  font-size: larger;
}

.bg-1,
.bg-2 {
  padding-top: 20px;
}

.bg-1 {
  background: #298a08;
}

.bg-2 {
  background: #688a08;
}

thead {
  font-size: 1.3em;
}

tbody {
  font-size: 1.1em;
}

.tbody-sorteos {
  font-size: 1.6em;
}

.proximos-sorteos {
  background: #900;
  font-size: 1.4em;
  color: #fff;
}

.proximo-gordito {
  background: #e6fe80;
  font-size: 1.4em;
}

.anuncios {
  width: 87%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.bg-4 {
  background-color: #2f2f2f;
  color: #fff;
}

.footer-bal {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  font-size: 1.2em;
  min-height: 80px;
  margin-top: 30px;
}

.navbar-left {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

/* .navbar-nav {
  margin-top: 18px;
} */

.navbar-nav li a:hover {
  color: #1abc9c !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

div.sortoro {
  font-weight: 700;
  font-size: 0.8em;
}

div.azul {
  color: #00f;
}

div.azuloscuro {
  color: navy;
}

div.ladrillo {
  color: #930;
}

div.verde {
  color: green;
}

img.margenimg {
  margin: 10px;
}

.centrado-flex {
  width: 100%;
  justify-content: center;
  height: 100%;
  display: flex !important ;
  align-items: center !important ;
  align-content: space-around !important ;
}

/* Delimeters */
.flipdown.flipdown__theme-dark
  .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
.flipdown.flipdown__theme-dark
  .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
  background-color: #227207 !important ;
}
/* Rotor tops */
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #ffffff;
  background-color: #298a08 !important ;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #efefef;
  background-color: #227207 !important ;
}
/* Hinge */
.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #298a08 !important ;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* img {
  /* display: block; */
/* width: 100%; */
/*} */

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
}
