html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: 'Helvetica';
  src: url("../../fonts/Helvetica.eot");
  src: url("../fonts/Helvetica.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica.woff") format("woff"), url("../fonts/Helvetica.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica-Light';
  src: url("../fonts/Helvetica-Light.eot");
  src: url("../fonts/Helvetica-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Light.woff") format("woff"), url("../fonts/Helvetica-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Sacramento';
  src: url("../fonts/sacramento-regular.eot");
  src: url("../fonts/sacramento-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sacramento-regular.woff") format("woff"), url("../fonts/sacramento-regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'whiteLarch';
  src: url("../fonts/whitelarch.eot");
  src: url("../fonts/whitelarch.eot") format("embedded-opentype"), url("../fonts/whitelarch.woff") format("woff"), url("../fonts/whitelarch.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }
  position: relative;

article, aside, footer, header, nav, section {
   }

h1 {
  font-size: 1.2em;
  font-weight: none !important;
 }

.caja {
  display: flex;
  flex-wrap: wrap;
}

.modal {
   width: 100%;
   height: 100vh;
   background: rgba(0,0,15,0.9);
   top: 0;
   left: 0;
   position: fixed;
   display: flex;
   text-align: center;


   animation: modal 0.3s forwards;
   transform: translateY(-900px);
   visibility: hidden;
   opacity: 0;
 }

.conten {
  margin: auto;

}

.btn-cerrar {
  position: fixed;
  top: 3%;
  right: 2%;
  z-index: 3001;

  animation: modal 1s forwards;
  visibility: hidden;
  opacity: 0;
}

#cerrar {
  display: none;
}

#cerrar + label {
  position: fixed;
  color: #fff;
  font-size: 25px;
  background-color: #00135b;
  width: 35px;
  height: 35px;
  line-height: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,0.3);
  border-radius: 50%;
  z-index: 3001;
  text-align: center;
  right: 50px;
  top: 50px;
  cursor: pointer;

  /*visibility: hidden;
  opacity: 0;*/
}

#cerrar:checked + label, #cerrar:checked ~ .modal {
  display: none;
}


.bg-game {
  background-image: url('../img/background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.cont-logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}

.cont-logo img {
  width: 100%;
  max-width: 800px;
}

.box-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;

}

.cabezote {
  margin-top: 10px;
  background-color: rgba(0, 203, 241, 0.1);
  width: 100%;
}

.cabezote h2 {
  color: #fff;
  padding: 10px 20px 5px 20px;
}

.btn-menu {
  text-align: center;
  margin: 10px;
}

.parrafo-uno {
  margin-top: 20px;
}

.contenido p {
  color: #fff;
}


.logo {
  width: 50%;
  margin-left: 0;
  padding: 10px 10px 5px 0;
  text-align: left;
}

.btn-blue {
  width: 50%;
  padding: 20px;
  text-align: right;
}

.boton-ver {
  text-align: right;

}

.boton-regresar {
  text-align: right;
}

.fila .ver-regresar {
  display: inline-flex;
  margin-top: 20px;
}

.banner-m {
  width: 100%;
  height: auto;
}

.fila {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%
}

.columna-100 {
  width: 100%;
}

.columna-50 {
  width: 50%;
}

.columna-100.columna-banner {
  justify-content: center;
}

footer {
  width: 100%;
  height: 155px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

@keyframes modal {
  100% {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 768px) {

}

@media (max-width: 600px) {

  .btn-cerrar {
    position: fixed;
    top: 20px;
    right: 40%;
    z-index: 3001;
  }

  .conten iframe {
    width: 100vw;
    height: 30vh;
    //width: 414px;
    //height: 230px;
  }

  .cabezote h2 {
    padding: 10px 20px 5px 20px;
    text-align: center;
  }

  .contenido p {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-k4u {
    margin-top: 10px;
    padding-left: 10px;
  }

  .logo {
    justify-content: center;
  }

  .fila .ver-regresar {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }

  .btn-blue {
    padding: 20px;
    padding-left: 0;
  }



}

@media (min-width: 576px) {


}


/*# sourceMappingURL=main.css.map */
