/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 23 2025 | 11:58:10 */
/* nav superior */
#et-top-navigation {
	font-weight: 400;
}
#top-menu-nav ul li:last-child a {
	font-weight: 700;
}
/* Centrado vertical FLEX */
.centroflex {
	display: flex;
	flex-direction: column;
	justify-content: center; 
}
@media only screen and (max-width: 900px) {
		.filaflex {
			display: flex;
			flex-direction: column;
		}
		.col1flex {
			display: flex;
			order: 1;
		}
		.col2flex {
			display: flex;
			order: 2;
		}
}
.oculto {
	display: none!important;
}
/* Ancho rows en móvil */
@media only screen and (max-width: 900px) {
	.et_pb_row {
		width: 90%;
	}
}
/* Problema: el fondo del menú se veía blanco (el vídeo no estaba detrás) */
.et_pb_section_0 .et_pb_fullwidth_code{
  padding-top: 0 !important;
}
