html, body {
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  overflow-x: hidden;
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/static/OpenSans-Bold.ttf);
}

.pop {
  background-image: url(../../img/fondo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 100;
}

.enter {
  background-color: rgba(0,0,0,0.7);
  padding: 15px;
  border: none;
  font-family: "Open Sans";
  height:100%;
  width:100%;
  color: #d4a50d;
  position: fixed;
  top: 0;
  bottom: 0;
  text-align: center;
  z-index: 100;
  font-size: 10vw;
}

.pop p {
  padding: 2%;
  border: none;
  font-family: "arial";
  color: white;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  top: 0;
  bottom: 0;
  text-align: center;
  z-index: 100;
  font-size: 2vw;
}

.pop2 {
  background-image: url(../../img/fondo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
  z-index: 80;
  position: fixed;
}

.pop2 button {
  color: white;
  border: auto;
  border-radius: 100px;
}

.pop2 button:hover{
  color: #d4a50d;
}

.pop2 p {
  padding: 25px;
  font-family: "Open Sans";
  height: 100%;
  width: 100%;
  color: white;
  position: fixed;
  top: 0;
  bottom: 0;
  text-align: center;
  z-index: 50;
  font-size: 3vw;
}

.categorias {
  margin: 10px;
  background-color: rgba(0,0,0,0.7);
  padding: 30px;
  border: none;
  font-family: "Open Sans";
  width: 30%;
  position: relative;
  top: 0;
  bottom: 0;
  text-align: center;
  z-index: 100;
  font-size: 2vw;
  transition: background-color 0.5s linear;
}

.categorias:hover{
  background-color: rgba(0,0,0,0.96);
}

.fondo {
  background-color: rgba(0,0,0,0.7);
}

#texto-botones {
  font-family: "Open Sans";
  color: white;
  position: relative;
  z-index: 50;
  padding: 0px;
  font-size: 2vw;
}

#texto-botones:hover {
  color: #d4a50d;
}

.fullscreen {
  background: none;
  border: none;
  height:100%;
  width:100%;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 70;
}

*:fullscreen
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
   overflow: auto !important;
}

@media screen and (max-width: 900px) {
  .categorias {
  margin: 6px;
}
#texto-botones {
    font-size: 3vw;
}
.pop2 p {
  font-size: 4vw;
}
}

@media screen and (max-width: 600px) {
  .categorias {
  margin: 5px;
  padding: 15px;
}
#texto-botones {
  font-size: 3vw;
}
.pop2 p {
  font-size: 5vw;
}
}

@media screen and (max-width: 450px) {
  .categorias {
  margin: 4px;
}
}

@media screen and (max-width: 400px) {
  .categorias {
  margin: 3px;
}
#texto-botones {
  font-size: 4vw;
}
}

@media screen and (max-width: 370px) {
  .categorias {
  margin: 2px;
}
}

@media screen and (max-width: 320px) {
  .categorias {
  margin: 1px;
  padding: 10px;
}
}

@media screen and (max-width: 280px) {
  .categorias {
  margin: 0px;
}
}

@media screen and (max-width: 250px) {
}

@media screen and (max-width: 200px) {
}

@media screen and (max-width: 170px) {
}

@media screen and (max-width: 130px) {
}

@media screen and (max-width: 110px) {
}


/* Ensure iframes do not show scrollbars */
iframe{overflow:hidden;scrollbar-width:none;}
iframe::-webkit-scrollbar{display:none;}
