/* Estilos apra Landing page Puros Guardian del fuego
Fecha 04 - Diciembre 2025
*/

body{
    margin:0;
    padding: 0;
}
.grales{
    width: 100%;
    float: left;
}
.total{
    background-image: url(../images/bg-big.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 3px solid #e2211c;
    height: 100vh;
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
    html {
      font-size: 95%;
    }
  }
  
  @media screen and (max-width: 1199px) {
    html {
        font-size: 95%;
    }
  }
  /*--------------------------------------------------------------
  ## Netbook
  --------------------------------------------------------------*/
  @media only screen and (max-width: 1024px) {
    html {
      font-size: 95%;
    }
  }
  /*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
  @media only screen and (max-width: 960px) {
    html {
      font-size: 95%;
    }
  }
  /*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
  @media only screen and (max-width: 768px) {
    html {
      font-size: 95%;
    }
  }
  /*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
  @media only screen and (max-width: 480px) {
    html {
      font-size: 95%;
    }
    .al-centro{
      text-align: center !important;
    }
  }