@charset "utf-8";
/* CSS Document */

@font-face {
 	font-family: 'Xolonium';
 	src: url('../fonts/Xolonium.otf');
	src: url('../fonts/Xolonium.otf') format('embedded-opentype');
  src:url("../fonts/Xolonium.ttf") format("opentype");
 	font-weight: normal;
 	font-style: normal
}

@font-face {
    font-family: 'Rog';
    src: url('../fonts/rog_fonts_v1.6_regular-webfont.woff2') format('woff2'),
         url('../fonts/rog_fonts_v1.6_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body { background-color: #000; color: #EBEBEB; }
section { margin: 40px 0px }

h1 {
    font-family: ROG, sans-serif !important;
    font-size: 120px;
    color: #FFF;
    line-height: 4rem;
    padding: 0;
    margin-bottom: 50px;
    background: #800000;
    background: -webkit-linear-gradient(left, #420000 0%, #e10000 50%, #420000 100%);
    background: -o-linear-gradient(left, #420000 0%, #e10000 50%, #420000 100%);
    background: -moz-linear-gradient(left, #420000 0%, #e10000 50%, #420000 100%);
    background: linear-gradient(to right, #420000 0%, #e10000 50%, #420000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    line-height: 85px; }

h2 { font-family: "Xolonium", sans-serif !important;
    font-size: 2.7rem;
    color: #c40000 !important;
    line-height: 2rem;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 30px; }

h4 { font-family: "Fjalla One", sans-serif !important;
    font-size: 2.3rem;
    color: #727171 !important;
    line-height: 2rem;
    padding: 0;
    margin-bottom: 10px;
    text-transform: uppercase; }

.boton { text-align: center;
    background-color: #a60000;
    padding: 5px 15px;
    margin-top: 15px;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    font-weight: 500;
		display: inline-block; }

.m-20 { margin-top: 20px; }
.m-60 { margin-top: 60px; }


/*+++++++++++++++++++++++section-spac+++++++++++++++++++++++++++++++++*/

#b250f ul {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    padding: 0;
	list-style: none; }

#b250f .content-w1200 {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 20px;
	position: relative;
}


#b250f #spac .spac {
    
    margin: 0 auto;
}

#b250f #spac .spac_list img {
    display: inline-block;
}

#b250f #spac .spac_list {
    text-align: left;
    padding: 0 20px;
}

#b250f #spac .spac_list li {
    position: absolute;
    letter-spacing: initial;
    line-height: 25px
}

#b250f #spac .spac_list li span {
    font-weight: 100
}

#b250f #spac .spac_list li:nth-child(1) {
    top: 5%;
}

#b250f #spac .spac_list li:nth-child(2) {
    top: 23%;
}

#b250f #spac .spac_list li:nth-child(3) {
    top: 32%;
}

#b250f #spac .spac_list li:nth-child(4) {
    top: 38%;
}

#b250f #spac .spac_list li:nth-child(5) {
    top: 45%;
}

#b250f #spac .spac_list li:nth-child(6) {
    top: 54.5%;
}

#b250f #spac .spac_list li:nth-child(7) {
    top: 61%;
}

#b250f #spac .spac_list li:nth-child(8) {
    top: 81%;
}

#b250f #spac .spac_list li:nth-child(9),
#b250f #spac .spac_list li:nth-child(10),
#b250f #spac .spac_list li:nth-child(11),
#b250f #spac .spac_list li:nth-child(12),
#b250f #spac .spac_list li:nth-child(13),
#b250f #spac .spac_list li:nth-child(14),
#b250f #spac .spac_list li:nth-child(15) {
    right: -2%;
    text-align: right;
}

#b250f #spac .spac_list li:nth-child(9) {
    top: 20%;
}

#b250f #spac .spac_list li:nth-child(10) {
    top: 33%;
}

#b250f #spac .spac_list li:nth-child(11) {
    top: 48%;
}

#b250f #spac .spac_list li:nth-child(12) {
    top: 58.5%;
}

#b250f #spac .spac_list li:nth-child(13) {
    top: 64%;
}

#b250f #spac .spac_list li:nth-child(14) {
    top: 85%;
}