@charset "UTF-8";
/* CSS Document */

html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    font-family:sans-serif;font-size: 14px;
    padding:30px 0 60px;
}
.clear{clear: both;}

.ImpresosLanding .Titles{text-align: center;}
.ImpresosLanding .Titles img{width: 50%;display: inline-block;}
.ImpresosLanding .Titles p{font:normal 18px/24px sans-serif;margin: 0px 0 15px;color: #777;width: 70%;margin: 0 auto 50px;}

.ImpresosLanding .Covers{text-align: center;}
.ImpresosLanding .Covers img{height: 250px;display: inline-block;box-shadow: 0 0 10px rgba(0,0,0,0.35);}
.ImpresosLanding .Covers p{color:#666;font-size:11px;line-height: 15px;text-transform: uppercase;height: 30px;margin:15px 0 20px;}
.ImpresosLanding .Covers a{font:bold 12px/28px sans-serif;color: #fff;background: #ff6600;width: 45%;text-align: center;display: inline-block;border-radius: 3px;cursor:pointer;}
.ImpresosLanding .Covers a:hover{background: #f36201;}
.ImpresosLanding .Covers a.GreenButton{background: green;margin-top:6px;}
.ImpresosLanding .Covers a.GreenButton:hover{background: #02a202;}

#SusanaDistancia{height:80px;clear: both;width: 100%;}

@media screen and (max-width: 799px) { /* Mobile */
    body{font-size: 13px;}
  .clear{height: 0px;}
  .ImpresosLanding .Titles img {width: 70%;}
  .ImpresosLanding .Titles p {width: 90%;}
  .ImpresosLanding .Covers .Item{margin-bottom: 40px;}
  .ImpresosLanding .Covers .Item img{height: 230px;}
  .ImpresosLanding .Covers .Item a{font:bold 14px/32px sans-serif;width:40%;}
  .ImpresosLanding .Covers p {margin: 7px 0 10px;}
  #SusanaDistancia{display:none;}

}

@media screen and (max-width: 392px) { /* Mobile XS*/
}


@media screen and (min-width: 800px) and (max-width: 1071px) { /* Tablet */
}

@media screen and (min-width: 1040px){
  .container {max-width: 960px;width: 960px;}
}

@media screen and (min-width: 1232px){
  .container {max-width: 1152px;width: 1152px;}
}

@media screen and (min-width: 1473px){
  .container {max-width: 1344px;width: 1344px;}
}
