@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: 100px;
    color: #FFF;
    padding: 0;
    background: -webkit-linear-gradient(black, white, black);
    background: -o-linear-gradient(black, white, black);
    background: -moz-linear-gradient(black, white, black);
    background: linear-gradient(black, white, black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
		line-height: 80px !important; }

h2 { font-family: "Fjalla One", sans-serif  !important;
    font-size: 30px;
    color: #ce004a !important;
    line-height: 2rem;
    padding: 0;
    padding-bottom: 25px;
    text-transform: uppercase; }

h4 { font-family: "Fjalla One", sans-serif !important;
    font-size: 2.3rem;
    color: #ce004a !important;
    line-height: 2rem;
    padding: 0;
    margin-bottom: 10px;
    text-transform: uppercase; }

h4.grey { font-family: "Fjalla One", sans-serif !important;
    font-size: 2.3rem;
    color: #727171 !important;
    line-height: 3rem;
    padding: 0;
    margin-bottom: 10px;
    text-transform: uppercase; }

.boton { text-align: center;
    background-color: #ce004a;
    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+++++++++++++++++++++++++++++++++*/

#z270h #spac .spac {
    width: 80%;
    margin: 0 auto;
}

#z270h #spac .spac_list img {
    display: inline-block;
}

#z270h #spac .spac_list {
    text-align: left;
    padding: 0 20px;
}

#z270h #spac .spac_list li {
    position: absolute;
    letter-spacing: initial;
}

#z270h #spac .spac_list li:nth-child(1) {
    top: 23%;
}

#z270h #spac .spac_list li:nth-child(2) {
    top: 42%;
}

#z270h #spac .spac_list li:nth-child(3) {
    top: 54%;
}

#z270h #spac .spac_list li:nth-child(4) {
    top: 82%;
}

#z270h #spac .spac_list li:nth-child(5),
#z270h #spac .spac_list li:nth-child(6),
#z270h #spac .spac_list li:nth-child(7),
#z270h #spac .spac_list li:nth-child(8),
#z270h #spac .spac_list li:nth-child(9),
#z270h #spac .spac_list li:nth-child(10) {
    right: 0%;
    text-align: right;
}

#z270h #spac .spac_list li:nth-child(5) {
    top: 17%;
}

#z270h #spac .spac_list li:nth-child(6) {
    top: 30%;
}

#z270h #spac .spac_list li:nth-child(7) {
    top: 41%;
}

#z270h #spac .spac_list li:nth-child(8) {
    top: 52%;
}

#z270h #spac .spac_list li:nth-child(9) {
    top: 65%;
}

#z270h #spac .spac_list li:nth-child(10) {
    top: 72%;
}

#z270h ul {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

#z270h .row {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

#z270h section .content-w1200 {
    padding: 0 70px;
}

#z270h .font-center {
    text-align: center;
}

#z270h .content-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

