/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 02 2025 | 21:14:58 */
.page-id-165 #inner-body{
	background-color: #620101!important;
}
/* Padrão: só mostra no desktop */
.reguaHoriz {
  display: block;
}
.reguaVert {
  display: none;
}

/* Mobile (ajuste o breakpoint conforme sua necessidade) */
@media (max-width: 768px) {
  .reguaHoriz {
    display: none;
  }
  .reguaVert {
    display: block;
  }
	.video{max-height:350px}
}


