/*
Theme Name: Booster Perú
Author: Booster Perú
Author URI: https://www.boosterperu.com/
Description: Tema híbrido compatible con Elementor, diseñado por Booster Perú para potenciar la conversión y el rendimiento de tu sitio.
Version: 2.0.0
*/

/* Reset básico */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.site-header{
  display: none !important;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
    margin: 0px !important;
}

#colophon{
  background: black;
}

#colophon p, #colophon p a{
  color: white;
  text-align: center;
}

#colophon a:hover{
  color: #FF000D !important;
}
