@font-face {font-family: 'Fjalla-One';src: url('../fonts/fjalla-one.ttf') format('truetype');font-display: swap;}
@font-face {font-family: 'Poppins-Light';src: url('../fonts/poppins-light.ttf') format('truetype');font-display: swap;}
@charset "utf-8";
@-ms-viewport {
  width: device-width;
}
html, body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-image: url(../media/background-paper.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: 'Ubuntu', sans-serif;
  background-color: #c19e7f;
  font-size: 18px;
  color: #614023;
}
a:link {
  color: #614023;
  text-decoration: none;
}
a:visited {
  color: #614023;
  text-decoration: none;
}
a:hover {
  color: #614023;
  text-decoration: underline;
  cursor: pointer;
}
a:active {
  color: #614023;
  text-decoration: none;
}
img {
  display: block;
}
a img {
  border: 0;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  padding: 0;
  border: 0;
  margin: 0;
}
h1, h2 {
  padding: 0;
  border: 0;
  margin: 0;
}
.clear {
  clear: both
}
#wrapper {
  margin: 0 auto;
  min-height: 100%;
  position: relative;
}
#header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.header_inner {
  display: flex;
  justify-content: center;
  padding-left:30px;
}
.navigation_left {
  padding-top: 100px;
  padding-right: 18px;
}
.navigation_right {
  padding-top: 100px;
  padding-left: 18px;
}
.navigation_hr_above {
  background-image: url(../media/hr1.png);
  background-repeat: repeat-x;
  height: 2px;
  margin-bottom: 8px;
  margin-left: -9px;
  margin-right: -9px;
}
.navigation_list li {
  font-family: 'Fjalla-One', sans-serif;
  font-size: 30px;
  color: #52371a;
  display: inline;
}
.navigation_list a:link {
  color: #52371a;
  text-decoration: none;
}
.navigation_list a:visited {
  color: #52371a;
}
.navigation_list a:hover {
  color: #52371a;
  text-decoration: underline;
}
.navigation_list a:active {
  color: #fcf7f3;
}
.navigation_active a:link {
  color: #fcf7f3;
  text-decoration: none;
}
.navigation_active a:visited {
  color: #fcf7f3;
}
.navigation_active a:hover {
  color: #fcf7f3;
  text-decoration: underline;
}
.navigation_active a:active {
  color: #fcf7f3;
}
.navigation_list_dot {
  background-color: #52371a;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin-left: 15px;
  margin-right: 13px;
  margin-bottom: 8px;
  width: 8px;
}
.navigation_hr_under {
  background-image: url(../media/hr1.png);
  background-repeat: repeat-x;
  height: 2px;
  margin-top: 5px;
  margin-left: -9px;
  margin-right: -9px;
}
.header_logo {
  padding-top: 39px;
  padding-bottom: 25px;
  width: 240px;
  display: block;
}
.device_responsive, .responsive_menu {
  display: none;
}
#main {
  padding-bottom: 60px; /* Height of footer */
  width: 998px;
  margin: 0 auto;
}
.box_welcome {
  text-align: center;
  width: 100%;
  background-color: #f9f1ea;
  outline: 1px solid #b08d6e;
  outline-offset: -11px;
  margin-bottom: 16px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
  -moz-box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
  box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
}
.box_welcome_title {
  padding-top: 26px;
  font-size: 32px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: 'Fjalla-One', sans-serif;
}
.box_welcome_text {
  padding-top: 7px;
  padding-left: 38px;
  padding-right: 38px;
  padding-bottom: 31px;
  color: #734515;
  font-family: 'Poppins-Light', sans-serif;
}
.box_games {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  margin-bottom: 39px;
}
.box_games_item {
  width: 298px;
  padding: 12px;
  margin-right: 16px;
  margin-bottom: 16px;
  background-color: #f9f1ea;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
  -moz-box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
  box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
}
.box_games_item:nth-child(3n) {
  margin-right: 0px;
}
.box_games_item_image {
  width: 298px;
}
.box_games_item_image:hover {
  transition: 0.2s;
  filter: brightness(114%);
  -webkit-filter: brightness(114%);
  -moz-filter: brightness(114%);
  -o-filter: brightness(114%);
  -ms-filter: brightness(114%);
}
.box_games_item_title {
  font-size: 24px;
  font-family: 'Fjalla-One', sans-serif;
  padding-top: 12px;
}
.box_games_item_text {
  color: #734515;
  padding-top: 4px;
  padding-bottom: 5px;
  font-size:18px;
  font-family: 'Poppins-Light', sans-serif;  
}
.box_article {
  width: 100%;
  background-color: #f9f1ea;
  outline: 1px solid #b08d6e;
  padding-bottom: 16px;
  outline-offset: -11px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
  -moz-box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
  box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
  margin-bottom: 55px;
}
.box_article_title {
  text-align: center;
  padding-top: 34px;
  padding-bottom: 10px;
  font-size: 36px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: 'Fjalla One', sans-serif;
}
.box_article_section_title {
  font-weight: 700;
  padding-top: 7px;
  padding-left: 31px;
  padding-right: 31px;
}
.box_article_text {
  text-align: justify;
  padding-top: 7px;
  padding-left: 31px;
  padding-right: 31px;
  padding-bottom: 12px;
  line-height: 26px;
  color: #734515
}
ul.box_article_links {
  padding-top: 3px;
  padding-left: 31px;
}
li.box_article_links {
  background-image: url('/media/li_dot.png');
  background-repeat: no-repeat;
  background-position: 0 10px;
  padding-left: 20px;
  padding-bottom: 14px;
  line-height: 26px;
}
.box_article_links a:link {
  text-decoration: underline;
  color: #734515
}
.box_article_links a:hover {
  text-decoration: underline;
  color: #000000;
}
.box_article_links a:active {
  text-decoration: none;
  color: #734515
}
.box_article_links a:visited {
  text-decoration: none;
  color: #734515
}
.box_article_keys {
  background: #4f4f4f;
  color: #ffffff;
  padding: 3px 4px 5px 3px;
  border-radius: 6px;
  font-size: 16px
}
.box_mail {
  width: 100%;
  background-color: #fefaf7;
  border: solid 1px #fefaf7;
  box-sizing: border-box;
  background-image: repeating-linear-gradient(135deg, #f19791 0px, #f19791 30px, transparent 30px, transparent 50px, #84b1d5 50px, #84b1d5 80px, transparent 80px, transparent 100px) !important;
  padding: 13px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
  -moz-box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
  box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
  margin-bottom: 55px;
}
.box_mail_inner {
  background-color: #f9f1ea;
}
.mail_article_title {
  text-align: center;
  padding-top: 22px;
  padding-bottom: 6px;
  font-size: 36px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: 'Fjalla One', sans-serif;
}
.box_mail_form {
  padding-top: 8px;
  padding-left: 31px;
  padding-right: 31px;
}
#footer {
  position: absolute;
  text-align: center;
  color: #fcf9f6;
  font-family: 'Fjalla One', sans-serif;
  bottom: 0;
  width: 100%;
  height:60px; 	
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
}
.footer_text_line_1 {
  font-size: 40px;
  padding-top: 52px;
}
.footer_text_line_2 {
  font-size: 18px;
  padding-top: 17px;
}
.footer_text_line_2 a:link {
  color: #fcf9f6;
  text-decoration: none;
}
.footer_text_line_2 a:visited {
  color: #fcf9f6;
}
.footer_text_line_2 a:hover {
  color: #fcf9f6;
  text-decoration: underline;
}
.footer_text_line_2 a:active {
  color: #fcf9f6;
}
@media (max-width: 1011px) {
  #main {
    width: 768px;
  }
  
  .header_inner {
  padding-left:0;
  }
  
  .navigation_left, .navigation_right {
    display: none;
  }
  .box_games_item {
    margin-left: auto;
    margin-right: auto;
  }
  .box_games_item:nth-child(3n) {
    margin-right: auto;
  }
  .box_welcome {
    width: 491px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .box_welcome_text {
    padding-left: 31px;
    padding-right: 31px;
  }
  .box_mail {
    border: none;
  }
  .header_logo {
    padding-top: 20px;
  }
  .responsive_btn {
    background: #946134;
    padding: 10px 12px 10px 12px;
    margin: 10px 8px 12px 4px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    border: 1px solid #6c3e16;
    border-bottom: 4px solid #6c3e16;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(209, 178, 152, 1);
    -moz-box-shadow: 0px 0px 0px 2px rgba(209, 178, 152, 1);
    box-shadow: 0px 0px 0px 2px rgba(209, 178, 152, 1);
  }
  .responsive_menu {
    *zoom: 1;
    display: block;
    margin-top: 0;
    font-size: 20px;
    box-sizing: border-box;
    position: relative;
  }
  .responsive_menu:before {
    content: " ";
    display: table;
  }
  .responsive_menu:after {
    content: " ";
    display: table;
    clear: both;
  }
  .responsive_menutxt {
    float: left;
    color: #ffffff;
    font-size: 24px;
  }
  .responsive_icon {
    float: left;
    margin: 7px 0 0 7px;
  }
  .responsive_icon-bar + .responsive_icon-bar {
    margin-top: 4px;
  }
  .responsive_icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
  }
  .responsive_nav {
    clear: both;
    font-size: 22px;
    list-style: none;
    background-color: #f9f1ea;
    display: block;
    position: static !important;
    width: 100%;
  }
  .responsive_nav ul {
    display: block;
  }
  .responsive_nav li {
    display: block;
  }
  .responsive_nav a {
    display: block;
    text-align: center;
    padding: 14px 0 14px 0;
    margin: 0 0 0 0;
    border-bottom: 1px solid #e5d5c7;
  }
  .responsive_nav a:hover {
    background: #f1e5dc;
    text-decoration: none;
  }
  .responsive_item {
    cursor: pointer;
  }
  .responsive_item a {
    display: inline;
  }
}
@media (max-width: 767px) {
  #main {
    width: 630px;
  }
}
@media (max-width: 640px) {
  #main {
    width: 502px;
  }
}
@media (max-width: 525px) {
  #main {
    width: 434px;
  }
  .box_games_item {
    width: 100%
  }
  .box_welcome {
    width: 100%
  }
  .box_games_item_image {
    width: 410px;
    height: auto;
  }
}
@media (max-width: 480px) {
  #main {
    width: 320px;
  }
  .box_games_item_image {
    width: 296px;
    height: auto;
  }
  .box_mail {
    width: 100%;
    background-color: #f9f1ea;
    background-image: repeating-linear-gradient(0deg, #f19791 0px, #f19791 0px, transparent 0px, transparent 0px, #84b1d5 0px, #84b1d5 0px, transparent 0px, transparent 0px) !important;
    padding: 0px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
    box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
    margin-bottom: 55px;
  }
  .mail_article_text {
    padding-left: 17px;
    padding-right: 17px;
  }
  .box_mail_form {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.posrel{position:relative; max-width:100%;}
.video-responsive{overflow:hidden;padding-top: 68.25%;;position:relative;background-color:#000;}
.video-responsive iframe{left:0;top:0;height:100%;width:100%;position:absolute;border:none;}

.video-responsive.alt-padding {
  padding-top: 75%;
  }
  
.box-out {
  background-color: #f9f1ea;
  justify-content: center;
  align-items: center;
  padding: 10px; /* Espacio entre bordes */
  margin:40px auto;
  max-width:978px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
  -moz-box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
  box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);    
}
.box-list-games {
  display: flex;
  -webkit-display: box;
  -moz-display: box;
  -ms-display: flexbox;
  -webkit-display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  max-width:1000px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
  -moz-box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);
  box-shadow: 0px 2px 0px 0px rgba(155, 120, 89, 1);    
}

.box-text {
  border: 1px solid #b08d6e; /* Segundo borde */
  padding: 0.8rem;
  font-size: 18px;
  line-height: 1.5em;
}

.box-game {
  border: 1px solid #b08d6e; /* Segundo borde */
  height:100%;
}