@font-face {
    font-family:intel;
    src: url(IntelClearPro.ttf);
}
@font-face {
    font-family:intelclear;
    src: url(IntelClear_Lt.ttf);
}
body{
  margin:0;
  padding:0;
}
img{
  max-width:100%;
}
#intel-microsite{
  font-family:intelclear;
}
#intel-microsite img{
  max-width:100%;
}
#intel-video{
    position:relative;
    margin:0 0 -10px 0;
    font-family:intel;
    width:100%;
}
#intel-video .text{
    position:absolute;
    left:50%;
    top:50%;
    text-align:center;
    transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    z-index:2;
}
#intel-video .text p{
    color:white;
    font-size:100px;
    margin:0;
    line-height:90px;
    padding:0;
}
#intel-video .videobg{
    z-index:1;
    left:0;
    top:0;
    position:relative;
    width:100%;
}
#intel-video .videobg video{
    width:100%;
}
#intel-video .logo-ebec{
  position:absolute;
  right:30px;
  top:30px;
  z-index:3;
  width:300px;
}
#intel-video .logo-intel{
  position:absolute;
  left:30px;
  top:30px;
  z-index:3;
  width:130px;
}
#heading{
  background-color:#0071c5;
  color:white;
  padding:100px 10px;
  text-align:center;
}
#heading h2{
  font-family:intel;
  font-size:60px;
  margin:0;
}
#heading h4{
  font-weight:200;
  margin:0;
}
#intel-items{
  background-color:black;
  background-repeat:no-repeat;
  background-image:url(bg-items.jpg);
  background-position:center center;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-around;
  padding:500px 10px 50px 10px;
}
#intel-items .item{
  background-color:rgba(0,0,0,0.5);
  padding:15px 20px;
  width:15%;
}
#intel-items a{
  text-decoration:none;
}
#intel-items a:hover .title{
  color:#2cc6ff;
}
#intel-items .title{
  color:#00aeef;
  font-size:22px;
  margin:10px 0 0 0;
}
#intel-items .desc{
  font-size:14px;
  color:#cbcbcb;
}
#intel-items .desc ul{
  margin:10px 0 0 0;
  padding:0 0 0 20px;
}
#intel-exp{
  background-image:url(http://www.extreme-box.com/wp-content/uploads/ebecbg-uai-2064x1191.jpg);
  background-repeat:no-repeat;
  background-position:center top;
  background-size:cover;
  padding:50px 10px;
  font-family:intel;
}
#intel-exp h2{
  color:white;
  font-size:100px;
  margin:0;
  text-shadow:0 0 25px rgba(0,0,0,0.5);
}
#intel-exp h3{
  color:white;
  font-size:50px;
  margin:0;
  text-shadow:0 0 15px rgba(0,0,0,0.5);
}
#intel-exp h4{
  color:white;
  font-size:30px;
  margin:0;
  text-shadow:0 0 15px rgba(0,0,0,0.8);
}
#intel-exp .container{
  margin:0 auto;
  max-width:100%;
  width:100%;
}
#intel-exp .flex1{
  display:flex;
  justify-content:space-around;
  align-items:center;
  flex-wrap:wrap;
}
#intel-exp .flex1 .igo{
  max-width:70%;
}
#intel-exp .flex1 .item{
  width:30%;
}
#intel-exp .flex2{
  display:flex;
  justify-content:space-around;
  align-items:center;
  flex-wrap:wrap;
}
#intel-exp .flex2 .item{
  border:1px solid white;
  margin:0 0 30px 0;
  max-height:300px;
  overflow:hidden;
  width:30%;
}
@media screen and (min-device-width:1024px) and (max-device-width:1600px){
  #intel-exp .flex2 .item{
    margin:0 0 20px 0;
    max-height:200px;
    width:30%;
    text-align:center;
  }
  #intel-exp h2 {
    color: white;
    font-size: 80px;
    margin: 0;
    text-shadow: 0 0 25px rgba(0,0,0,0.5);
  }
}
@media screen and (max-device-width:768px){
  .logo-ebec,.logo-intel{
    display:none;
  }
  #intel-video .text{
    width:80%;
  }
  #intel-video .text p{
    font-size:50px;
    line-height:40px;
  }
  #intel-items{
    background-position:center top;
  }
  #intel-items .item{
    width:100%;
    margin:0 0 10px 0;
  }
  #intel-exp .flex1{
    text-align:center;
  }
  #intel-exp .flex1 .item{
    width:100%;
  }
  #intel-exp .flex1 .item .marca{
    margin:20px 0;
  }
  #intel-exp h2{
    font-size:80px;
    margin:0 0 20px 0;
  }
  #intel-exp .flex2 .item{
    margin:0 0 10px 0;
    max-height:200px;
    width:100%;
  }
}
