/*CONTENIDO*/
@import url(http://fonts.acer.com/font-predator.css);

#acer-content {
  font-family: "TTSquares";
  margin:0;
  font-size:14px;
  line-height: 130%;
  text-align:center;
  background-color:#202020;
  color:#999;
}
#acer-content * {
  box-sizing: border-box;
}
#acer-content button {
  font-family: "TTSquares";
  background-color: #6a85a9;
  color: white;
  font-size: 18px;
  border: none;
  border-radius: 10px;
  padding: 10px 30px;;
  cursor: pointer;
  display: none;
}

.logo-lap{
    display: none;
}
@media screen and (max-width: 768px){
    .logo-lap{
        display: block;
    height: 330px;
    float: right;
    
    width: 100%;
    margin-top: -43px;
    margin: 0 auto;
    }
    #acer-content .bold-preda{
        font-size: 17px !important;
        margin-top: -89px !important;
    }
    #acer-content #banner{
        height: 600px;

    }
    .edicion-limitada{
        float: right;
        width: 90px;
        height: 90px;
        position: absolute;
        margin-top: 30px;
    }
  .t-right{
    display: flex;
    width: 300px !important;
    margin: 0 auto;
  }
      
  .t-right .icon-preda{
      height: 20px;
  }

  .t-right .icon-preda-heigth{
      height: 40px;
  }
  #acer-content .t-right {
    padding-bottom: 10%;
    padding-left: 8%;
  }
}
/* FONT WEIGHT */
#acer-content .bold-preda {
  font-weight: 900;
}
#acer-content .light {
  font-weight: 100;
}

/* SHADOW */
#acer-content .t-shadow {
  text-shadow: 1px 1px 0px #0005;
 
}


/* FLEX */
#acer-content .flex {
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  -webkit-flex-flow: wrap;
  position: relative;
}

/* HEIGHT */
#acer-content .height-300 {
  min-height: 300px;
}
#acer-content .height-350 {
  min-height: 350px;
}
#acer-content .height-400 {
  min-height: 400px;
}
#acer-content .height-450 {
  min-height: 450px;
}
#acer-content .height-500 {
  min-height: 500px;
}
#acer-content .height-550 {
  min-height: 550px;
}
#acer-content .height-600 {
  min-height: 600px;
}
#acer-content .height-650 {
  min-height: 650px;
}
#acer-content .height-700 {
  min-height: 700px;
}

/* COLS */
#acer-content .col-100 {
  width: 100%;
}
#acer-content .col-50 {
  width: 50%;
}
#acer-content .col-25 {
  width: 25%;
}
@media (max-width: 1024px) {
  #acer-content .col-50 {
    width: 100%;
  }
  #acer-content .col-25 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #acer-content .col-25 {
    width: 100%;
  }
}

/* WIDTH */
#acer-content [class*="w-"] {
  width: 100%;
}
#acer-content .w-100 {
  max-width: 100px;
}
#acer-content .w-150 {
  max-width: 150px;
}
#acer-content .w-200 {
  max-width: 200px;
}
#acer-content .w-250 {
  max-width: 250px;
}
#acer-content .w-300 {
  max-width: 300px;
}
#acer-content .w-350 {
  max-width: 350px;
}
#acer-content .w-400 {
  max-width: 400px;
}
#acer-content .w-450 {
  max-width: 450px;
}
#acer-content .w-500 {
  max-width: 500px;
}
#acer-content .w-550 {
  max-width: 550px;
}
#acer-content .w-600 {
  max-width: 600px;
}

/* JUSTIFY CONTENT */
#acer-content .j-center {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
#acer-content .j-left {
  justify-content: left;
  -webkit-justify-content: left;
  -moz-justify-content: left;
}
#acer-content .j-right {
  justify-content: right;
  -webkit-justify-content: right;
  -moz-justify-content: right;
}

/* ALIGN CONTENT */
#acer-content .a-center {
  align-content: center;
  -webkit-align-content: center;
}
#acer-content .a-start {
  align-content: start;
  -webkit-align-content: start;
}
#acer-content .a-end {
  align-content: end;
  -webkit-align-content: end;
}
#acer-content .a-between {
  align-content: space-between;
  -webkit-align-content: space-between;
}

/* ALIGN */
#acer-content .t-center {
  text-align: center;
}
#acer-content .t-left {
  text-align: left;
}
#acer-content .t-right {
  text-align: right;
}

/* MARGIN */
#acer-content .m-0 {
  margin: 0;
}
#acer-content .m-10 {
  margin: 10px;
}
#acer-content .m-20 {
  margin: 20px;
}
#acer-content .m-30 {
  margin: 30px;
}
#acer-content .m-40 {
  margin: 40px;
}
#acer-content .m-50 {
  margin: 50px;
}

