/* 
 * Santiago Acosta Villa Abrille | Senior e-Marketing & Web Developer
 * Portinos Productora
 */
@font-face{font-family:"IntelClear";
           src:url(fonts/IntelClear_WLat_Rg.eot);
           src:url(fonts/IntelClear_WLat_Rg.eot?) format('eot'),
               url(fonts/IntelClear_WLat_Rg.woff) format('woff'),
               url(fonts/IntelClear_WLat_Rg.ttf) format('truetype')
}
@font-face{font-family:"IntelClearThin";
           src:url(fonts/IntelClear_WLat_Lt.eot);
           src:url(fonts/IntelClear_WLat_Lt.eot?) format('eot'),
               url(fonts/IntelClear_WLat_Lt.woff) format('woff'),
               url(fonts/IntelClear_WLat_Lt.ttf) format('truetype')
}
@font-face{font-family:"IntelClearBold";
           src:url(fonts/IntelClear_WLat_Bd.eot);
           src:url(fonts/IntelClear_WLat_Bd.eot?) format('eot'),
               url(fonts/IntelClear_WLat_Bd.woff) format('woff'),
               url(fonts/IntelClear_WLat_Bd.ttf) format('truetype')
}
@font-face{font-family:"IntelClearPro";
           src:url(fonts/IntelClearPro_W_Bd.eot);
           src:url(fonts/IntelClearPro_W_Bd.eot) format('eot'),
               url(fonts/IntelClearPro_W_Bd.woff) format('woff'),
               url(fonts/IntelClearPro_W_Bd.ttf) format('truetype')
}
.animate{
-webkit-transition: all 700ms cubic-bezier(0.000, 0, 0.040, 1); /* older webkit */
-webkit-transition: all 700ms cubic-bezier(0.000, -0.300, 0.040, 1.420);
   -moz-transition: all 700ms cubic-bezier(0.000, -0.300, 0.040, 1.420);
    -ms-transition: all 700ms cubic-bezier(0.000, -0.300, 0.040, 1.420);
     -o-transition: all 700ms cubic-bezier(0.000, -0.300, 0.040, 1.420);
        transition: all 700ms cubic-bezier(0.000, -0.300, 0.040, 1.420); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.000, 0, 0.040, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.000, -0.300, 0.040, 1.420);
   -moz-transition-timing-function: cubic-bezier(0.000, -0.300, 0.040, 1.420);
    -ms-transition-timing-function: cubic-bezier(0.000, -0.300, 0.040, 1.420);
     -o-transition-timing-function: cubic-bezier(0.000, -0.300, 0.040, 1.420);
        transition-timing-function: cubic-bezier(0.000, -0.300, 0.040, 1.420); /* custom */
}
.intel_icon{
  border-radius: 155px;
  background: #007dc6;
}
.clear{clear:both}
.left{float:left;}
.right{float:right}
.thin{font-family:"IntelClearThin"}
.azul{color:#007dc6;}
.bgazul{background:#007dc6;}
.verde{background:#B4C630;}
.amarillo{background:#E7B800;}
.bold{
font-weight: bold;
font-family: "IntelClearBold";
letter-spacing: -1px;
}
.center{text-align:center;}
.mcenter{margin-left:auto;margin-right:auto;}
.novisible{visibility: hidden;}
.buy{
background: #fff;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
}
.buy:hover{
background: #007dc6;
color: #fff;
text-decoration: none;
}
body {
  padding-top:0;
  font-family: "IntelClearThin";
  background: url("../img/bg.jpg")no-repeat top center;
  background-size: cover;
  min-width: 820px;
}
.main.mx_cyberpuerta{
  min-width: 820px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.mx_cyberpuerta .logo{
    position: absolute;
    right: -30px;
    top: 60px;
}
.mx_cyberpuerta .headline{
    background: url(../img/headline.png) no-repeat center 40px;
    height: 395px;
}
.mx_cyberpuerta .headline h1{
    margin:0px;
    font-family: "IntelClearPro";
    color: #fff;
    font-size: 45px;
    margin-top: 330px;
    text-align: center;
    letter-spacing: -0.3px;
}
.mx_cyberpuerta .btn{
    display: inline-block;
    background: #2098d1;
    color: #fff;
    font-family: "IntelClear";
    border-radius: 0px;
}
.mx_cyberpuerta h2{
    margin: 0px;
    font-family: "IntelClearPro";
    color: #fff;
    font-size: 48px;
    margin-top: 15px;
    letter-spacing: -1px;
    line-height: 45px;
}
.mx_cyberpuerta span{
    font-family: "IntelClearBold";
    font-size: 18px;
    color: #f3d54e;
}
.mx_cyberpuerta span b{
    font-family: "IntelClearBold";
    font-size: 24px;
    color: #f3d54e;
}
.mx_cyberpuerta p{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-family: "IntelClear";
    margin-top: 10px;
}
.mx_cyberpuerta h3{
    margin:0px;
    font-family: "IntelClearPro";
    color: #fff;
    font-size: 36px;
    margin-top: 30px;
    text-align: center;
    letter-spacing: -1px;
}
.mx_cyberpuerta .content > div{
    background: url(../img/inner_shadow.png)repeat-x top center;
    margin-bottom: 10px;
    min-height: 240px;
}
.mx_cyberpuerta .content > div a{
    margin-top: 90px;
    float: right;
}
.mx_cyberpuerta .content > div img{
  margin-top: 20px;
}
.mx_cyberpuerta .content > div a.final{
    margin: 0 auto;
    display: block;
    float: none;
    width: 140px;
    margin-bottom: 30px;
    margin-top: 10px;
}










@media (max-width: 1000px) {

}
@media (max-width: 780px) {

}