/*GERAIS*/
body {
   background: #E8E8E8;
  color: #000;
  font-family: oscine, sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "p22-mackinac-pro", serif;
    font-weight: 700;
    font-style: normal;
}
.row {
  max-width: 90em !important;
}
.bottom30 {
  margin-bottom: 30px;
}
.bottom60 {
  margin-bottom: 60px;
}
.top15 {
  margin-top: 15px;
}
.top30 {
  margin-top: 30px;
}
.pad {
  padding: 0 30px;
}
.m40 {
  margin: 40px 0;
}
.top-bar .name {
  background: #0B6DAE;
}
.top-bar-section ul li {
  border-bottom: 1px solid #fff;
  background: #006daa !important;
}
.top-bar-section ul li > a {
  padding: 20px;
  font-family: oscine, sans-serif;
  background: #0B6DAE;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 14px;
}
.spacer {
  border-bottom: 1px solid #cccccc;
  margin: 40px 0;
}
.relative {
  position: relative;
}
p ,
li{
  font-family: oscine, sans-serif;
  font-style: normal;
  line-height: 28px;
  font-size: 17px;
  margin-bottom: 15px;
}
.bold {
  font-weight: 800;
}
small {
  font-size: 15px;
  font-family: oscine, sans-serif;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
blockquote {
  padding: 50px;
  font-weight: 900;
  font-size: 20px;
  color: #000;
  border-left: 4px solid #e7e7e7;
}
#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px 95px 10px;
}
#toggle span:after, #toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after {
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}
#toggle span, #toggle span:after, #toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}
/* menu appearance*/
#menu {
  position: absolute;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  ont-family: sofia-pro-soft, sans-serif;
  text-align: center;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
}
#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}
ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#menu li a {
  ont-family: sofia-pro-soft, sans-serif !important;
  font-style: normal;
  font-weight: 300;
  padding: 14px;
  text-transform: uppercase;
  color: #888;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
}
#menu li a:hover, #menu li a:focus {
  background: #eeb739;
  color: #fff;
}
::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #484848;
}
:-moz-placeholder {
  color: #484848;
}
::-moz-placeholder {
  color: #484848;
}
:-ms-input-placeholder {
  color: #484848;
}
/*LAYOUT*/

.container{
      background: #000;
      max-width: 1440px;
      margin: 0 auto;
      box-shadow: 0 16px 48px #E3E7EB; }
.wrap{
      background: #fff;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      min-height: 100vh;}
.main{
    z-index: 0;}
header{
    position: relative;
    padding: 20px 0;}
  header::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 700px;
      background: #f0272f;
      background: linear-gradient(57deg,  #f0272f 0%,  #a61117 100%);
      -webkit-transform-origin: 0;
      transform-origin: 0;
      -webkit-transform: skewY(-12deg);
      transform: skewY(-12deg);}		  
header .logo{
    padding: 25px;}
.main  h1{
    color: #fff;
    font-family: "p22-mackinac-pro", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;}
.branco{
    color: #fff; }
.btn{
    display: inline-block;
    color: #fff;
    margin: 30px 0;
    padding: 20px 40px;
    background: linear-gradient(65deg, #ff6369 -25%, #ff3f47 100%); }
.videoplayer{
	margin: 40px 0;}
.player{
    padding: 5px;
    height: 393px;
    background: #fff;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 6px 14px #E3E7EB;
    position: relative;
    top: -17px;}
.itens .box{
    background: #efefef;
    text-align: center;
    margin: 40px 0;
    box-shadow: 0 16px 48px #E3E7EB;
    padding: 10px;}		  
.itens img{
	margin-bottom: 15px;}
  footer{
      background: #f0272f;
      background: linear-gradient(57deg,  #f0272f 0%,  #a61117 100%);
      padding: 40px 0;}
   footer h3{
       color: #fff;
       font-size: 20px;
       margin: 20px 0; }
   footer li,
   footer p{
       color: #fff;}


/*MEDIA QUERIES*/
@media (min-width: 1300px) {}