#acer-content .mt-0 {
  margin-top: 0;
}
#acer-content .mb-0 {
  margin-bottom: 0;
}
#acer-content .ml-0 {
  margin-left: 0;
}
#acer-content .mr-0 {
  margin-right: 0;
}

#acer-content .mt-10 {
  margin-top: 10px;
}
#acer-content .mb-10 {
  margin-bottom: 10px;
}
#acer-content .ml-10 {
  margin-left: 10px;
}
#acer-content .mr-10 {
  margin-right: 10px;
}

#acer-content .mt-20 {
  margin-top: 20px;
}
#acer-content .mb-20 {
  margin-bottom: 20px;
}
#acer-content .ml-20 {
  margin-left: 20px;
}
#acer-content .mr-20 {
  margin-right: 20px;
}

#acer-content .mt-30 {
  margin-top: 30px;
}
#acer-content .mb-30 {
  margin-bottom: 30px;
}
#acer-content .ml-30 {
  margin-left: 30px;
}
#acer-content .mr-30 {
  margin-right: 30px;
}

#acer-content .mt-40 {
  margin-top: 40px;
}
#acer-content .mb-40 {
  margin-bottom: 40px;
}
#acer-content .ml-40 {
  margin-left: 40px;
}
#acer-content .mr-40 {
  margin-right: 40px;
}

#acer-content .mt-50 {
  margin-top: 50px;
}
#acer-content .mb-50 {
  margin-bottom: 50px;
}
#acer-content .ml-50 {
  margin-left: 50px;
}
#acer-content .mr-50 {
  margin-right: 50px;
}

/* PADDING */
#acer-content .p-0 {
  padding: 0
}
#acer-content .p-10 {
  padding: 10px;
}
#acer-content .p-20 {
  padding: 20px;
}
#acer-content .p-30 {
  padding: 30px;
}
#acer-content .p-40 {
  padding: 40px;
}
#acer-content .p-50 {
  padding: 50px;
}

#acer-content .pt-0 {
  padding-top: 0;
}
#acer-content .pb-0 {
  padding-bottom: 0;
}
#acer-content .pl-0 {
  padding-left: 0;
}
#acer-content .pr-0 {
  padding-right: 0;
}

#acer-content .pt-10 {
  padding-top: 10px;
}
#acer-content .pb-10 {
  padding-bottom: 10px;
}
#acer-content .pl-10 {
  padding-left: 10px;
}
#acer-content .pr-10 {
  padding-right: 10px;
}

#acer-content .pt-20 {
  padding-top: 20px;
}
#acer-content .pb-20 {
  padding-bottom: 20px;
}
#acer-content .pl-20 {
  padding-left: 20px;
}
#acer-content .pr-20 {
  padding-right: 20px;
}

#acer-content .pt-30 {
  padding-top: 30px;
}
#acer-content .pb-30 {
  padding-bottom: 30px;
}
#acer-content .pl-30 {
  padding-left: 30px;
}
#acer-content .pr-30 {
  padding-right: 30px;
}

#acer-content .pt-40 {
  padding-top: 40px;
}
#acer-content .pb-40 {
  padding-bottom: 40px;
}
#acer-content .pl-40 {
  padding-left: 40px;
}
#acer-content .pr-40 {
  padding-right: 40px;
}

#acer-content .pt-50 {
  padding-top: 50px;
}
#acer-content .pb-50 {
  padding-bottom: 50px;
}
#acer-content .pl-50 {
  padding-left: 50px;
}
#acer-content .pr-50 {
  padding-right: 50px;
}

/* VERTICAL ALIGN */
#acer-content .v-top {
  vertical-align: top;
}
#acer-content .v-bottom {
  vertical-align: bottom;
}
#acer-content .v-middle {
  vertical-align: middle;
}

/* FONT SIZE */
#acer-content .fs-1 {
  font-size: 50px;
  line-height: 130%;
}
#acer-content .fs-2 {
  font-size: 36px;
  line-height: 130%;
}
#acer-content .fs-3 {
  font-size: 22px;
  line-height: 120%;
}
#acer-content .fs-4 {
  font-size: 16px;
  line-height: 120%;
}
#acer-content .fs-5 {
  font-size: 10px;
  line-height: 120%;
}

/* COLOR */
#acer-content .color-pri {
  color: #cabba7;
}
#acer-content .color-sec {
  color: #6a85a9;
}
#acer-content .color-aux {
  color: #dd2a1b;
}
#acer-content .color-black {
  color: #666;
}
#acer-content .color-white {
  color: white;
}
#acer-content .color-gray {
  color: gray;
}
#acer-content .color-lightgray {
  color: lightgray;
}

