  body,
  html {
      font-family: "Roboto Condensed", sans-serif;
      padding: 0;
      margin: 0;
      background: #333f48;
      overflow: visible !important;
  }

  * {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      box-sizing: border-box;
  }

  a {
      text-decoration: none;
      color: inherit;
  }

a.seoPageButton {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 2vw;
    background: #004dff;
    width: 13vw;
    margin: auto;
    border-radius: 40px;
    padding: 0.5vw 0;
}
  a:hover {
      text-decoration: none;
      color: #0055fe;
  }

  a:visited {
      text-decoration: none;
  }

  .pointer {
      cursor: pointer;
  }

  button:focus {
      outline: 0 !important;
  }

  img {
      max-width: 100%;
  }

  h1 {
      font-size: 2.75vw;
      color: #79c000 !important;
  }

  h2 {
      font-size: 1.8em;
      color: #79c000 !important;
      margin: 40px 0 25px;
  }

  h3 {
      font-size: 1.5em;
      color: #79c000 !important;
      margin: 40px 0 0px;
          text-align: left;
  }

  h2:first-child {
      margin-top: 10px;
  }

  .container {
      width: 1000px;
      margin: 0 auto;
      padding: 20px 0;
      overflow: hidden;
  }

  .container p,
  .container ul {
      font-size: 1.2vw;
      line-height: 2vw;
      color: #fff;
  }

  iframe.iframeMobil {
      display: none;
  }

  div#banner {
      position: relative;
      padding-top: 0;
      width: 100%;
      overflow: hidden;
  }

  .hro {
      height: 21vw;
      width: 100vw;
      background-size: 100% 100%;
  }

  .hro h3 {
      font-size: 4vw;
  }

  .hro p {
      font-size: 1.2vw;
      line-height: 1.2vw;
  }

  .button {
      padding: 0.5vw 2vw;
      margin: 1vw 0.5vw 0.5vw 1.5vw;
      font-size: 1.3vw;
  }

  nav {
      height: 100%;
      float: left;
  }

  nav ul {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
  }

  nav ul li {
      list-style: none;
      padding: 5px 10px;
      position: relative;
  }

  nav ul li a:hover {
      text-decoration: none;
      color: #2c363e;
  }

  #secondary-menu {
      width: 100%;
      height: 50px;
      background: #333f48;
  }

  nav#secondary-menu ul li {
      color: #79c000;
      padding: 5px 40px;
      font-size: 1em;
  }

  nav#secondary-menu ul li a {
      color: #fff;
  }

  nav#secondary-menu ul li:before {
      content: "";
      width: 27px;
      height: 27px;
      background-size: 100%;
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
  }

  nav#secondary-menu ul li.icon-casino:before {
      background-image: url('/gaming/Style%20Library/Images/icon-casino.png');
  }

  nav#secondary-menu ul li.icon-roulette:before {
      background-image: url('/gaming/Style%20Library/Images/icon-roulette.png');
  }

  nav#secondary-menu ul li.icon-slots:before {
      background-image: url('/gaming/Style%20Library/Images/icon-slot.png');
  }

  nav#secondary-menu ul li.icon-jackpots:before {
      background-image: url('/gaming/Style%20Library/Images/icon-slot.png');
  }

  nav#secondary-menu ul li.icon-blackjack:before {
      background-image: url('/gaming/Style%20Library/Images/icon-casino.png');
  }

  nav#secondary-menu.casino ul li.icon-casino:before {
      background-image: url('/gaming/Style%20Library/Images/icon-casino-green.png');
  }

  nav#secondary-menu.blackjack ul li.icon-blackjack:before {
      background-image: url('/gaming/Style%20Library/Images/icon-casino-green.png');
  }

  nav#secondary-menu.roulette ul li.icon-roulette:before {
      background-image: url('/gaming/Style%20Library/Images/icon-roulette-green.png');
  }

  nav#secondary-menu.slots ul li.icon-slots:before {
      background-image: url('/gaming/Style%20Library/Images/icon-slot-green.png');
  }

  nav#secondary-menu.jackpots ul li.icon-jackpots:before {
      background-image: url('/gaming/Style%20Library/Images/icon-slot-green.png');
  }

  #banner img {
      width: 100%;
  }

  section.games {
      padding-bottom: 20px;
  }

  #juegos {
      width: 100%;
  }

  #juegos .juegos-row {
      width: 100%;
      margin-bottom: 15px;
      overflow: hidden;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }

  #juegos .juegos-row .main-game {
      padding: 0;
      margin: 0;
      overflow: hidden;
      border-radius: 5px;
  }

  #juegos .juegos-row .main-game img,
  #juegos .juegos-row .secondary-games img {
      width: 100%;
  }

  #juegos .juegos-row .secondary-games {
      padding: 0;
      margin: 0;
      overflow: hidden;
  }

  #juegos .juegos-row .secondary-games .col-md-12 {
      width: 100%;
      margin: 0;
  }

  #juegos .juegos-row .game {
      float: left;
      box-sizing: border-box;
      padding: 0;
      overflow: hidden;
      margin: 0;
      border-radius: 5px;
      position: relative;
  }

  a.jugarButton {
      background: rgba(121, 192, 0, .9) !important;
      color: #fff;
      display: block;
      width: 86%;
      margin: auto;
      top: 39%;
      text-align: center;
      line-height: 4rem;
      font-size: 2.5rem;
      border-radius: 5px;
      text-decoration: none;
      position: absolute;
      left: 6%;
  }

  a.jugarButton:hover,
  a.demoButton:hover {
      text-decoration: none !important;
      color: #fff;
      cursor: pointer;
  }

  .hoverJuego {
      position: absolute;
      top: 0;
      width: 100%;
      height: 94.5%;
      background: rgba(0, 0, 0, .5);
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      display: none;
  }

  #juegos .juegos-row .game:hover .hoverJuego {
      display: block;
  }

  a.demoButton {
      color: #fff;
      display: table;
      margin: auto;
      top: 86%;
      text-align: center;
      font-size: 1.5rem;
      text-decoration: underline;
      position: absolute;
      left: 42%;
  }

  #juegos .juegos-row .secondary-games .game:nth-child(2) {
      margin: 0 1.25% 1%;
  }

  #juegos .juegos-row img {
      width: 100%;
      transition: transform .3s;
      border: 4px solid #675850;
      border-radius: 10px;
  }

  #juegos .juegos-row.juegos-row-less-than-four {
      justify-content: left;
  }

  #juegos .juegos-row.juegos-row-less-than-four .game {
      margin-right: 1.25%;
  }

  #juegos .juegos-row img:hover {
      transform: scale(1.1);
      opacity: .9;
  }

  article.container {
      width: 65vw;
  }

  .margint08 {
      margin-top: 8px;
  }

  .footerlink2 .copyFooter {
      position: relative;
      padding: 0 !important;
  }

  a.jugarBienLink {
      position: absolute;
      width: 8vw;
      height: 3vw;
      left: 53vw;
      top: 2vw;
  }

  a.juegoLink {
      position: absolute;
      width: 4vw;
      height: 3vw;
      left: 38.75vw;
      top: 2vw;
  }

  a.juegoSegiroLink {
      position: absolute;
      width: 9vw;
      height: 3vw;
      left: 43.5vw;
      top: 2vw;
  }

  .copyFooter img {
      width: 100%;
  }

  .footerlink {
      padding: 0px !important;
  }

  .footerlink2 {
      padding: 0px !important;
  }

  #footer {
      background-color: #333f48;
      max-width: 100%;
      width: 100%;
      margin: 0 auto;
      padding-top: 20px;
      bottom: 0px;
      min-height: 525px;
  }

  .txymay18 {
      font-size: .75em;
  }

  .imgrm {
      max-width: 480px;
      margin-left: -6px;
  }

  .imgrmmarg6 {
      margin-left: -6px;
  }

  /*Footer V2*/
  #footerv2 {
      max-width: 975px;
      margin: 0 auto;
  }

  .footerbtnall {
      display: table;
      width: 95%;
      text-align: center;
      margin: .4rem auto .5em auto;
  }

  .footerbtn {
      display: table-row;
  }

  .footerbtn1,
  .footerbtn2 {
      display: table-cell;
      vertical-align: middle;
      width: 50%;
  }

  .footerbtntxt {
      margin: 0.4rem 0.2rem;
      color: #7a7a7a;
      padding: 0 1.1em;
      height: 1.8rem;
      border-radius: 2px;
      font-size: .9rem;
      font-weight: 500;
      box-shadow: 2px 3px 8px 0px #cecece;
      -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1);
      padding-top: .6em;
  }

  .footerbtntxt a {
      text-decoration: none;
      color: #555555;
      font-weight: normal;
  }

  .greenpc {
      color: #00a232;
  }

  .stylefooter a {
      /*border-right: 1px solid #555555;  */
      margin-bottom: .41666667em;
      padding-right: .5em;
      color: #555555;
      text-decoration: none;
  }

  .stylefooter {
      color: #555555;
      margin-bottom: .41666667em;
      padding: 0 1.2em;
      text-decoration: none;
      line-height: 1.7em;
      text-align: center;
      font-size: .9em;
  }

  .paddingl0 {
      padding-left: 0;
  }

  .paddingl20 {
      padding-left: 20px !important;
  }

  .footerlink {
      /*border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;*/
      padding: 10px;
  }

  .footerlink2 {
      /*border-top: 2px solid #ddd;*/
      padding: 10px;
  }

  .bordernoright {
      border-right: 0 !important;
  }

  .evevtpc {
      display: inline;
  }

  .evevtpc img {
      vertical-align: middle;
  }

  .texteventpc {
      color: #212121;
      font-size: 1em;
      font-weight: bold;
      vertical-align: sub;
  }

  .color21 {
      color: #212121;
  }

  .paddingpc00 {
      padding: .1% 5% !important;
  }

  .colorimporpc {
      color: #212121 !important;
      box-shadow: 0px 0px 0px 0px #cecece !important;
      display: table-cell;
      vertical-align: middle
  }

  .pcgreen {
      color: #00a232;
  }

  .active {
      background: #00a232;
      color: #fff;
  }

  .active .pcgreen {
      color: #fff;
  }

  .borderpcbet {
      border-bottom: 3px solid #dddddd;
  }

  .letrakpeqpc {
      font-size: .85em;
      margin-right: 10px;
      margin-left: 37px;
      margin-top: -20px;
      padding-right: 15px;
      text-overflow: ellipsis;
  }

  .paddingpc10 {
      padding: 10px 0;
  }

  .paddingpc5 {
      padding: 5px 0;
  }

  .fs1 {
      font-size: 28px;
      vertical-align: text-top;
      color: #2d6cb1;
      margin-right: 10px;
  }

  .colorarrow {
      color: #bfbfbf;
  }

  .textmaypc {
      text-transform: uppercase;
  }

  .margint1 {
      margin-top: 1em;
  }

  .margint05em {
      margin-top: .5em;
  }

  .pcfont13 {
      font-size: 1.1em;
  }

  .bordergreenpc {
      border: 1px solid #00a232;
      padding: 10px;
      margin-top: -10px;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
  }

  .marginb0 {
      margin-bottom: 0em;
  }

  .margintb15pc {
      margin: 15px 0 10px 0;
  }

  .margintb210pc {
      margin: 2px 0 10px 0;
  }

  .btnrelojfoot {
      float: right;
      color: #fff;
      /* font-family: 'Sintony', sans-serif; */
      text-align: center;
      padding-left: 10px;
      padding-right: 10px;
      /* padding-top: 3px; */
      /* padding-bottom: 3px; */
      background-color: #9b9b9b;
      border-radius: 3px;
      font-size: .8rem;
      /* margin-top: 3px; */
  }

  .txtcenter {
      text-align: center;
  }

  .img326 {
      width: 326px;
      height: 293px;
  }

  .footerlicen {
      color: #555555;
      padding: 0 !important;
      border-right: 0 solid #555555 !important;
  }

  .legalFooter {
      color: #555555;
      text-align: center;
      font-size: .9em;
  }

  .legalFooter a,
  .footerlicen a {
      text-decoration: none;
      color: #fff !important;
      text-align: left;
  }

  .copyFooter {
      /*text-align: center;*/
      color: #fff;
      /*display: inline;*/
      line-height: 22px;
      font-size: 1.2rem;
      font-family: 'Roboto-Condensed', sans-serif !important;
      font-family: 'Roboto', sans-serif !important;
      padding-bottom: 8px !important;
      padding-top: 13px !important;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;

  }

  .LogoCodereRM {
      max-width: 300px !important;
      margin-right: 10px;
      width: 60%;
      display: inline;
      vertical-align: middle;
      margin-bottom: 15px;
  }

  .more18 {
      margin-right: 10px;
      vertical-align: middle;
      width: 30px !important;
      height: 30px;
      max-height: 30px;
      margin-right: 25px;
  }

  .jugarBien {
      margin-right: 10px;
      vertical-align: middle;
      width: 135px !important;
      margin-right: 25px;
      margin-top: -10px;
  }

  .handLogo {
      margin-right: 10px;
      vertical-align: middle;
      width: 30px !important;
      height: 30px;
      max-height: 30px;
      margin-right: 25px;
  }

  .juegoSeg {
      /*max-width: 128px !important;
    width: 100%;*/
      margin-right: 0;
      display: inline;
      vertical-align: middle;
      margin-top: 2px;
      max-height: 27px;
  }

  /* /Footer V2*/
  .headerFooter {
      border-bottom-width: 2px;
      border-bottom-style: solid;
      border-bottom-color: #333;
      /*height: 105px;*/
      height: 70px;
      text-align: left;
  }

  .logoFooter {
      width: 40%;
      float: left;
      height: 100px;
  }

  .language {
      width: 18%;
      float: left;
      font-size: 12px;
      font-family: 'Roboto-Condensed', sans-serif !important;
      font-family: 'Roboto', sans-serif !important;
      color: #FFF;
      padding-top: 25px;
      padding-left: 2%;
  }

  .secure {
      /*width: 28%;*/
      float: right;
      /*padding-top: 25px;*/
      text-align: right;
      padding-left: 5%;
  }

  .juego-seguro {
      width: 40%;
      float: right;
      margin-top: 10px;
      text-align: right;
  }

  .stop {
      /*width: 20%;*/
      width: auto;
      float: left;
      margin-right: 10px;
  }

  .age {
      /*width: 20%;*/
      width: auto;
      float: left;
  }

  .forbiden {
      width: 20%;
      float: right;
      padding-top: 0px;
      text-align: right;
  }

  .contentFooter {
      width: 100%;
      float: left;
      text-align: left;
  }

  #subir {
      margin-top: -18%;
      width: auto;
      float: right;
      margin-right: 5%;
  }

  #footer #scroll-top {
      position: fixed;
      z-index: 9999;
      bottom: 0;
      right: 0;
      margin: 0.9em;
      display: inline-block;
      padding: 0.15em 0.5em;
      background: url('../images/subir.png') no-repeat;
  }

  .container h2 {
      font-weight: bold;
  }

  #footer #scroll-top:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.35em;
      width: 0;
      height: 0;
  }

  .scrollup {
      width: 50px;
      height: 51px;
      /*opacity: 0.3;*/
      position: fixed;
      bottom: 50px;
      right: 100px;
      display: none !important;
      text-indent: -9999px;
      background: url('../images/subir.png') no-repeat;
  }

  .contentFooter1 {
      width: 33%;
      float: left;
      font-size: 1em;
      font-family: 'Roboto-Condensed', sans-serif !important;
      font-family: 'Roboto', sans-serif !important;
      color: #CCC;
      padding-top: 1%;
      padding-bottom: 3%;
  }

  .negrita {
      font-weight: bold;
  }

  .espaciotop {
      margin-top: 2%;
      font-size: 13px;
  }

  .espaciobottom {
      margin-top: 3%;
  }

  .lineatop {
      border-top-width: 2px;
      border-top-style: solid;
      border-top-color: #3e3e3e;
      padding-top: 10px;
      color: #757575;
  }

  .lineatop a {
      color: #fff;
      text-decoration: underline;
  }

  .lineatop a:hover {
      color: #468400;
      text-decoration: underline;
  }

  .espaciotop {
      margin-top: 1%;
  }

  .contentFooter1 li {
      padding-bottom: 3px;
  }

  /*.contentFooter1 li a:visited{
	color: #72A818;
}*/
  .contentFooter1 li a {
      /*float: left;*/
      color: #CCC;
      text-decoration: none;
      /*padding-top: 9px;
	padding-bottom: 9px;*/
  }

  .contentFooter1 li a:hover,
  .contentFooter1 li .current {
      color: #72A818;
  }

  #footer2 {
      background: #000;
  }

  .contentFooter2 {
      width: 33%;
      float: left;
      font-size: 12px;
      font-family: 'Roboto-Condensed', sans-serif !important;
      font-family: 'Roboto', sans-serif !important;
      color: #FFF;
  }

  .contentFooter2 li {
      padding-bottom: 3px;
  }

  .contentFooter2 li a:visited {
      color: #72A818;
  }

  .contentFooter2 li a {
      /*float: left;*/
      color: #CCC;
      text-decoration: none;
      /*padding-top: 9px;
	padding-bottom: 9px;*/
  }

  .contentFooter2 li a:hover,
  .contentFooter2 li .current {
      color: #72A818;
  }

  .contentFooter3 {
      width: 33%;
      float: left;
      font-size: 12px;
      font-family: 'Roboto-Condensed', sans-serif !important;
      font-family: 'Roboto', sans-serif !important;
      color: #FFF;
  }

  .contentFooterText {
      width: 100%;
      font-size: 12px;
      font-family: 'Roboto-Condensed', sans-serif !important;
      font-family: 'Roboto', sans-serif !important;
      color: #FFF;
      padding-bottom: 10px;
  }

  .clubes {
      width: 100%;
      float: left;
  }

  .club {
      width: 30%;
      float: left;
  }

  .rightsFooter {
      width: 100%;
      /*margin-left:10%;
	margin-right:10%;*/
      font-size: 12px;
      font-family: 'Roboto-Condensed', sans-serif !important;
      font-family: 'Roboto', sans-serif !important;
      color: #CCC;
      padding-top: 20px;
      text-align: justify;
  }

  .estilo-select {
      margin-left: 15px;
      font-family: 'Roboto-Condensed', sans-serif !important;
      font-family: 'Roboto', sans-serif !important;
      background-color: #fff;
      border: 1px solid #ccc;
      color: #999;
      font-size: 1.1em;
      width: 300px;
      min-height: 30px;
      display: inline;
      margin-bottom: 16px;
      margin-top: 8px;
      padding-left: 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
  }

  ::selection {
      background: #00a232;
      color: #fff;
  }

  ::-moz-selection {
      background: #75ae1c;
      color: #fff;
  }

  ::-webkit-selection {
      background: #00a232;
      color: #fff;
  }

  option {
      background: #00a232;
      color: #fff;
  }

  /* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */
  .mapGoogle {
      width: 100%;
      height: 600px;
  }

  .download {
      margin-right: 120px;
  }

  .download img {
      height: 40px;
      margin-top: 25px;
  }

  .rmadridcod {
      height: 84px;
      margin-top: 5px;
      margin-left: 10px;
  }

  .nbafooter {
      max-width: 165px;
      width: 165px;
      height: 77px;
      margin-top: 10px;
  }

  .marginl40 {
      margin-left: 40px;
  }

  .marginl130 {
      margin-left: 130px;
  }

  div.iconreds img {
      max-width: 50px !important;
      max-height: 50px !important;
      margin-top: 20px !important;
  }

  .txtlegal {
      color: #a1a4a6 !important;
      font-size: 9px;
  }

  .txtionfooter {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
  }

  .txtwhite {
      color: #fff !important;
  }

  .col.colborder {
      padding-left: 20px;
      border-right: 2px solid #fff;
  }

  .col {
      padding: 5px;
      position: relative;
      width: 100%;
      margin: 0;
      min-height: 1px;
      -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
      text-align: left;
      font-size: 1rem;
  }

  .footerlink a {
      text-align: left;
      color: #fff;
      text-decoration: none;
      display: inline-table;
      line-height: 25px;
      /*font-size: 1.5rem;*/
      font-family: 'Roboto';
      font-size: .85rem;
  }

  .footerlink a:hover {
      opacity: .7;
  }

  .row {
      display: flex;
  }

  .footericondeposit {
      text-align: center;
      margin-top: 15px;
  }

  .footericondeposit img {
      width: 80px !important;
      margin-right: 25px;
  }

  .imgsegob {
      max-height: 60px !important;
  }

  .btnblue {
      background: #0055fe !important;
      color: #fff !important;
  }

  .footer_div {
      max-width: 1000px;
  }

  .footer_div .c-contact__info .store {
      width: 40%;
  }

  .footer_div .footer_info div {
      float: left;
      height: 75px;
      display: flex;
      align-items: center;
      width: 35%;
  }

  .footer_div .footer_info .store img {
      width: 150px;
      margin-right: 10px;
      max-width: 150px !important;
  }

  .footer_div .footer_info .logo-RM img {
      width: 200px;
      margin: 0 60px;
      float: left;
  }

  .footer_div .footer_info .redsocial {
      justify-content: flex-end;
      width: 23%;
  }

  .footer_div .footer_info .redsocial img {
      width: 45px;
      margin: 0 5px;
      border: 0;
  }

  .paddingl40 {
      padding-left: 40px;
  }

  .paddingl20 {
      padding-left: 20px !important;
  }

  .footerlink a {
      font-size: 12px;
  }

  .footerlink div div div {
      font-size: 17px;
  }







  .hro {
      background-image: url(/gaming/PublishingImages/ruleta-desktop-banner.jpg);
      height: 18.5vw;
      background-size: 100% 100%;
      margin-top: 12px;
      width: 100%;
      overflow: hidden;
  }

  .content {
      position: relative;
      top: 1.5vw;
      width: 66vw;
      margin: auto;
  }

  .button {
      display: inline-block;
      padding: 0.8vw 2vw;
      margin: 1vw 0.5vw 0.5vw 0;
      border-radius: 2em;
      box-sizing: border-box;
      text-decoration: none;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      color: #FFFFFF !important;
      background-color: #004dff;
      text-align: center;
      transition: all 0.2s;
      font-size: 1.7vw;
      cursor: pointer;
  }

  .button a {
      display: block;
      width: 100%;
      height: 100%;
  }

  .button:hover {
      background-color: #4095c6;
  }

  .hro h3 {
      color: #FFFFFF !important;
      font-size: 5vw !important;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 3vw;
  }

  .hro h2 {
      color: #FFFFFF !important;
      font-size: 2vw !important;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 2vw;
  }

  .hro p {
      color: #45C200;
      font-size: 2vw;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 3.5vw;
      margin: 0;
  }

  #secondary-menu {
      padding-top: 12px;
  }



  @media only screen and (max-width:1024px) {
      .container {
          width: 95%;
      }

      nav ul li {
          padding: 5px 6px;
          font-size: .9em;
      }

      .footer_div .footer_info .store img {
          width: 15vw;
          max-width: 15vw !important;
          margin-left: 4vw;
          margin-right: 0vw;
      }

      .footer_div .footer_info .redsocial {
          width: auto;
      }

      .footer_div .footer_info .redsocial img {
          width: 5vw;
      }

      .footer_div .footer_info div {
          width: auto;
      }

      .footer_div .footer_info .logo-RM img {
          width: 15vw;
          margin: 0 6vw;
      }
  }

  @media only screen and (min-width:768px) {


      .col-md-12 {
          width: 99%;
      }

      .col-md-11 {
          width: 90.75%;
      }

      .col-md-10 {
          width: 82.5%;
      }

      .col-md-9 {
          width: 74.25%;
      }

      .col-md-8 {
          width: 66%;
      }

      .col-md-7 {
          width: 57.75%;
      }

      .col-md-6 {
          width: 49.5%;
      }

      .col-md-5 {
          width: 41.25%;
      }

      .col-md-4 {
          width: 32.5%;
      }

      .col-md-3 {
          width: 24.25%;
      }

      .col-md-2 {
          width: 16.5%;
      }

      .col-md-1 {
          width: 8.25%;
      }

      #banner a:nth-child(2) {
          display: block !important;
      }


      .paddingl40,
      .paddingl20 {
          padding-left: 11px;
      }

      span.btnrelojfoot {
          float: none;
          width: 100%;
          font-size: 15px;
          display: block;
      }

      .footericondeposit img {
          margin-bottom: 3vw;
      }
  }

  @media only screen and (max-width:768px) {
      #juegos .juegos-row.juegos-row-less-than-four .game {
          margin-right: 0;
      }

      #juegos .juegos-row.juegos-row-less-than-four {
          justify-content: space-between;
      }
      a.seoPageButton {
          width: 44vw;
          font-size: 6vw;
          padding: 2vw 0;
          margin-top: 2vw;
      }
      nav#secondary-menu ul li:before {
          width: 4vw;
      }

      #juegos .juegos-row img {
          height: 40vw;
      }

      .container {
          padding: 5px 0;
      }

      #secondary-menu {
          padding-left: 10px;
      }

      nav#secondary-menu ul li {
          padding: 5px 25px 5px 35px;
          font-size: .8em;
      }

      #banner a:nth-child(1) {
          display: block !important;
      }

      nav ul li {
          padding: 5px 6px;
          font-size: .9em;
      }

      .col-xs-12 {
          width: 100%
      }

      .col-xs-11 {
          width: 91.66666667%
      }

      .col-xs-10 {
          width: 83.33333333%
      }

      .col-xs-9 {
          width: 75%
      }

      .col-xs-8 {
          width: 66.66666667%
      }

      .col-xs-7 {
          width: 58.33333333%
      }

      .col-xs-6 {
          width: 49%
      }

      .col-xs-5 {
          width: 41.66666667%
      }

      .col-xs-4 {
          width: 32%
      }

      .col-xs-3 {
          width: 25%
      }

      .col-xs-2 {
          width: 16.66666667%
      }

      .col-xs-1 {
          width: 8.33333333%
      }

      #juegos .juegos-row .main-game,
      #juegos .juegos-row .secondary-games {
          margin: 10px 0;
      }

      #juegos .juegos-row .game {
          margin: 0 0 4vw 0;
      }

      .hoverJuego {
          display: block;
          position: relative;
          background: none;
      }

      a.jugarButton {
          position: relative;
          top: 0;
          left: 0;
          margin-top: 3vw;
      }

      a.demoButton {
          position: relative;
          top: 0;
          left: 0;
          margin-top: 2vw;
      }

      #juegos .juegos-row .secondary-games .game:nth-child(2) {
          margin: 0 2% 20px;
      }

      div#banner {
          padding-top: 35px;
      }

      iframe.iframeWeb {
          display: none;
      }

      iframe.iframeMobil {
          display: block;
      }

      h1,
      h2 {
          font-size: 6.75vw;
          margin-top: 1vw;
      }

      .container p,
      .container ul {
          font-size: 4vw;
          line-height: 5.5vw;
      }

      article.container {
          width: 82vw;
      }

      #footer .txtionfooter > div > div {
          font-size: 2.5vw;
      }

      #footer .txtionfooter > div > div a {
          font-size: 2vw;
          line-height: 4vw;
      }

      .paddingl40,
      .paddingl20 {
          padding-left: 11px;
      }

      span.btnrelojfoot {
          float: none;
          width: 100%;
          font-size: 4vw;
          display: block;
      }

      .footericondeposit img {
          margin-bottom: 3vw;
      }

      #secondary-menu {
          padding-top: 75px;
      }

      .hro {
          height: 40vw;
          background-image: url(/gaming/PublishingImages/ruleta-mobile-banner.jpg);
          margin-top: 0;
      }

      .content {
          position: relative;
          top: 6vw;
          width: 87vw;
          margin: auto;
      }

      .hro h2 {
          font-size: 4vw !important;
          line-height: 4vw !important;
          margin: 0 !important;
          margin-top: 0vw !important;
      }

      .hro h3 {
          font-size: 8vw !important;
          line-height: 8vw !important;
          margin: 0 !important;
          margin-top: 1vw !important;
      }

      .hro p {
          font-size: 3.5vw;
          margin-top: 1vw;
          margin-bottom: 1vw;
      }

      a.button {
          padding: 2vw 4vw;
          margin: 1vw 1vw 1vw 0.5vw;
          font-size: 3vw;
      }
  }

  @media only screen and (max-width:360px) {

      h1,
      h2 {
          font-size: 5vw;
          line-height: 5vw;
      }
  }
 .hro h2 {
      text-align: left;
  }

  #secondary-menu ul {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
  }

  .hro h3 {
      text-align: left;
      width: auto;
      margin: auto;
      float: none;
      overflow: visible;
  }

  .hro p {
      text-align: left;
      padding: 0.5vw 0;
  }

  a.button {
      float: left;
      margin-top: 0;
  }

  article.container h1 {
      display: block;
      float: none;
      width: auto;
      text-align: left;
  }

  .container p,
  .container ul,
  .container h2 {
      text-align: left;
  }

  #header,
  #headerHomeDesktop {
      width: 100%;
  }

  .copyFooter img {
      width: auto;
  }
  nav#secondary-menu ul li {
      float: none;
      margin: 0;
      width: auto;
  }
  @media only screen and (max-width: 768px) {
      #secondary-menu {
          padding-top: 0px;
      }

      nav#secondary-menu ul li a {
          font-size: 3vw;
          padding: 0;
      }

      nav#secondary-menu ul li {
          padding: 0 5vw;
      }

      a.jugarButton {
          font-size: 6vw;
      }

      a.demoButton {
          font-size: 5vw;
      }

      .download img {
          width: 33vw;
          display: inline-block;
      }

      .copyFooter {
          display: block;
      }

      .download img {
          width: 33vw;
          display: inline-block;
      }
  }
