*{
    margin:0px;
    padding:0px;
    font-family:sans-serif;
    list-style-type:none;
    border-style:none;
    text-decoration:none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}   

body {
    background-image: url(../img/bg-contents.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    animation-name:fusion;
    animation-duration:1s;
    
}

@keyframes fusion{
    0%{
        opacity:0;
    }
    100%{
         opacity:1;
    }
}


@font-face {
    font-family: 'burstexoriginregular';
    src: url('../fonts/burstexorigin-webfont.woff2') format('woff2'),
         url('../fonts/burstexorigin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: fixed;    
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); 
  z-index: -100;
  background-size: cover;
}

@keyframes tamano {
    from {
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.logoinicio {
    z-index: 1;
    width: 100%;
    max-width: 800px;
    min-width: 300px;
    margin: auto;
    display: block;
    transform: scale(0);
    animation-name: tamano;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

.logo {
    z-index: 1;
    width: 35%;
    margin: auto;
}

.vacio{
    width: 100%;
    height: 100px;
    background-color: transparent;
}

.titular {
    font-size: 50px !important;
    text-align: center;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    min-width: 300px;
    margin: auto;
    display: block;
    transform: scale(0);
    animation-name: tamano;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    color: #ffffff;
}

.container {
    margin-top: 2% !important;
    width: 50%;
}

.center {
    text-align: center;
}

.row {
    border: 1px solid #a7abb3;
    background: #000 url(../img/bg-content-block.png) repeat-x left top;
    box-shadow: 0 0 10px 5px #334e8b;
    padding-top: 5%;
    padding-left: 2%;
    padding-right: 2%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.row:hover {
    border: 1px solid #a7abb3;
    background: #000 url(../img/bg-content-block.png) repeat-x left top;
    box-shadow: 0 0 30px 7px #334e8b;
    padding-top: 5%;
}


h1,h2,h3 {
    margin-bottom: 2%;
    font-family: 'burstexoriginregular';
    color: white;
    text-align: center;
}

p {
    color: #c7d5e0;
    margin-bottom: 4% !important;
}

.padding {
    padding-top: 2% !important;
}

h1 {
    font-size: 3vw !important;
    text-align: center;
    z-index: 2;
    color: white;
}

#menu-gigante {
    z-index: 4;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9) url(../img/bg-content-block-menu.png) repeat;
    left: -100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#menu-gigante a {
    font-family: 'burstexoriginregular';
    text-align: center;
    display: block;
    color: white;
    text-shadow: 2px 2px #000000;
    font-size: 5em;
    margin-top: 5%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#menu-gigante a:hover {
    color: #96a6b3;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#icono-cerrar {
    font-size: 4em;
    color: white;
    text-align: right;
    display: block;
    padding: 20px;
    cursor: pointer;
}

#icono-menu {
    z-index: 3;
    font-size: 4em;
    color: #ce0509;
    text-align: right;
    display: block;
    padding: 20px;
    cursor: pointer;
    position: fixed;
    width: 100%;
}


.img-responsive {
    width: 100%;
    height: auto;
    display: block;
}

footer {
    background-color: #000;
    padding: 2%;
    text-align: center;
    width: 100%;
    color: white;
}

.boton {
    margin-top: 15%;
    margin-bottom: 15%;
    border: 1px solid #a7abb3;
    box-shadow: 0 0 10px 5px #334e8b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.boton:hover {
    border: 1px solid #a7abb3;
    box-shadow: 0 0 30px 7px #334e8b;
    cursor: pointer;
}


.sombra {
    background: url(../img/bg-contents-bottom.png) repeat-x center bottom;
    width: 100%;
    height: 100px;
}

.separador {
    background: url(../img/bg-gnav.png) repeat-x center top;
    width: 100%;
    height: 90px;
}