/* POSITION */
#acer-content .absolute {
  position: absolute;
}

#acer-content .l-0 {
  left: 0;
}
#acer-content .l-10 {
  left: 10px;
}
#acer-content .l-20 {
  left: 20px;
}
#acer-content .l-30 {
  left: 30px;
}
#acer-content .l-40 {
  left: 40px;
}
#acer-content .l-50 {
  left: 50px;
}

#acer-content .r-0 {
  right: 0;
}
#acer-content .r-10 {
  right: 10px;
}
#acer-content .r-20 {
  right: 20px;
}
#acer-content .r-30 {
  right: 30px;
}
#acer-content .r-40 {
  right: 40px;
}
#acer-content .r-50 {
  right: 50px;
}

#acer-content .t-0 {
  top: 0;
}
#acer-content .t-10 {
  top: 10px;
}
#acer-content .t-20 {
  top: 20px;
}
#acer-content .t-30 {
  top: 30px;
}
#acer-content .t-40 {
  top: 40px;
}
#acer-content .t-50 {
  top: 50px;
}

#acer-content .b-0 {
  bottom: 0;
}
#acer-content .b-10 {
  bottom: 10px;
}
#acer-content .b-20 {
  top: 0px;
}
#acer-content .b-30 {
  bottom: 30px;
}
#acer-content .b-40 {
  bottom: 40px;
}
#acer-content .b-50 {
  bottom: 50px;
}



/* BACKGROUNDS */
#acer-content #banner {
  background-image: url(/arquivos/banner-prdator-helios-300-white.jpg);
  background-position: center;
  background-size: cover;
  
}
#acer-content #actualizacion {
  background-image: url(/arquivos/actualizacion.jpg);
  background-position: center top;
  background-size: cover;
}
#acer-content #aeroblade {
  background-image: url(/arquivos/aeroblade.jpg);
  background-position: center top;
  background-size: cover;
}
#acer-content #graficos {
  background-image: url(/arquivos/graficos.jpg);
  background-position: center;
  background-size: cover;
}
#acer-content #conquista {
  background-image: url(/arquivos/conquista.jpg);
  background-position: center;
  background-size: cover;
}
#acer-content #video {
  background-image: url(/arquivos/video.jpg);
  background-position: center;
  background-size: cover;
}
#acer-content #batalla {
  background-image: url(/arquivos/batalla.jpg);
  background-position: center;
  background-size: cover;
}
#acer-content #ram {
  background-image: url(/arquivos/ram.jpg);
  background-position: center;
  background-size: cover;
}
#acer-content #ssd {
  background-image: url(/arquivos/circuitos.jpg);
  background-position: center;
  background-size: cover;
}
#acer-content #mouse {
  background-image: url(/arquivos/mouse.jpg);
  background-position: center top;
  background-size: cover;
}
#acer-content #audifonos {
  background-image: url(/arquivos/audifonos.jpg);
  background-position: center top;
  background-size: cover;
}
#acer-content #helios {
  background-image: url(/arquivos/helios-300-white.jpg);
  background-position: center left;
  background-size: cover;
}
#acer-content #pantalla {
  background-image: url(/arquivos/pantalla.jpg);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #dadadc;
}
#acer-content #garantia {
  background-image: url(/arquivos/garantia.jpg);
  background-position: center;
  background-size: cover;
}
#acer-content #teclado {
  background-image: url(/arquivos/teclado.jpg);
  background-position: center;
  background-size: cover;
}

.btn-comprar-desktop{
  text-align: center;
  display: inline-block;
  width: 180px;  
}

.btn-comprar-desktop a{ 
  padding: 10px 40px;
  border-radius: 5px;
  background-color:#FF0000;
  color: white;
  display: block;
}
.btn-comprar-fixed{
  display: none;
}
.btn-comprar-fixed a{
  padding: 10px 40px;
  background-color: #FF0000;
  color: white;
  position: fixed;
  left: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 2;
  display: block;
}

.btn-comprar-fixed-desktop a{
  padding: 10px 40px;
  background-color: #FF0000;
  color: white;
  position: fixed;
  right: 0px;
  width: 180px;
  bottom: 50%;
  z-index: 2;
  display: block; 
  border-radius: 5px 0px 0px 5px;
}

@media (max-width: 480px) {
  .btn-comprar-desktop { 
    display: none;
  }
  .btn-comprar-fixed{
    display: block;
  }
  #acer-content #pantalla {
      background-position: center center;
      background-size: 140%;
  }
  .btn-comprar-fixed-desktop{
    display: none;
  }
  #banner .t-left img{
    top: unset;
    bottom: 0px;    
  }
}
