﻿@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700");
html, body {
/*  width: 100%;
*/  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  overflow: auto;
  -moz-perspective: 1px;
  -webkit-perspective: 1px;
  perspective: 1px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
body, body * {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.container > .bg-title {
  -moz-transform: translateZ(-0.5px) scale(1.5);
  -ms-transform: translateZ(-0.5px) scale(1.5);
  -webkit-transform: translateZ(-0.5px) scale(1.5);
  transform: translateZ(-0.5px) scale(1.5);
  z-index: -500;
  width: 100vw;
  max-width: 1140px;
}
.container > .bg-title > img {
  height: 50vw;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  max-width: 1140px;
}
.container > .bg-title > img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.container > .bg-title > .title {
  font-size: 10vw;
  font-weight: 700;
  top: 15%;
  color: #D9CB9E;
  position: absolute;
  left: 20%;
  right:20%;
  opacity: 0.5;
}
.container > .bg-title > .logo {
  font-size: 50px;
  text-align: center;
  margin: auto;
  padding-top: 50px;
  position: relative;
  width: 100%;
  opacity: 0.5;
}
.container > .bg-title > .logo > img {
  width: 300px;
}
.container > .bg-title > .logo > .football {
  color: #000;
  margin: auto;
  position: absolute;
  width: 100%;
  margin-top: -290px;
}
.container > .bg-title > .logo > .football > span {
  position: absolute;
  top: 80%;
  left: calc(50% - 350px/2);
  font-size: 60px;
  color: #D9CB9E;
  width: 350px;
  line-height: 1.2;
  background-color: #1E1E20;
  border-top: 1px solid #D9CB9E;
  border-bottom: 1px solid #D9CB9E;
}
.container > .frame1 {
  -moz-transform: translateZ(0px) scale(1);
  -ms-transform: translateZ(0px) scale(1);
  -webkit-transform: translateZ(0px) scale(1);
  transform: translateZ(0px) scale(1);
  z-index: 0;
  width: 100vw;
  background-color: #2A2C2B;
  color: #fff;
  align-content: left;
  height: 400px;
  position: relative;
  margin: auto;
  max-width: 1140px;
}
.container > .frame1 > .num {
  font-size: 300px;
  border-radius: 100%;
  font-weight: 700;
  width: 300px;
  padding: 15px;
  background-color: none;
  border: 15px solid #fff;
  position: absolute;
  text-align: center;
  left: -150px;
  margin: 20px 0;
  opacity: 0.2;
}
.container > .frame1 > .text {
  position: relative;
  color: #D9CB9E;
  font-size: 35px;
  text-align: justify;
  margin: auto;
  top: 25%;
  width: 80%;
 max-width: 1140px;
}
.container > :nth-child(4n + 3) .title {
  left: 2%;
}
.container > :nth-child(4n) .num {
  left: calc(85% - 150px);
}
.container > :nth-child(4n) .text {
  margin-left: 2%;
   max-width: 1140px;
}

body {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  background: #1E1E20;
  line-height: 1;
  overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
  .container .frame1 .text {
    font-size: 30px;
    top: 10%;
     max-width: 1140px;
  }
 
}