.elementor-239 .elementor-element.elementor-element-cc9cedb{--display:flex;--min-height:432px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-239 .elementor-element.elementor-element-cc9cedb:not(.elementor-motion-effects-element-type-background), .elementor-239 .elementor-element.elementor-element-cc9cedb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://pcpshooting.com/wp-content/uploads/2026/05/R.jpg");background-position:0px -149px;background-size:cover;}.elementor-239 .elementor-element.elementor-element-b3a022b{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-239 .elementor-element.elementor-element-cc9cedb{--min-height:268px;}.elementor-239 .elementor-element.elementor-element-cc9cedb:not(.elementor-motion-effects-element-type-background), .elementor-239 .elementor-element.elementor-element-cc9cedb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;background-size:contain;}}@media(max-width:767px){.elementor-239 .elementor-element.elementor-element-cc9cedb{--width:500px;--min-height:112px;}.elementor-239 .elementor-element.elementor-element-cc9cedb:not(.elementor-motion-effects-element-type-background), .elementor-239 .elementor-element.elementor-element-cc9cedb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;background-size:cover;}}/* Start custom CSS for html, class: .elementor-element-6b9ffa8 *//* 1. Forzamos el color blanco en el cuerpo y títulos */
body {
    background-color: #0a0a0a;
    color: #ffffff !important; /* Blanco puro para todo el texto base */
    font-family: 'Roboto', sans-serif;
}

/* 2. Aseguramos que los títulos no se vean oscuros */
h1, h2, h3 {
    color: #ffffff !important; 
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

/* 3. Mantenemos el naranja solo para lo que queremos resaltar */
.hero h1 {
    color: #C55816 !important; /* El título principal se queda naranja */
}

.highlight {
    color: #C55816 !important; /* Resaltados en naranja */
}

/* 4. Ajuste para la tabla (encabezados en blanco) */
th {
    background-color: #C55816;
    color: #ffffff !important;
    padding: 15px;
}

td {
    color: #ffffff !important;
    border-bottom: 1px solid #333;
}/* End custom CSS */