/* Local CSS */

@font-face {
  font-family: 'Brandon_bold';
  src: url('../media/fonts/Brandon_bld.otf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon_regular';
  src: url('../media/fonts/Brandon_reg.otf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon-black';
  src: url('../media/fonts/Brandon_blk.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon-light';
  src: url('../media/fonts/Brandon_light.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon-medium';
  src: url('../media/fonts/Brandon_med.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Breinder';
  src: url('../media/fonts/KBREINDEERGAMES.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Din-medium';
  src: url('../media/fonts/Brandon_med.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Din-black';
  src: url('../media/fonts/Brandon_blk.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-bold';
  src: url('../media/fonts/Gotham-Bold.otf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../media/fonts/Gotham-Light.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-book';
  src: url('../media/fonts/Gotham-Book.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Aller-bold';
  src: url('../media/fonts/Aller_Bd.ttf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Aller-light';
  src: url('../media/fonts/Aller_Std_Lt.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Aller-regular';
  src: url('../media/fonts/Aller_Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon-bold';
  src: url('../media/fonts/Brandon_bld.otf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon-black';
  src: url('../media/fonts/Brandon_blk.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon-regular';
  src: url('../media/fonts/Brandon_reg.otf');
  font-weight: normal;
  font-style: normal;
}

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
    position: absolute;
    margin: 0;
    /* overflow: hidden; */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #FFFFFF;
}

h1{
	color: #fff;
  font-family: 'Brandon_regular';
  font-family: 'Aller-bold';

}

h1 b{

    font-family: 'Brandon_bold';
}
h2 {
  font-family: 'Brandon_regular';
  font-family: 'Aller-bold';
  color: #1d3f8a;

}

p{
  font-family: 'Brandon_regular';
  color: #fff;
  font-family: 'Aller-regular';
}

p b{
  font-family: 'Din-bold';
  font-family: 'Aller-bold';
}
a{
  text-decoration: none;
}

#container {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0, 0);
  /* overflow: hidden; */
}
#container::-webkit-scrollbar {
    display: none;
}

#contenido{
  display: block;
  float: left;
  height: 768px;
  position: relative;
  width: 100%;
}
