/*
Theme Name: CasasRed Divi Child
Theme URI: https://casasred.com
Description: Child theme para personalizar CasasRed sobre Divi sin tocar el tema padre.
Author: Sistemas Web / Pedro Esparza + ChatGPT
Template: Divi
Version: 0.2.0
*/

:root {
  --casasred-red: #dc0008;
  --casasred-dark: #111111;
  --casasred-gold: #e8d8a4;
  --casasred-gray: #5b5f66;
}

body { font-smoothing: antialiased; -webkit-font-smoothing: antialiased; }
.et_pb_button, .button { border-radius: 6px; font-weight: 900; }

/* Limpieza para páginas comerciales de CasasRed generadas con shortcodes */
body.cr-casasred-page #main-content .container{
  max-width:none!important;
  width:100%!important;
  padding-left:0!important;
  padding-right:0!important;
}
body.cr-casasred-page #left-area{
  width:100%!important;
  padding-right:0!important;
}
body.cr-casasred-page #sidebar,
body.cr-casasred-page #main-content .container:before{
  display:none!important;
}
body.cr-catalog-fullscreen-page #main-content{ padding-top:0!important; }
body.cr-catalog-fullscreen-page .entry-title{ display:none!important; }
